コード例 #1
0
 public TransportadorRepository(ProjetoNFeContext context)
 {
     _context = context;
 }
コード例 #2
0
 public ProdutoRepository(ProjetoNFeContext context)
 {
     _context = context;
 }
コード例 #3
0
 public EmitenteRepository(ProjetoNFeContext context)
 {
     _context = context;
 }
コード例 #4
0
 public DestinatarioRepository(ProjetoNFeContext context)
 {
     _context = context;
 }
コード例 #5
0
 public NotaFiscalRepository(ProjetoNFeContext context)
 {
     _context = context;
 }