WhiskWork.Core.MemoryWorkItemRepository.ExistsWorkItem C# (CSharp) 메소드

ExistsWorkItem() 공개 메소드

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