ScientificReport
UserProfileUpdateRolesRequest.cs
Go to the documentation of this file.
1 namespace ScientificReport.DTO.Models.UserProfile
2 {
4  {
5  public string RoleName { get; set; }
6  }
7 }