コード例 #1
0
 public Author Create(CreateAuthorParameters parameters)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
 public ActionResult <Author> Create(CreateAuthorParameters parameters)
 {
     return(Created("", Service.Create(parameters)));
 }