endpoint not returning models with async behind it

前端 未结 0 1798
离开以前
离开以前 2021-02-18 16:37

I have a C# api endpoint which returns some models to the caller. This is the (simplified) code :

  [HttpGet]
  [Route("test")]
  public virtual async T         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题