Exemplo n.º 1
0
 public SellerRepo(wzvzhuteContext context, ISellerMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 2
0
 public BidRepo(wzvzhuteContext context, IBidMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 3
0
 public ArtRepo(wzvzhuteContext context, IArtMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 4
0
 public AuctionRepo(wzvzhuteContext context, IAuctionMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 5
0
 public collectrepo(wzvzhuteContext context, imapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }