Ejemplo n.º 1
0
 public bool UpdateCustomer(Insigma.Eyes.PSS.Model.CustomerModel commodity)
 {
     return(base.Channel.UpdateCustomer(commodity));
 }
Ejemplo n.º 2
0
 public Insigma.Eyes.PSS.Model.CustomerModel AddCustomer(Insigma.Eyes.PSS.Model.CustomerModel oneCommodity)
 {
     return(base.Channel.AddCustomer(oneCommodity));
 }