コード例 #1
0
 private BidServices()
 {
     _context = new AuctionTaskDbContext();
 }
コード例 #2
0
 private ProductServices()
 {
     _context = new AuctionTaskDbContext();
 }