Beispiel #1
0
 public bool IsDuplicateUrl(string url, int projectId)
 {
     return(repo.IsDuplicateUrl(url, projectId));
 }