コード例 #1
0
 public HttpResponseMessage All()
 => Request.CreateResponse <IList <Todo> >(HttpStatusCode.OK, service.All());