Exemple #1
0
 public async Task <Solution[]> GetAllSolutions()
 {
     return(await _solutionsService.GetAllSolutionsAsync());
 }