Пример #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="context"></param>
 public ActivityService(EcoDbContext context)
 {
     _context = context;
 }
Пример #2
0
 public ActivityPerformService(EcoDbContext context)
 {
     _context = context;
 }
Пример #3
0
 public ClientController(IEmployeeProfileService employeeProfileService, ICompanyService companyService, EcoDbContext context)
 {
     _employeeProfileService = employeeProfileService;
     _companyService         = companyService;
     _context = context;
 }
Пример #4
0
 public EmployeesService(EcoDbContext context)
 {
     _context = context;
 }
Пример #5
0
 public StationLocationService(EcoDbContext context)
 {
     _context = context;
 }
Пример #6
0
 public RoleService(IServiceProvider serviceProvider,
                    EcoDbContext context)
 {
     _serviceProvider = serviceProvider;
     _context         = context;
 }
Пример #7
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="context"></param>
 public BranchEmployeeService(EcoDbContext context)
 {
     _context = context;
 }
Пример #8
0
 public ClientCompanyService(EcoDbContext context)
 {
     _context = context;
 }
Пример #9
0
 public GraphService(EcoDbContext context)
 {
     _context = context;
 }
Пример #10
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="context"></param>
 public EmployeeProfileService(EcoDbContext context)
 {
     _context = context;
 }
Пример #11
0
 public JsonDataService(EcoDbContext context)
 {
     _context = context;
 }
Пример #12
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="context"></param>
 public BranchService(EcoDbContext context)
 {
     _context = context;
 }