using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace GreenTree.Nachtragsmanagement.Web.Models.Global { public class PopupModel { public string PopupName { get; set; } public string AcceptFunctionName { get; set; } } }