예제 #1
0
 public Centrale(Model.Sage.F_COMPTET_Light tiers, Model.Local.Customer customer,
                 Model.Prestashop.idcustomer psCustomer, Model.Sage.F_COMPTET_Light centraleAchat)
 {
     Tiers         = tiers;
     Customer      = customer;
     PsCustomer    = psCustomer;
     CentraleAchat = centraleAchat;
 }
예제 #2
0
 public Centrale(Model.Sage.F_COMPTET_Light tiers, Model.Local.Customer customer,
                 Model.Prestashop.idcustomer psCustomer)
     : this(tiers, customer, psCustomer, null)
 {
 }