예제 #1
0
 public HttpResponseMessage GetAllList()
 {
     return(new HttpResponseMessage {
         Content = new StringContent(clientBLL.GetAllList(), Encoding.GetEncoding("UTF-8"), "text/json")
     });
 }