Exemplo n.º 1
0
 public async Task <JsonResult> Get()
 {
     return(await _apiResponseHelper.RunWithResultAsync(() => _contentRepository
                                                        .UserAreas()
                                                        .GetAll()
                                                        .AsMicroSummaries()
                                                        .ExecuteAsync()
                                                        ));
 }