9 lines
No EOL
197 B
C#
9 lines
No EOL
197 B
C#
namespace DrinkRateAPI.ApiModels.UserProfile;
|
|
|
|
public class UserProfilePut : UserProfileSelfPut
|
|
{
|
|
/// <summary>
|
|
/// Is user admin
|
|
/// </summary>
|
|
public bool? IsAdmin { get; set; }
|
|
} |