Example #1
0
 public async Task <bool> Remover(Guid id)
 {
     return(await _linguagemRepository.RemoverAsync(id));
 }