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