Пример #1
0
 public AccountService(STPTaskDatabaseContext dbContext, IHasher hasher)
 {
     this.hasher    = hasher;
     this.dbContext = dbContext;
 }
Пример #2
0
 public CompanyService(STPTaskDatabaseContext dbContext)
 {
     this.dbContext = dbContext;
 }
Пример #3
0
 public EmployeeService(STPTaskDatabaseContext dbContext)
 {
     this.dbContext = dbContext;
 }