Exemplo n.º 1
0
 public System.Threading.Tasks.Task <string> GetPathAsync(PutBoxDesktop.PutBoxSvc.UserInfo user)
 {
     return(base.Channel.GetPathAsync(user));
 }
Exemplo n.º 2
0
 public string GetPath(PutBoxDesktop.PutBoxSvc.UserInfo user)
 {
     return(base.Channel.GetPath(user));
 }
Exemplo n.º 3
0
 public bool Login(PutBoxDesktop.PutBoxSvc.UserInfo user)
 {
     return(base.Channel.Login(user));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <bool> LoginAsync(PutBoxDesktop.PutBoxSvc.UserInfo user)
 {
     return(base.Channel.LoginAsync(user));
 }
Exemplo n.º 5
0
 public bool Registration(PutBoxDesktop.PutBoxSvc.UserInfo user)
 {
     return(base.Channel.Registration(user));
 }