public int UpdateData(KhuVucEntity Kh) { SqlParameter[] para = { new SqlParameter("MaKhu", Kh.MaKhu), new SqlParameter("TenKhu", Kh.TenKhu), new SqlParameter("MaTK", Kh.MaTK), new SqlParameter("ChucNang", Kh.ChucNang), new SqlParameter("ViTri", Kh.ViTri), new SqlParameter("GiaNL", Kh.GiaNL), new SqlParameter("GiaTE", Kh.GiaTE) }; return(conn.ExcuteSQL("Sua_Khu ", para)); }
public int UpdateData(KhuVucEntity Kh) { return(da.UpdateData(Kh)); }
public int InsertData(KhuVucEntity Kh) { return(da.InsertData(Kh)); }