Esempio n. 1
0
 public HttpResponseMessage GetCompanyInfo(string CompanyId)
 {
     return(new HttpResponseMessage {
         Content = new StringContent(clientBLL.GetCompanyInfo(CompanyId), Encoding.GetEncoding("UTF-8"), "text/json")
     });
 }