public DocumentModel() { Commands = new DocumentCommandModel[0]; AvailiableStates = new Dictionary <string, string> { }; HistoryModel = new DocumentHistoryModel(); }
public DocumentModel() { Commands = new Dictionary<string, string>{}; AvailiableStates = new Dictionary<string, string>{}; HistoryModel = new DocumentHistoryModel(); }