Add the method "Get*ById" in the stack Business
This commit is contained in:
@@ -26,7 +26,7 @@ namespace skydiveLogs_api.Business
|
||||
|
||||
public Aircraft GetAircraftById(int id)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return _aircraftRepository.GetAircraftById(id);
|
||||
}
|
||||
|
||||
public IEnumerable<Aircraft> GetAllAircrafts()
|
||||
|
||||
Reference in New Issue
Block a user