コード例 #1
0
 public SeedingService(Holtz_PDVContext context, IEFCore repo)
 {
     _context = context;
     _repo    = repo;
 }
コード例 #2
0
ファイル: EFCoreRepo.cs プロジェクト: henriqueholtz/Holtz_PDV
 public EFCoreRepo(Holtz_PDVContext context)
 {
     _context = context;
 }
コード例 #3
0
 public ClienteService(Holtz_PDVContext context)
 {
     _context = context;
 }
コード例 #4
0
 public ProdutoService(Holtz_PDVContext context)
 {
     _context = context;
 }
コード例 #5
0
 public EstadoService(Holtz_PDVContext context)
 {
     _context = context;
 }
コード例 #6
0
 public PedidoService(Holtz_PDVContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #7
0
 public CidadeService(Holtz_PDVContext context)
 {
     _context = context;
 }
コード例 #8
0
 public MarcaService(Holtz_PDVContext context)
 {
     _context = context;
 }