示例#1
0
 public SeedingService(VendasContext context)
 {
     this.context = context;
 }
 public SeedingServices(VendasContext context)
 {
     _context = context;
 }