9 lines
No EOL
187 B
C#
9 lines
No EOL
187 B
C#
namespace DrinkRateAPI.ApiModels.UserProfile;
|
|
|
|
public class UserProfileSelfPut
|
|
{
|
|
/// <summary>
|
|
/// User profile name
|
|
/// </summary>
|
|
public string? UserName { get; set; }
|
|
} |