Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> updateAsync(MVCbansach.AuthorSevice.Author entity)
 {
     return(base.Channel.updateAsync(entity));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <long> insertAsync(MVCbansach.AuthorSevice.Author entity)
 {
     return(base.Channel.insertAsync(entity));
 }
Ejemplo n.º 3
0
 public bool update(MVCbansach.AuthorSevice.Author entity)
 {
     return(base.Channel.update(entity));
 }
Ejemplo n.º 4
0
 public long insert(MVCbansach.AuthorSevice.Author entity)
 {
     return(base.Channel.insert(entity));
 }