2025-08-02 18:56:44 +02:00

9 lines
185 B
C#

using Liber_Incantamentum.Application.Interfaces.Validations;
namespace Liber_Incantamentum.Application.Services.Validations
{
public class Validator : IValidator
{
}
}