예제 #1
0
 public AuthQueriesRepository(IdentityContext context)
 {
     _context = context;
 }
예제 #2
0
 public AuthCommandRepository(IdentityContext context, IMapper mapper)
 {
     _mapper  = mapper;
     _context = context;
 }