public async Task <bool> DeleteCursoAsync(int idEtapa, int idCurso) { return(await repository.DeleteCursoAsync(idEtapa, idCurso)); }