6 lines
No EOL
134 B
C#
6 lines
No EOL
134 B
C#
namespace DrinkRateAPI.ApiModels.UserProfile;
|
|
|
|
public class UserProfileAdminStatusPut
|
|
{
|
|
public bool ChangeStatusTo { get; set; }
|
|
} |