public void Insert(Ecours.Proxy.EA_VC_ORGANIZATION ea_vc_organization)
 {
     base.Channel.Insert(ea_vc_organization);
 }
 public System.Threading.Tasks.Task InsertAsync(Ecours.Proxy.EA_VC_ORGANIZATION ea_vc_organization)
 {
     return(base.Channel.InsertAsync(ea_vc_organization));
 }
 public void Delete(Ecours.Proxy.EA_VC_ORGANIZATION ea_vc_organization)
 {
     base.Channel.Delete(ea_vc_organization);
 }