Beispiel #1
0
 public void AddMeat(Meat meat)
 {
     _productDAO.AddMeat(meat);
 }