예제 #1
0
 public LocationsSqlRepo(MercuryContext context, IMapper map)
 {
     _context = context;
     _mapper  = map;
 }
예제 #2
0
 public SqlUserRepo(MercuryContext context, IMapper map)
 {
     _context = context;
     _mapper  = map;
 }