Ejemplo n.º 1
0
 public IEnumerable <SanPhamModel> GetByLoai(string id)
 {
     return(sanpham.GetByLoai(id).ToList());
 }