Esempio n. 1
0
 private BidServices()
 {
     _context = new AuctionTaskDbContext();
 }
Esempio n. 2
0
 private ProductServices()
 {
     _context = new AuctionTaskDbContext();
 }