9 lines
185 B
C#
9 lines
185 B
C#
using Liber_Incantamentum.Application.Interfaces.Validations;
|
|
|
|
namespace Liber_Incantamentum.Application.Services.Validations
|
|
{
|
|
public class Validator : IValidator
|
|
{
|
|
}
|
|
}
|