Implement the function "Add a aircraft"
This commit is contained in:
@@ -15,9 +15,9 @@ namespace skydiveLogs_api.Business
|
||||
_aircraftRepository = aircraftRepository;
|
||||
}
|
||||
|
||||
public void AddNewAircraft(Aircraft aircraft)
|
||||
public void AddNewAircraft(Aircraft newAircraft)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
_aircraftRepository.AddAircraft(newAircraft);
|
||||
}
|
||||
|
||||
public void DeleteAircraftById(int id)
|
||||
|
||||
Reference in New Issue
Block a user