예제 #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;
 }