예제 #1
0
파일: JavaScripts.cs 프로젝트: dKluev/Site
 public static string Cdn(string file)
 {
     return(Common(Urls.JavaScript(file)));
 }