public TransportadorRepository(ProjetoNFeContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public ProdutoRepository(ProjetoNFeContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public EmitenteRepository(ProjetoNFeContext context)
 {
     _context = context;
 }
 public DestinatarioRepository(ProjetoNFeContext context)
 {
     _context = context;
 }
 public NotaFiscalRepository(ProjetoNFeContext context)
 {
     _context = context;
 }