コード例 #1
0
 public NhanVien Get(int id)
 {
     return(_nhanVienService.GetNhanVienByMaNV(id));
 }