public PhotoContestData(IPhotoContestDbContext context) { this.context = context; this.repositories = new Dictionary <Type, object>(); }
public PhotoContestData(IPhotoContestDbContext ctx) { this.db = ctx; this.repositories = new Dictionary <Type, object>(); }