示例#1
0
 public List <FoodDTO> Search(string keyword)
 {
     foodService = FoodService.Instance;
     return(foodService.FindByKeyWord(keyword));
 }