コード例 #1
0
 public string GetValue(Guid id)
 {
     return(_service.GetValue(id));
 }
コード例 #2
0
 public ActionResult <IEnumerable <string> > Get()
 {
     return(new[] { _service.GetValue() });
 }