Example #1
0
 public SeedingService(VendasWebMvcContext context)
 {
     _context = context;
 }
Example #2
0
 public PovoarDB(VendasWebMvcContext context)
 {
     _context = context;
 }
Example #3
0
 public ServicoPopularDados(VendasWebMvcContext context)
 {
     _context = context;
 }
Example #4
0
 public SeedingService(VendasWebMvcContext context)  // Construtor que recebe objeto do tipo VendasWebMvcContext para indicar que a injeção de dependencias deve acontecer.
 {
     _context = context;
 }