public CreateAttendantCommandHandler(FIADbContext context)
 {
     Context = context ?? throw new ArgumentNullException(nameof(context));
 }
예제 #2
0
 public UpdateSpeakerCommandHandler(FIADbContext context)
 {
     Context = context ?? throw new ArgumentNullException(nameof(context));
 }