Exemplo n.º 1
0
 public EmployeeDeletor(EmployeeContext employeeContext)
 {
     this.employeeContext = employeeContext;
 }
Exemplo n.º 2
0
 public EmployeeProviderWithInlineQuery(EmployeeContext employeeContext)
 {
     this.employeeContext = employeeContext;
 }