Generator Changes at 9/27/2025 8:46:36 AM
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace CMSMicroservice.Application.RoleCQ.Queries.GetRole;
|
||||
public class GetRoleResponseDto
|
||||
{
|
||||
//شناسه
|
||||
public long Id { get; set; }
|
||||
//نام لاتین
|
||||
public string Name { get; set; }
|
||||
//عنوان
|
||||
public string Title { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user