Пример #1
0
 public bool IsProcessExists(Guid processId)
 {
     return(PersistenceProvider.IsProcessExists(processId));
 }