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