コード例 #1
0
 public SeedingService(LeilaoWebContext context)
 {
     _context = context;
 }
コード例 #2
0
 public PeopleService(LeilaoWebContext context)
 {
     _context = context;
 }
コード例 #3
0
ファイル: OfferService.cs プロジェクト: tiagosleite/LeilaoWeb
 public OfferService(LeilaoWebContext context)
 {
     _context = context;
 }
コード例 #4
0
 public ProductService(LeilaoWebContext context)
 {
     _context = context;
 }
コード例 #5
0
 public ProductsController(LeilaoWebContext context)
 {
     _context = context;
 }
コード例 #6
0
 public PeoplesController(LeilaoWebContext context)
 {
     _context = context;
 }