logo

Crowdly

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.

100%
0%
More questions like this

Want instant access to all verified answers on ucilnice.arnes.si?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!