|
|
@ -106,6 +106,6 @@ IConfiguration GetConfiguration() |
|
|
|
|
|
|
|
public class Program { |
|
|
|
|
|
|
|
public static string Namespace = typeof(Program).Namespace; |
|
|
|
public static string Namespace = typeof(Startup).Namespace; |
|
|
|
public static string AppName = Namespace.Substring(Namespace.LastIndexOf('.', Namespace.LastIndexOf('.') - 1) + 1); |
|
|
|
} |