コード例 #1
0
 public PhieuNhap GetById(int id)
 {
     return(phieuNhapRepository.GetSingleById(id));
 }
コード例 #2
0
 public PhieuNhap LayTheoMa(int Ma)
 {
     return(_pnRepository.GetSingleById(Ma));
 }