using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace GreenTree.Nachtragsmanagement.Web.Models.Global { public class OptionDialogItemModel { public string Name { get; set; } public string Text { get; set; } public string Function { get; set; } } }