Beispiel #1
0
 public Task<List<CultureDto>> GetListAsync()
 {
     return _cultureService.GetListAsync();
 }