Beispiel #1
0
 public static bool CheckExists(string route, IConfigRepository rep)
 {
     return(rep.CheckRouteExists(route));
 }