예제 #1
0
 public static IList <RoleModulePermissionsInfo> GetModelPermissionsById(int roleId)
 {
     return(dal.GetModelPermissionsById(roleId));
 }