Пример #1
0
 public GetScopesQueryHandler(STSDbContext context)
 {
     _context = context;
 }
 public GetAllDepartmentsQueryHandler(STSDbContext context)
 {
     _context = context;
 }
Пример #3
0
 public CreateUserCommandHandler(STSDbContext context)
 {
     _context = context;
 }
Пример #4
0
 public UpdateClientCommandHandler(STSDbContext context)
 {
     _context = context;
 }
Пример #5
0
 public GetClientByClientIdQueryHandler(STSDbContext context)
 {
     _context = context;
 }
 public SyncUsersFromActiveDirectoryCommandHandler(STSDbContext context)
 {
     _context = context;
 }
 public GetPermissionsByUserAndScopesQueryHandler(STSDbContext context)
 {
     _context = context;
 }
 public SearchUserScopesByTokenPagedQueryHandler(STSDbContext context)
 {
     _context = context;
 }
Пример #9
0
 public UpdateScopeCommandHandler(STSDbContext context)
 {
     _context = context;
 }
Пример #10
0
 public GetAllUsersQueryHandler(STSDbContext context)
 {
     _context = context;
 }
 public GetAllScopeClaimsQueryHandler(STSDbContext context)
 {
     _context = context;
 }
 public AuthenticateCommandHandler(STSDbContext context)
 {
     _context = context;
 }
Пример #13
0
 public GetDepartmentByIdQueryHandler(STSDbContext context)
 {
     _context = context;
 }
Пример #14
0
 public SyncImagesFromCloudCommandHandler(STSDbContext context)
 {
     _context = context;
 }
Пример #15
0
 public SyncDepartmentsFromActiveDirectoryCommandHandler(STSDbContext context)
 {
     _context = context;
 }
 public GetAllCompaniesQueryHandler(STSDbContext context)
 {
     _context = context;
 }
Пример #17
0
 public GetUserByUserNameFromAdQueryHandler(STSDbContext context)
 {
     _context = context;
 }
 public SearchDepartmentsByTokenPagedQueryHandler(STSDbContext context)
 {
     _context = context;
 }
 public GetUsersPagedQueryHandler(STSDbContext context)
 {
     _context = context;
 }
Пример #20
0
 public InsertOrUpdateUserScopeCommandHandler(STSDbContext context)
 {
     _context = context;
 }
Пример #21
0
 public UpdateDepartmentCommandHandler(STSDbContext context)
 {
     _context = context;
 }