diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-21 18:33:07 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-21 18:33:07 +0800 |
commit | 62a3557ab62e1fa188e7498643d7cf0221a18322 (patch) | |
tree | 72f5a8f65048f1495dddff7f12cedbd5eb4e39fc /Timeline/Models/Validation/UserDetailValidator.cs | |
parent | fd95f9abc017575b13a31dd16ac72ef663e984d6 (diff) | |
download | timeline-62a3557ab62e1fa188e7498643d7cf0221a18322.tar.gz timeline-62a3557ab62e1fa188e7498643d7cf0221a18322.tar.bz2 timeline-62a3557ab62e1fa188e7498643d7cf0221a18322.zip |
Add database entity and service.
Diffstat (limited to 'Timeline/Models/Validation/UserDetailValidator.cs')
-rw-r--r-- | Timeline/Models/Validation/UserDetailValidator.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Timeline/Models/Validation/UserDetailValidator.cs b/Timeline/Models/Validation/UserDetailValidator.cs new file mode 100644 index 00000000..5fdaec00 --- /dev/null +++ b/Timeline/Models/Validation/UserDetailValidator.cs @@ -0,0 +1,11 @@ +using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Threading.Tasks;
+
+namespace Timeline.Models.Validation
+{
+ public class UserDetailValidator
+ {
+ }
+}
|