Beispiel #1
0
 public UnitOfWork()
 {
     this.context = new PhotoShareContext();
 }
Beispiel #2
0
 public DbSeeder(PhotoShareContext context)
 {
     this.context = context;
     this.random  = new Random();
 }