Ejemplo n.º 1
0
        public bool DoesInteractionExistAndBelongToCustomer(Guid interactionId, Guid customerId)
        {
            var documentDbProvider   = new DocumentDBProvider();
            var doesInteractionExist = documentDbProvider.DoesInteractionExistAndBelongToCustomer(interactionId, customerId);

            return(doesInteractionExist);
        }