Example #1
0
 public TalkRepo(ZedConfDbContext context) : base(context)
 {
 }
Example #2
0
 public SpeakerRepo(ZedConfDbContext context) : base(context)
 {
 }
Example #3
0
 public AttendeeRepo(ZedConfDbContext context) : base(context)
 {
 }
Example #4
0
 public UnitOfWork(ZedConfDbContext context)
 {
     _context = context;
 }