コード例 #1
0
 public List <Gebruiker> RetrieveAll()
 {
     return(_crudInterface.RetrieveAll());
 }
コード例 #2
0
 public List <Leverancier> RetrieveAll()
 {
     return(_crudInterface.RetrieveAll());
 }
コード例 #3
0
 public List <Kortingcoupon> RetrieveAll()
 {
     return(_crudInterface.RetrieveAll());
 }
コード例 #4
0
 public List <Productcategorie> RetrieveAll()
 {
     return(_crudInterface.RetrieveAll());
 }
コード例 #5
0
 public List <Recensie> RetrieveAll()
 {
     return(_interface.RetrieveAll());
 }