Пример #1
0
 public HttpResponseMessage GetNoDepPosInfo(string CompanyId)
 {
     return(new HttpResponseMessage {
         Content = new StringContent(posBll.GetNoDepPosInfo(CompanyId), Encoding.GetEncoding("UTF-8"), "text/json")
     });
 }