Exemplo n.º 1
0
 public async Task <IEnumerable <Hierarchy> > GetAsync()
 {
     return(await _hierarchyRepository.GetListAsync(w => w.Ativo));
 }