示例#1
0
 public LocationsSqlRepo(MercuryContext context, IMapper map)
 {
     _context = context;
     _mapper  = map;
 }
 public SqlUserRepo(MercuryContext context, IMapper map)
 {
     _context = context;
     _mapper  = map;
 }