예제 #1
0
 public ApplicationsController(IMendelCoreServices mendelCoreServices)
 {
     _mendelCoreServices = mendelCoreServices;
 }
예제 #2
0
 public DepartmentsController(IMendelCoreServices mendelCoreServices)
 {
     _mendelCoreServices = mendelCoreServices;
 }
예제 #3
0
 public EmployeesController(IMendelCoreServices mendelCoreServices)
 {
     _mendelCoreServices = mendelCoreServices;
 }