Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 17b458f

Browse files
IValidationService
1 parent 2b58529 commit 17b458f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

‎src/AspnetRun.Application/AspnetRun.Application.csproj‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<Folder Include="Validation\" />
1716
<Folder Include="Session\" />
1817
</ItemGroup>
1918

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Text;
4+
5+
namespace AspnetRun.Application.Validation
6+
{
7+
public interface IValidationService
8+
{
9+
void Validate(object obj);
10+
}
11+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /