Manage the update of some data at the
start of the database
This commit is contained in:
@@ -15,7 +15,7 @@ namespace skydiveLogs_api.DomainBusiness.Interfaces
|
||||
|
||||
IEnumerable<Aircraft> GetAllAircrafts();
|
||||
|
||||
void UpdateAircraft(int id, Aircraft aircraft);
|
||||
bool UpdateAircraft(int id, Aircraft aircraft, bool resetCache = true);
|
||||
|
||||
#endregion Public Methods
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user