public List <Gebruiker> RetrieveAll() { return(_crudInterface.RetrieveAll()); }
public List <Leverancier> RetrieveAll() { return(_crudInterface.RetrieveAll()); }
public List <Kortingcoupon> RetrieveAll() { return(_crudInterface.RetrieveAll()); }
public List <Productcategorie> RetrieveAll() { return(_crudInterface.RetrieveAll()); }
public List <Recensie> RetrieveAll() { return(_interface.RetrieveAll()); }