Beispiel #1
0
 public static string ReportPath()
 {
     return(System.IO.Path.Combine(PathFactory.SolutionPath(), "Report_Files\\"));
 }
Beispiel #2
0
 public static string DatabasePath()
 {
     return(System.IO.Path.Combine(PathFactory.SolutionPath(), "PizzaRepository\\App_Data"));
 }