Beispiel #1
0
 public IEnumerable <Product> GetProducts()
 {
     return(DataBase.GetAllProduct());
 }