Files
Knots/Knots/Validators/Group/UpdateGroupDtoValidator.cs
T

9 lines
153 B
C#

using FastEndpoints;
using Knots.DTO.Group;
namespace Knots.Validators.Group;
public class UpdateGroupDtoValidator : Validator<UpdateGroupDto>
{
}