Beispiel #1
0
 public List <Food> GetAllFoodByCow(int idCow)
 {
     return(foodRepo.GetFoodByCow(idCow).ToList());
 }