init
This commit is contained in:
17
Common/DTS.Common.DataModel/ApplicationProperties.cs
Normal file
17
Common/DTS.Common.DataModel/ApplicationProperties.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using DTS.Slice.Users;
|
||||
using DataPROWin7.DataModel;
|
||||
using DTS.Common.ISO;
|
||||
using DTS.Common.Licensing.Messages;
|
||||
|
||||
namespace DTS.Common.DataModel
|
||||
{
|
||||
public static class ApplicationProperties
|
||||
{
|
||||
public static User CurrentUser { get; set; }
|
||||
public static DASFactory DASFactory { get; set; }
|
||||
public static User CurrentView { get; set; }
|
||||
public static ISO13499FileDb IsoDb { get; set; }
|
||||
public static ValidationResult LicenseValidationResult { get; set; }
|
||||
public static bool CanCurrentUserCommitChannelCodes { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user