10 lines
No EOL
251 B
C#
10 lines
No EOL
251 B
C#
using System.Collections.Generic;
|
|
using FluentValidation;
|
|
using WingsAPI.Scripting.Event;
|
|
|
|
namespace WingsAPI.Scripting.Validator.Common
|
|
{
|
|
public class SEventsValidator : AbstractValidator<IDictionary<string, IEnumerable<SEvent>>>
|
|
{
|
|
}
|
|
} |