public SqLiteComputerRepository(ISqLiteDbContext context) { this.context = context; }
public SqLiteProductTaxesRepository(ISqLiteDbContext context) { this.context = context; }
public UnitOfWork(ISqLiteDbContext context) { this.context = context; }