Initial db migration: No database provider has been configured for this DbContext

前端 未结 0 1462
借酒劲吻你
借酒劲吻你 2020-12-07 17:59

I have the following DbContext class:

public class BingoMasterDbContext : DbContext
{
    public DbSet Users { get; set; }
    public DbSet

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