Esempio n. 1
0
 public bool CapnhatNhanvien(NhanVienDTO nv)
 {
     return(nhanVienDAO.CapnhatNhanvien(nv));
 }