Ejemplo n.º 1
0
 public void Update(HJ.Infrastructue.Model.Customer customer)
 {
     base.Channel.Update(customer);
 }
Ejemplo n.º 2
0
 public int Add(HJ.Infrastructue.Model.Customer customer)
 {
     return(base.Channel.Add(customer));
 }