Esempio n. 1
0
 public IActionResult GetIntegrations()
 {
     return(Ok(integrationService.GetIntegrations().OrderBy(x => x.Name)));
 }