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