web-app-template/backend/app/app.Share.Common/DomainSelectCriterion.cs

8 lines
154 B
C#
Raw Permalink Normal View History

2022-02-20 13:43:25 +01:00
using System;
namespace app.Share.Common
{
public class DomainSelectCriterion : SelectCriterion
{
public string Name { get; set; }
}
}