Exemplo n.º 1
0
 public AuthQueriesRepository(IdentityContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public AuthCommandRepository(IdentityContext context, IMapper mapper)
 {
     _mapper  = mapper;
     _context = context;
 }