コード例 #1
0
 public ActionResult Post(UrlDataEntryModel entry)
 {
     return(Ok(_service.Post(entry)));
 }