Пример #1
0
 public IHttpActionResult GetList(string ids)
 {
     return(Ok(_service.GetList(ids)));
 }