Exemplo n.º 1
0
 public NhanVien GetNhanVienByMaNV(int MaNV)
 {
     return(_nhanVienRepository.GetNhanVienByMaNV(MaNV));
 }