Exemplo n.º 1
0
 public async Task <IEnumerable <ReportRoot> > Get(GetReportByCapabilityIdentifierCommand command)
 {
     return(await _applicationFacade.Execute(command));
 }