Exemple #1
0
 internal bool Exists(UrlDataEntity UrlDataEntity)
 {
     return(DataList.Exists((entity) => entity.Url == UrlDataEntity.Url));
 }