예제 #1
0
파일: Times.cs 프로젝트: yasinkultur/guflow
        internal bool IsExceeded(WorkflowItem workflowItem)
        {
            var allEvents = workflowItem.AllEventsOf(workflowItem.LastEvent.GetType());

            return(allEvents.Count() > _count);
        }