Exemplo n.º 1
0
 public TrainingsBL(EmployeesManagementDBContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public AbsenceTypeBL(EmployeesManagementDBContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public DegreesBL(EmployeesManagementDBContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public PersonsBL(EmployeesManagementDBContext context, IValidationService validationService, IManageFiles manageFiles)
 {
     _context           = context;
     _validationService = validationService;
     _manageFiles       = manageFiles;
 }
Exemplo n.º 5
0
 public ManageFiles(EmployeesManagementDBContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public VacationsBL(EmployeesManagementDBContext context, IConfiguration configuration, IValidationService validationService)
 {
     _context           = context;
     _configuration     = configuration;
     _validationService = validationService;
 }
 public DisplacementsTypesBL(EmployeesManagementDBContext context)
 {
     _context = context;
 }
Exemplo n.º 8
0
 public ExtensionTypesBL(EmployeesManagementDBContext context)
 {
     _context = context;
 }
Exemplo n.º 9
0
 public FunctionTypesBL(EmployeesManagementDBContext context)
 {
     _context = context;
 }
Exemplo n.º 10
0
 public CertificationsBL(EmployeesManagementDBContext context)
 {
     _context = context;
 }
Exemplo n.º 11
0
 public DepartmentsBL(EmployeesManagementDBContext context)
 {
     _context = context;
 }