ExistsWorkItem() public method

public ExistsWorkItem ( string id ) : bool
id string
return bool
示例#1
0
 public bool ExistsWorkItem(string workItemId)
 {
     return(WorkflowRepository.ExistsWorkItem(workItemId));
 }