Generator Changes at 11/25/2025 1:59:23 AM +03:30
This commit is contained in:
@@ -2,10 +2,10 @@ namespace CMSMicroservice.Domain.Entities;
|
||||
//نقش
|
||||
public class Role : BaseAuditableEntity
|
||||
{
|
||||
//نام لاتین
|
||||
//نام لاتین
|
||||
public string Name { get; set; }
|
||||
//عنوان
|
||||
//عنوان
|
||||
public string Title { get; set; }
|
||||
//UserRole Collection Navigation Reference
|
||||
public virtual ICollection<UserRole> UserRoles { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user