Add "Image" context to add images for the users
This commit is contained in:
@@ -22,5 +22,7 @@ namespace skydiveLogs_api.Data.Interface
|
||||
ILiteCollection<Jump> CollOfJump { get; }
|
||||
|
||||
ILiteCollection<User> CollOfUser { get; }
|
||||
|
||||
ILiteCollection<Image> CollOfImage { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user