public CustomerRepository(WebshopDb db) => this.db = db;
public VevoRepository(WebshopDb db) => this.db = db;