コード例 #1
0
 public bool IsExistCategory(string categoryName)
 {
     isExist = categoryGateway.IsExistCategory(categoryName);
     return(isExist);
 }