Exemple #1
0
 public async Task <IActionResult> ListAll()
 {
     return(await _actionsService.All());
 }