Example #1
0
 public virtual async Task <ListResultDto <LanguageDto> > GetAllAsync()
 {
     return(await _service.GetAllAsync());
 }