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