drinkrate/DrinkRateAPI/ApiModels/UserProfile/UserProfileAdminStatusPut.cs
2025-08-11 07:46:14 +02:00

6 lines
No EOL
134 B
C#

namespace DrinkRateAPI.ApiModels.UserProfile;
public class UserProfileAdminStatusPut
{
public bool ChangeStatusTo { get; set; }
}