コード例 #1
0
 public ContentDto Post([FromBody] ContentDto input)
 {
     return(_repo.AddNewContent(input));
 }