public RepositoryBase(TesteImpostoContext context)
 {
     _Db = context;
 }
Beispiel #2
0
 public NotaFiscalRepository(TesteImpostoContext context) : base(context)
 {
 }
 public UnitOfWork(TesteImpostoContext context)
 {
     _context = context;
 }