コード例 #1
0
 public ActionResult <string> Get(Guid id)
 {
     return(new JsonResult(_repository.GetByApiKey(id)));
 }