public static void Update(DGCBCNVDanhGiaCLCVInfo _DotDanhGiaInfo)
 {
     DataAccessProvider.Instance().UpdateDGCBCNVDanhGiaCLCV(_DotDanhGiaInfo);
 }
Ejemplo n.º 2
0
 public abstract void UpdateDGCBCNVDanhGiaCLCV(DGCBCNVDanhGiaCLCVInfo _DotDanhGiaInfo);
Ejemplo n.º 3
0
 public override void UpdateDGCBCNVDanhGiaCLCV(DGCBCNVDanhGiaCLCVInfo _DGCBCNVDanhGiaCLCVInfo)
 {
     SqlHelper.ExecuteNonQuery(this.ConnectionString, "DGCBCNVDanhGiaCLCV_Update",
         _DGCBCNVDanhGiaCLCVInfo.IDDotDanhGia,
         _DGCBCNVDanhGiaCLCVInfo.IDNhanVien,
         _DGCBCNVDanhGiaCLCVInfo.DiemTDG,
         _DGCBCNVDanhGiaCLCVInfo.DiemTBPDG,
         _DGCBCNVDanhGiaCLCVInfo.DiemThongNhat,
         _DGCBCNVDanhGiaCLCVInfo.Loai,
         _DGCBCNVDanhGiaCLCVInfo.GhiChu);
 }
 public static void Update(DGCBCNVDanhGiaCLCVInfo _DotDanhGiaInfo)
 {
     DataAccessProvider.Instance().UpdateDGCBCNVDanhGiaCLCV(_DotDanhGiaInfo);
 }