Пример #1
0
 public SellerRepo(wzvzhuteContext context, ISellerMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #2
0
 public BidRepo(wzvzhuteContext context, IBidMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #3
0
 public ArtRepo(wzvzhuteContext context, IArtMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #4
0
 public AuctionRepo(wzvzhuteContext context, IAuctionMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #5
0
 public collectrepo(wzvzhuteContext context, imapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }