|
|
@ -99,7 +99,7 @@ IConfiguration GetConfiguration() |
|
|
|
return builder.Build(); |
|
|
|
} |
|
|
|
|
|
|
|
public static class Program |
|
|
|
public partial class Program |
|
|
|
{ |
|
|
|
public static string Namespace = typeof(Startup).Namespace; |
|
|
|
public static string AppName = Namespace.Substring(Namespace.LastIndexOf('.', Namespace.LastIndexOf('.') - 1) + 1); |