Beispiel #1
0
 public System.Threading.Tasks.Task <string> UpdateAsync(string typeuid, string entityid, WebData entityData)
 {
     return(base.Channel.UpdateAsync(typeuid, entityid, entityData));
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <string> InsertAsync(string typeuid, WebData entityData)
 {
     return(base.Channel.InsertAsync(typeuid, entityData));
 }
Beispiel #3
0
 public string Update(string typeuid, string entityid, WebData entityData)
 {
     return(base.Channel.Update(typeuid, entityid, entityData));
 }
Beispiel #4
0
 public string Insert(string typeuid, WebData entityData)
 {
     return(base.Channel.Insert(typeuid, entityData));
 }