1
This commit is contained in:
@@ -34,6 +34,7 @@ namespace BLL
|
||||
newQCGroupRegistration.AwardName = QCGroupRegistration.AwardName;
|
||||
newQCGroupRegistration.AwardLevel = QCGroupRegistration.AwardLevel;
|
||||
newQCGroupRegistration.AwardType = QCGroupRegistration.AwardType;
|
||||
newQCGroupRegistration.AwardYear = QCGroupRegistration.AwardYear;
|
||||
newQCGroupRegistration.AwardingUnit = QCGroupRegistration.AwardingUnit;
|
||||
db.QCManage_QCGroupRegistration.InsertOnSubmit(newQCGroupRegistration);
|
||||
db.SubmitChanges();
|
||||
@@ -59,6 +60,7 @@ namespace BLL
|
||||
newQCGroupRegistration.Achievement = QCGroupRegistration.Achievement;
|
||||
newQCGroupRegistration.AwardName = QCGroupRegistration.AwardName;
|
||||
newQCGroupRegistration.AwardLevel = QCGroupRegistration.AwardLevel;
|
||||
newQCGroupRegistration.AwardYear = QCGroupRegistration.AwardYear;
|
||||
newQCGroupRegistration.AwardType = QCGroupRegistration.AwardType;
|
||||
newQCGroupRegistration.AwardingUnit = QCGroupRegistration.AwardingUnit;
|
||||
newQCGroupRegistration.IsUpdate = null;
|
||||
|
||||
Reference in New Issue
Block a user