GetWorkItems() public method

public GetWorkItems ( string path ) : IEnumerable
path string
return IEnumerable
示例#1
0
 public IEnumerable <WorkItem> GetWorkItems(string path)
 {
     return(WorkflowRepository.GetWorkItems(path));
 }