Esempio n. 1
0
 public bool DeleteNV(int MaNV)
 {
     return(_NhanVienService.DeleteNhanVien(MaNV));
 }