20251009
This commit is contained in:
@@ -56,6 +56,7 @@ namespace BLL
|
||||
newDepart.DepartName = depart.DepartName;
|
||||
newDepart.Remark = depart.Remark;
|
||||
newDepart.DepartLeader = depart.DepartLeader;
|
||||
newDepart.DelegatedRepresentative = depart.DelegatedRepresentative;
|
||||
Funs.DB.Base_Depart.InsertOnSubmit(newDepart);
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
@@ -73,6 +74,7 @@ namespace BLL
|
||||
newDepart.DepartName = depart.DepartName;
|
||||
newDepart.Remark = depart.Remark;
|
||||
newDepart.DepartLeader = depart.DepartLeader;
|
||||
newDepart.DelegatedRepresentative = depart.DelegatedRepresentative;
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user