drinkrate/DrinkRateAPI/ApiModels/UserProfile/UserProfilePut.cs
2025-08-10 16:35:36 +02:00

6 lines
No EOL
119 B
C#

namespace DrinkRateAPI.ApiModels.UserProfile;
public class UserProfilePut
{
public string UserName { get; set; }
}