Exemplo n.º 1
0
 public Handler(ISubjectsDbContext context)
 {
     _dbContext = context;
     _validator = new BusinessDeleteValidator();
     _errors    = new List <KeyValuePair <string, string> >();
 }
Exemplo n.º 2
0
 public AssociateAggregate(ISubjectsDbContext context)
 {
     _dbContext = context;
 }