Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Microsoft.SelfService.Portal.Core.API.Dto.Service.RoleDefinition
|
||||
{
|
||||
public class AddServiceRoleDefinitionDto
|
||||
{
|
||||
public string Key { get; set; } = string.Empty;
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string? Description { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user