Exemplo n.º 1
0
 public System.Threading.Tasks.Task <int> InsertAccountAsync(Event_Management.ServiceReference1.Account account)
 {
     return(base.Channel.InsertAccountAsync(account));
 }
Exemplo n.º 2
0
 public int InsertAccount(Event_Management.ServiceReference1.Account account)
 {
     return(base.Channel.InsertAccount(account));
 }