Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.24 KB | None | 0 0
  1. namespace Vidly.Models
  2. {
  3.     public class MyDBContext:DbContext
  4.     {
  5.         public MyDBContext()
  6.         {
  7.  
  8.         }
  9.  
  10.         public DbSet<Customer> Customers { get; set; }
  11.         public DbSet<Movie> Movies { get; set; }
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement