コード例 #1
0
 public async Task <bool> InserirPerguntaResposta(PerguntaResposta pr)
 {
     return(await this.service.InserirPerguntaResposta(pr));
 }
コード例 #2
0
 public async Task <bool> InserirPerguntaResposta(PerguntaResposta ec)
 {
     return(await this._repositorio.InserirPerguntaResposta(ec));
 }
コード例 #3
0
 public async Task <bool> AtualizarPerguntaResposta(PerguntaResposta pr)
 {
     return(await this.service.AtualizarPerguntaResposta(pr));
 }
コード例 #4
0
 public async Task <bool> AtualizarPerguntaResposta(PerguntaResposta pr)
 {
     return(await this._repositorio.AtualizarPerguntaResposta(pr));
 }