Example #1
0
 public List <PhongBanModel> Search(int pageIndex, int pageSize, out long total, string tenphongban)
 {
     return(_res.Search(pageIndex, pageSize, out total, tenphongban));
 }