Exemplo n.º 1
0
 public async Task <TEntidade> ObterPorIdAsync(long id)
 {
     return(await _servicoBase.ObterPorIdAsync(id));
 }