Ejemplo n.º 1
0
 public LocationsSqlRepo(MercuryContext context, IMapper map)
 {
     _context = context;
     _mapper  = map;
 }
Ejemplo n.º 2
0
 public SqlUserRepo(MercuryContext context, IMapper map)
 {
     _context = context;
     _mapper  = map;
 }