Ejemplo n.º 1
0
 public async Task <ActionResult <List <AppActivity> > > GetActivities(List.Command command)
 {
     return(await _mediator.Send(command));
 }
Ejemplo n.º 2
0
 public async Task <UserWatcherDto> GetAllUserWatcher(List.Command command) => await Mediator.Send(command);