Little update around the controllers
This commit is contained in:
@@ -46,7 +46,7 @@ namespace skydiveLogs_api.Data
|
||||
|
||||
public User GetById(int id)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return _col.FindById(new BsonValue(id));
|
||||
}
|
||||
|
||||
public bool Update(User updated)
|
||||
|
||||
Reference in New Issue
Block a user