public System.Threading.Tasks.Task <bool> DeleteAsync(MyClient.ServiceReference1.SystemUser entity) { return(base.Channel.DeleteAsync(entity)); }
public bool Delete(MyClient.ServiceReference1.SystemUser entity) { return(base.Channel.Delete(entity)); }
public int Update(MyClient.ServiceReference1.SystemUser entity) { return(base.Channel.Update(entity)); }
public System.Threading.Tasks.Task <int> UpdateAsync(MyClient.ServiceReference1.SystemUser entity) { return(base.Channel.UpdateAsync(entity)); }
public void Create(MyClient.ServiceReference1.SystemUser entity) { base.Channel.Create(entity); }