public SeedingService(Holtz_PDVContext context, IEFCore repo)
 {
     _context = context;
     _repo    = repo;
 }
Beispiel #2
0
 public EFCoreRepo(Holtz_PDVContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ClienteService(Holtz_PDVContext context)
 {
     _context = context;
 }
 public ProdutoService(Holtz_PDVContext context)
 {
     _context = context;
 }
 public EstadoService(Holtz_PDVContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public PedidoService(Holtz_PDVContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #7
0
 public CidadeService(Holtz_PDVContext context)
 {
     _context = context;
 }
 public MarcaService(Holtz_PDVContext context)
 {
     _context = context;
 }