Exemplo n.º 1
0
 public void Alterar(Site.ProxyPost.Post obj)
 {
     base.Channel.Alterar(obj);
 }
Exemplo n.º 2
0
 public void Excluir(Site.ProxyPost.Post obj)
 {
     base.Channel.Excluir(obj);
 }
Exemplo n.º 3
0
 public void Inserir(Site.ProxyPost.Post obj)
 {
     base.Channel.Inserir(obj);
 }