コード例 #1
0
 public GenericoAgendamentoCommandResult PendentePagamentoAgendamento([FromBody] PendentePagamentoAgendamentoCommand command, [FromServices] AgendamentoHandler handler)
 {
     return((GenericoAgendamentoCommandResult)handler.Handle(command));
 }
コード例 #2
0
 public GenericoAgendamentoCommandResult FinalizarAGendamento([FromBody] FinalizarAgendamentoCommand command, [FromServices] AgendamentoHandler handler)
 {
     return((GenericoAgendamentoCommandResult)handler.Handle(command));
 }