示例#1
0
 protected void SetEmployeeInOtherTransaction(ObjectID computerID, ObjectID employeeID)
 {
     RelationInconcsistenciesTestHelper.SetRelationInOtherTransaction <Computer, Employee> (computerID, employeeID, (c, e) => c.Employee = e);
 }
示例#2
0
 protected void SetIndustrialSectorInOtherTransaction(ObjectID companyID, ObjectID industrialSectorID)
 {
     RelationInconcsistenciesTestHelper.SetRelationInOtherTransaction <Company, IndustrialSector> (companyID, industrialSectorID, (c, s) => c.IndustrialSector = s);
 }