Пример #1
0
 public IEnumerable <Fruit> FruitsLV_GetData()
 {
     return(fruitService.GetFruits());
 }