Exemplo n.º 1
0
 public SAN_PHAM GetById(int id)
 {
     return(_sanPhamRepository.GetSingleById(id));
 }
Exemplo n.º 2
0
 public SanPham LayTheoMa(int Ma)
 {
     return(_sanPhamRepository.GetSingleById(Ma));
 }