コード例 #1
0
 public MultipleEmployeeCreator(EmployeeContext employeeContext)
 {
     this.employeeContext = employeeContext;
 }
コード例 #2
0
 public EmployeeProvider(EmployeeContext employeeContext)
 {
     this.employeeContext = employeeContext;
 }