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