Exemple #1
0
 public static IEnumerable <RoleInfo> GetAllRolesFull(int maximumRows, int startRowIndex)
 {
     return(BusinessUtil.GetAllRolesFull().Skip(startRowIndex).Take(maximumRows));
 }