Added edit functionality for service records
This commit is contained in:
@@ -5,6 +5,7 @@ namespace CarCareTracker.External.Interfaces
|
||||
public interface IServiceRecordDataAccess
|
||||
{
|
||||
public List<ServiceRecord> GetServiceRecordsByVehicleId(int vehicleId);
|
||||
public ServiceRecord GetServiceRecordById(int serviceRecordId);
|
||||
public bool SaveServiceRecordToVehicle(ServiceRecord serviceRecord);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user