9 lines
No EOL
196 B
C#
9 lines
No EOL
196 B
C#
using FluentValidation;
|
|
using WingsAPI.Scripting.Object.Common;
|
|
|
|
namespace WingsAPI.Scripting.Validator.Common
|
|
{
|
|
public class SLocationValidator : AbstractValidator<SLocation>
|
|
{
|
|
}
|
|
} |