Exemple #1
0
 public bool Alterar(Model.EDITORA oEDITORA)
 {
     return(base.Channel.Alterar(oEDITORA));
 }
Exemple #2
0
 public System.Threading.Tasks.Task <bool> AlterarAsync(Model.EDITORA oEDITORA)
 {
     return(base.Channel.AlterarAsync(oEDITORA));
 }
Exemple #3
0
 public bool Cadastrar(Model.EDITORA oEDITORA)
 {
     return(base.Channel.Cadastrar(oEDITORA));
 }