Ejemplo n.º 1
0
 public int UpdateAccount(AuctionProject.ServiceReference1.Account Account)
 {
     return(base.Channel.UpdateAccount(Account));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <int> UpdateAccountAsync(AuctionProject.ServiceReference1.Account Account)
 {
     return(base.Channel.UpdateAccountAsync(Account));
 }
Ejemplo n.º 3
0
 public void RemoveAccount(AuctionProject.ServiceReference1.Account Account)
 {
     base.Channel.RemoveAccount(Account);
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <bool> LoginAsync(AuctionProject.ServiceReference1.Account acc, string password)
 {
     return(base.Channel.LoginAsync(acc, password));
 }
Ejemplo n.º 5
0
 public bool Login(AuctionProject.ServiceReference1.Account acc, string password)
 {
     return(base.Channel.Login(acc, password));
 }
Ejemplo n.º 6
0
 public System.Threading.Tasks.Task <AuctionProject.ServiceReference1.Account> HashAndSaltPasswordAsync(AuctionProject.ServiceReference1.Account acc)
 {
     return(base.Channel.HashAndSaltPasswordAsync(acc));
 }
Ejemplo n.º 7
0
 public AuctionProject.ServiceReference1.Account HashAndSaltPassword(AuctionProject.ServiceReference1.Account acc)
 {
     return(base.Channel.HashAndSaltPassword(acc));
 }