public PhotoContestData(IPhotoContestDbContext context)
 {
     this.context      = context;
     this.repositories = new Dictionary <Type, object>();
 }
Пример #2
0
 public PhotoContestData(IPhotoContestDbContext ctx)
 {
     this.db           = ctx;
     this.repositories = new Dictionary <Type, object>();
 }