public CreateAttendantCommandHandler(FIADbContext context)
 {
     Context = context ?? throw new ArgumentNullException(nameof(context));
 }
Ejemplo n.º 2
0
 public UpdateSpeakerCommandHandler(FIADbContext context)
 {
     Context = context ?? throw new ArgumentNullException(nameof(context));
 }