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