yavsc/Yavsc.Server/Models/Forms/Validation/Required.cs

7 lines
99 B
C#

namespace Yavsc.Models.Forms.Validation
{
public class Required : Method
{
}
}