Exemple #1
0
 public static bool UpdateNhanVien(DTO_NhanVien nv)
 {
     return(DAO_NhanVien.UpdateNhanVien(nv));
 }