WhiskWork.Core.MemoryWorkItemRepository.ExistsWorkItem C# (CSharp) Method

ExistsWorkItem() public method

public ExistsWorkItem ( string id ) : bool
id string
return bool
        public bool ExistsWorkItem(string id)
        {
            return _workItems.ContainsKey(id);
        }