Пример #1
0
 public IList <DataContracts.Admin.DC_Roles> GetAllRole(string ApplicationID, string PageNo, string PageSize)
 {
     using (BusinessLayer.BL_Admin obj = new BL_Admin())
     {
         return(obj.GetAllRole(ApplicationID, PageNo, PageSize));
     }
 }