public System.Threading.Tasks.Task <bool> updateAsync(MVCbansach.AuthorSevice.Author entity) { return(base.Channel.updateAsync(entity)); }
public System.Threading.Tasks.Task <long> insertAsync(MVCbansach.AuthorSevice.Author entity) { return(base.Channel.insertAsync(entity)); }
public bool update(MVCbansach.AuthorSevice.Author entity) { return(base.Channel.update(entity)); }
public long insert(MVCbansach.AuthorSevice.Author entity) { return(base.Channel.insert(entity)); }