Update the repsitories to know the "Add" function
This commit is contained in:
@@ -32,7 +32,7 @@ namespace skydiveLogs_api.Data
|
||||
return _col.FindById(new BsonValue(id));
|
||||
}
|
||||
|
||||
public bool AddJump(Jump newJump)
|
||||
public bool Add(Jump newJump)
|
||||
{
|
||||
var result = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user