Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <int> RegisterAsync(MAPMAClient.CusRef.Customer cus, string password)
 {
     return(base.Channel.RegisterAsync(cus, password));
 }
Ejemplo n.º 2
0
 public int Register(MAPMAClient.CusRef.Customer cus, string password)
 {
     return(base.Channel.Register(cus, password));
 }