Esempio n. 1
0
 public IList <NhanVien> GetNVByPBID(int PBID)
 {
     return(_NhanVienService.GetAllNhanVienByPBID(PBID));
 }