Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> VerifyAccountAsync(Store.Web.CustomerService.CustomerAccount customerAccount)
 {
     return(base.Channel.VerifyAccountAsync(customerAccount));
 }
Ejemplo n.º 2
0
 public bool VerifyAccount(Store.Web.CustomerService.CustomerAccount customerAccount)
 {
     return(base.Channel.VerifyAccount(customerAccount));
 }