Пример #1
0
 private static IList <RoleInfo> GetRoleListFromDAL(int startRowIndexId, int maxNumberRows)
 {
     return(dal.GetRoleList(startRowIndexId, maxNumberRows));
 }