コード例 #1
0
 public ActionResult CreateTag(Tag tag)
 {
     _repo.CreateTags(tag);
     return(NoContent());
 }