Example #1
0
 public ScheduleSaveHandler(IChronologyDbContext context)
 {
     _dbContext = context;
     _validator = new ScheduleSaveValidator();
     _errors    = new List <KeyValuePair <string, string> >();
 }
Example #2
0
 public ScheduleAggregate(IChronologyDbContext context)
 {
     _dbContext = context;
 }