Beispiel #1
0
 public bool Validate(UtnEmall.Server.EntityModel.CustomerEntity customer)
 {
     return(base.Channel.Validate(customer));
 }
Beispiel #2
0
 public UtnEmall.Server.EntityModel.CustomerEntity Delete(UtnEmall.Server.EntityModel.CustomerEntity customerEntity, string session)
 {
     return(base.Channel.Delete(customerEntity, session));
 }