Exemple #1
0
 public EmployeeNOZController(IEmployeeNOZRepository _employeeNOZRepo, IMSSQLNOZFunctionRepository _msSqlFunctionRepo)
 {
     employeeNOZRepo   = _employeeNOZRepo;
     msSqlFunctionRepo = _msSqlFunctionRepo;
 }
Exemple #2
0
 public ClientNOZController(IClientNOZRepository _clientNOZRepo, IMSSQLNOZFunctionRepository _msSqlFunctionRepo)
 {
     clientNOZRepo     = _clientNOZRepo;
     msSqlFunctionRepo = _msSqlFunctionRepo;
 }