コード例 #1
0
 public bool InsertCategory(L_CategoryInfo info)
 {
     return(category.InsertCategory(info));
 }