public Dictionary <long, IList <UserAppRole> > GetAppRoleForAnUserListWithPagingAndCriteria(int?page, int?pageSize, string sortby, string sortType, Dictionary <string, object> criteria) { try { UserBC UserBC = new UserBC(); return(UserBC.GetAppRoleForAnUserListWithPagingAndCriteria(page, pageSize, sortby, sortType, criteria)); } catch (Exception) { throw; } finally { } }