9 lines
153 B
C#
9 lines
153 B
C#
using FastEndpoints;
|
|
using Knots.DTO.Group;
|
|
|
|
namespace Knots.Validators.Group;
|
|
|
|
public class UpdateGroupDtoValidator : Validator<UpdateGroupDto>
|
|
{
|
|
|
|
} |