GetWorkItems() public méthode

public GetWorkItems ( string path ) : IEnumerable
path string
Résultat IEnumerable
 public IEnumerable <WorkItem> GetWorkItems(string path)
 {
     return(WorkflowRepository.GetWorkItems(path));
 }