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