Archived
Added first app template
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace app.Configuration {
|
||||
public static class Constants {
|
||||
public const string CustomerEnvironmentVariable = "CUSTOMER";
|
||||
public const string ComputerNameEnvironmentVariable = "COMPUTERNAME";
|
||||
public const string CustomersDirectoryName = "customers";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user