Files
yavsc/Yavsc.Server/Models/Forms/Validation/Required.cs
2018-05-02 04:09:51 +02:00

7 lines
99 B
C#

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