Skip to content

Commit ca8788a

Browse files
committed
Composite validator - signature
1 parent f68a52c commit ca8788a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
using System;
22
using System.Collections.Generic;
3+
using System.Linq;
34
using System.Text;
45

56
namespace IGLib
67
{
78

8-
9+
public sealed class CompositeValidator<T> // : IValidator<T>
10+
{
11+
12+
13+
}
914

1015
}

0 commit comments

Comments
 (0)