Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> updateAsync(BookStoreWinform.AccountService.Account entity)
 {
     return(base.Channel.updateAsync(entity));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <long> insertAsync(BookStoreWinform.AccountService.Account entity)
 {
     return(base.Channel.insertAsync(entity));
 }
Exemplo n.º 3
0
 public bool update(BookStoreWinform.AccountService.Account entity)
 {
     return(base.Channel.update(entity));
 }
Exemplo n.º 4
0
 public long insert(BookStoreWinform.AccountService.Account entity)
 {
     return(base.Channel.insert(entity));
 }