public class BazaContext : DbContext
{
public DbSet<Student> Students { ...
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
public class BazaContext : DbContext{ public DbSet<Student> Students { get; set; } public DbSet<Course> Courses { get; set; } public DbSet<StudentCourse> StudentCourses { get; set; }}Navedena koda bi delovala pravilno v kolikor uporabljamo SQLite bazo.