Beispiel #1
0
 private ProcessOrdersBRE()
 {
     _IProcessProductPaymentTypeAction = ProcessProductPaymentTypeAction.GetProcessProductPaymentTypeActionInstance;
 }
Beispiel #2
0
        public void ProcessProductPaymentTypeAction_SingeltonObject()
        {
            IProcessProductPaymentTypeAction processProductPaymentTypeAction = ProcessProductPaymentTypeAction.GetProcessProductPaymentTypeActionInstance;

            Assert.IsNotNull(processProductPaymentTypeAction.Activate_Membership(0));
        }