namespace WIDESEA_Entity.DomainModels { public class RoleAuthor { public int menuId { get; set; } public string actions { get; set; } } }