Beispiel #1
0
 public Product GetProductById(int Id)
 {
     return(DataBase.GetProductById());
 }