using System; namespace app.Share.Common { public class DomainSelectCriterion : SelectCriterion { public string Name { get; set; } } }