Example #1
0
 public NhanVien GetNVByID(int MaNV)
 {
     return(_NhanVienService.GetNhanVienById(MaNV));
 }