Exemple #1
0
 public async Task <bool> InserirPerguntaResposta(PerguntaResposta pr)
 {
     return(await this.service.InserirPerguntaResposta(pr));
 }
 public async Task <bool> InserirPerguntaResposta(PerguntaResposta ec)
 {
     return(await this._repositorio.InserirPerguntaResposta(ec));
 }
Exemple #3
0
 public async Task <bool> AtualizarPerguntaResposta(PerguntaResposta pr)
 {
     return(await this.service.AtualizarPerguntaResposta(pr));
 }
 public async Task <bool> AtualizarPerguntaResposta(PerguntaResposta pr)
 {
     return(await this._repositorio.AtualizarPerguntaResposta(pr));
 }