DbContext を継承する必要がある public class MyContext : DbContext { public DbSet<Student> Students { get; set; } public DbSet<Teacher> ...
確定! 回上一頁