コード例 #1
0
 public List <ICategory> GetMenuItems()
 {
     return(_repository.GetCategory().ToList());
 }