Пример #1
0
 private string GetExportPath(WebSite webSite)
 {
     return Path.Combine(exportFolder, webSite.FileName);
 }