Ejemplo n.º 1
0
 public static bool EditNhanVien(NhanVien_DTO nhanvien)
 {
     return(NhanVien.EditNV(nhanvien));
 }