Code-complete v2 vehicle API

This commit is contained in:
2020-07-26 21:52:36 -04:00
parent 48dc190027
commit f2ca3419b0
28 changed files with 1292 additions and 1001 deletions

View File

@@ -10,9 +10,9 @@ namespace PartSource.Data.Models
public string LineCode { get; set; }
public int? BaseVehicleId { get; set; }
public int BaseVehicleId { get; set; }
public int? EngineConfigId { get; set; }
public int EngineConfigId { get; set; }
public string Position { get; set; }
}