operator '==' can not be applied to operands of type 'int' and 'Task'

前端 未结 0 1002
情话喂你
情话喂你 2021-01-31 11:24

in asp.net core 3.1 i am trying to make my methods asynchronouse , here is my code:

  public async Task GetMaxNews()
        {
            return await         


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