Exemplo n.º 1
0
 public async Task HandleAsync(AddCustomDay command)
 {
     await _planService.AddCustomDayAsync(command.Procurer, command.date, command.calories);
 }