Exemplo n.º 1
0
 public System.Threading.Tasks.Task <System.Collections.Generic.List <Ilc.BusinessObjects.Common.Product> > LoadProductByCompanyAsync(Ilc.BusinessObjects.Common.Company company)
 {
     return(base.Channel.LoadProductByCompanyAsync(company));
 }
Exemplo n.º 2
0
 public System.Collections.Generic.List <Ilc.BusinessObjects.Common.Product> LoadProductByCompany(Ilc.BusinessObjects.Common.Company company)
 {
     return(base.Channel.LoadProductByCompany(company));
 }
Exemplo n.º 3
0
 public System.Threading.Tasks.Task <Ilc.BusinessObjects.Common.Company> ExtendCompanyAsync(Ilc.BusinessObjects.Common.Company company)
 {
     return(base.Channel.ExtendCompanyAsync(company));
 }
Exemplo n.º 4
0
 public System.Collections.Generic.List <Ilc.BusinessObjects.Common.ContactPerson> LoadContactsByCompany(Ilc.BusinessObjects.Common.Company company)
 {
     return(base.Channel.LoadContactsByCompany(company));
 }
Exemplo n.º 5
0
 public Ilc.BusinessObjects.Common.Company ExtendCompany(Ilc.BusinessObjects.Common.Company company)
 {
     return(base.Channel.ExtendCompany(company));
 }