Exemplo n.º 1
0
 public List <KhachHangModel> GetKh(int index, int size, out long total)
 {
     return(_res.GetKh(index, size, out total));
 }