Example #1
0
 public System.Threading.Tasks.Task <bool> updateAsync(BookStoreWinform.CategoryService.Category entity)
 {
     return(base.Channel.updateAsync(entity));
 }
Example #2
0
 public System.Threading.Tasks.Task <long> insertAsync(BookStoreWinform.CategoryService.Category entity)
 {
     return(base.Channel.insertAsync(entity));
 }
Example #3
0
 public bool update(BookStoreWinform.CategoryService.Category entity)
 {
     return(base.Channel.update(entity));
 }
Example #4
0
 public long insert(BookStoreWinform.CategoryService.Category entity)
 {
     return(base.Channel.insert(entity));
 }