Example #1
0
 public bool IsSolutionExist(string url)
 {
     return(solutionService.IsSolutionExist(url));
 }