Exemplo n.º 1
0
 public virtual async Task <LanguageDto> GetAsync(Guid id)
 {
     return(await _service.GetAsync(id));
 }