The provider for the source IQueryable doesn't implement IDbAsyncQueryProvider for EF/API

后端 未结 0 988
鱼传尺愫
鱼传尺愫 2020-12-01 08:39

I have a simple method in my database repo to get a user by their Id.

public async Task GetUserByUserId(Guid userId)
{
  return await _context.Use         


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