Add a controler for "User" (add and authenticate)
This commit is contained in:
@@ -20,5 +20,7 @@ namespace skydiveLogs_api.Data.Interface
|
||||
ILiteCollection<JumpType> CollOfJumpType { get; }
|
||||
|
||||
ILiteCollection<Jump> CollOfJump { get; }
|
||||
|
||||
ILiteCollection<User> CollOfUser { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user