コード例 #1
0
ファイル: Controller.cs プロジェクト: Nanord/Ponchland
 public string AddCategory(UserCategory category)
 {
     this.category.Add(new Category(category));
     return(db.AddCategory(category));
 }