public System.Threading.Tasks.Task <string> UpdateAsync(string typeuid, string entityid, WebData entityData) { return(base.Channel.UpdateAsync(typeuid, entityid, entityData)); }
public System.Threading.Tasks.Task <string> InsertAsync(string typeuid, WebData entityData) { return(base.Channel.InsertAsync(typeuid, entityData)); }
public string Update(string typeuid, string entityid, WebData entityData) { return(base.Channel.Update(typeuid, entityid, entityData)); }
public string Insert(string typeuid, WebData entityData) { return(base.Channel.Insert(typeuid, entityData)); }