Example #1
0
 public EmployeeLocationController(IEmployeeLocationService employeeLocationService)
 {
     _employeeLocationService = employeeLocationService;
 }
 public EmployeeLocationController(IEmployeeLocationService employeeLocationService)
 {
     this.employeeLocationService = employeeLocationService;
 }