public InvoiceRespository(IProArchDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemple #2
0
 public SupplierRespository(IProArchDbContext dbContext)
 {
     this.dbContext = dbContext;
 }