Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> UserRegisterAsync(MarketWeb.ServiceReference1.TB_UserSurrogate user)
 {
     return(base.Channel.UserRegisterAsync(user));
 }
Exemplo n.º 2
0
 public bool UserRegister(MarketWeb.ServiceReference1.TB_UserSurrogate user)
 {
     return(base.Channel.UserRegister(user));
 }