예제 #1
0
 public async Task <Unit> Handle(ConfigureNotesCommand request, CancellationToken cancellationToken)
 {
     _notesService.Configure();
     return(await Unit.Task);
 }