示例#1
0
 public IHttpActionResult GetList()
 {
     try
     {
         LambdaHelper lambdaHelper = new LambdaHelper();
         return(Ok(lambdaHelper.Get()));
     }
     catch (Exception exception)
     {
         throw new BackAndApiUnexpectedResponseException(exception, this);
     }
 }