Пример #1
0
 private BidServices()
 {
     _context = new AuctionTaskDbContext();
 }
Пример #2
0
 private ProductServices()
 {
     _context = new AuctionTaskDbContext();
 }