public List <SanPhamModel> GetDataAll()
 {
     return(_res.GetDataAll());
 }
Example #2
0
 public List <SanPhamModel> get()
 {
     return(_res.GetDataAll());//nếu có xử lý thêm thì viết ở đây
 }