public SqLiteComputerRepository(ISqLiteDbContext context)
 {
     this.context = context;
 }
 public SqLiteProductTaxesRepository(ISqLiteDbContext context)
 {
     this.context = context;
 }
 public UnitOfWork(ISqLiteDbContext context)
 {
     this.context = context;
 }
Ejemplo n.º 4
0
 public SqLiteProductTaxesRepository(ISqLiteDbContext context)
 {
     this.context = context;
 }