public IdentityResourceQueryService(Mongo.ConfigurationDbContext context,
                                     IMapper mapper)
 {
     _mapper  = mapper;
     _context = context;
 }
 public ClientQueryService(Mongo.ConfigurationDbContext context,
                           IMapper mapper)
 {
     _mapper  = mapper;
     _context = context;
 }
Пример #3
0
 public MenuProviderQueryService(Mongo.ConfigurationDbContext context,
                                 IMapper mapper)
 {
     _mapper  = mapper;
     _context = context;
 }