コード例 #1
0
 public HttpResponseMessage Get()
 {
     return(Request.CreateResponse(HttpStatusCode.OK, iProducer.GetProducerList()));
 }