move mail templates into core
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using FluentValidation;
|
||||
using zero.Core.Entities;
|
||||
|
||||
namespace zero.Core.Validation
|
||||
{
|
||||
public class MailTemplateValidator : ZeroValidator<IMailTemplate>
|
||||
{
|
||||
public MailTemplateValidator()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user