namespace Backend.Helper; public static class ProjectPathHelper { public static string GetProjectPath() { return new DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory).Parent!.Parent!.Parent!.Parent!.FullName; } }