Exemple #1
0
 public void DoAfterCheckoutBuild(Checkout checkout)
 {
     ExecuteChain(checkout);
     if (!OtherCheckoutObservers.IsNull())
     {
         OtherCheckoutObservers.ForEach(OCO => OCO.DoAfterCheckoutBuildImplementation(checkout));
     }
 }