Ejemplo n.º 1
0
 public Task <Solution> GetSolutionAsync(long solutionId)
 {
     return(_solutionsRepository.GetAsync(solutionId));
 }