Beispiel #1
0
 public void DeleteCompany(Com.Pinz.Client.RemoteServiceConsumer.PinzAdminServiceReference.CompanyDO company)
 {
     base.Channel.DeleteCompany(company);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task DeleteCompanyAsync(Com.Pinz.Client.RemoteServiceConsumer.PinzAdminServiceReference.CompanyDO company)
 {
     return(base.Channel.DeleteCompanyAsync(company));
 }
Beispiel #3
0
 public Com.Pinz.Client.RemoteServiceConsumer.PinzAdminServiceReference.CompanyDO UpdateCompany(Com.Pinz.Client.RemoteServiceConsumer.PinzAdminServiceReference.CompanyDO company)
 {
     return(base.Channel.UpdateCompany(company));
 }