コード例 #1
0
ファイル: TagsController.cs プロジェクト: brandallk/keepr
 public Tag CreateTag([FromBody] Tag tag)
 {
     return(_repo.CreateOne(tag));
 }