GetWorkItems() public method

public GetWorkItems ( string path ) : IEnumerable
path string
return IEnumerable
Ejemplo n.º 1
0
 public IEnumerable <WorkItem> GetWorkItems(string path)
 {
     return(WorkflowRepository.GetWorkItems(path));
 }