fix namespace top level statement
This commit is contained in:
parent
4a71f483aa
commit
4fcb70c739
@ -106,6 +106,6 @@ IConfiguration GetConfiguration()
|
|||||||
|
|
||||||
public class Program {
|
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);
|
public static string AppName = Namespace.Substring(Namespace.LastIndexOf('.', Namespace.LastIndexOf('.') - 1) + 1);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user