コード例 #1
0
 public List <Category> GetAllCategoriesInfo()
 {
     return(aCategoryGateway.GetAllCategoryInfo());
 }