Exemple #1
0
        public override void ExecuteCreate(CommerceCreateOperation createOperation, OperationCacheDictionary operationCache, CommerceCreateOperationResponse response)
        {
            ParameterChecker.CheckForNull(createOperation, "createOperation");
            ParameterChecker.CheckForNull(operationCache, "operationCache");
            ParameterChecker.CheckForNull(response, "response");

            base.ExecuteCreate(createOperation, operationCache, response);
        }
 public override void ExecuteCreate(CommerceCreateOperation createOperation, OperationCacheDictionary operationCache, CommerceCreateOperationResponse response)
 {
     base.ExecuteCreate(createOperation, operationCache, response);
 }