Beispiel #1
0
        public bool DoesActionPlanExistAndBelongToCustomer(Guid actionPlanId, Guid interactionId, Guid customerId)
        {
            var documentDbProvider  = new DocumentDBProvider();
            var doesActionPlanExist = documentDbProvider.DoesActionPlanExistAndBelongToCustomer(actionPlanId, interactionId, customerId);

            return(doesActionPlanExist);
        }