Пример #1
0
 public List <RoleMasterPagingOutPut> InsertPagingQuery(RoleMasterPaging roleMasterPaging, ref string totalcount)
 {
     return(roleMasterDAL.InsertPagingQuery(roleMasterPaging, ref totalcount));
 }