Exemplo n.º 1
0
 public UnitOfWork()
 {
     this.context = new PhotoShareContext();
 }
Exemplo n.º 2
0
 public DbSeeder(PhotoShareContext context)
 {
     this.context = context;
     this.random  = new Random();
 }