Exemplo n.º 1
0
 public List <Object> Alles(string productnaam, string merk, int type)
 {
     return(_db.Alles(productnaam, merk, type));
 }
Exemplo n.º 2
0
 public List <User> Alles(string email, string achternaam, string datum)
 {
     return(_db.Alles(email, achternaam, datum));
 }