Current state, whatever that means
This commit is contained in:
14
PartSource.Data/Dtos/VehicleFitmentDto.cs
Normal file
14
PartSource.Data/Dtos/VehicleFitmentDto.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using PartSource.Data.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace PartSource.Data.Dtos
|
||||
{
|
||||
public class VehicleFitmentDto
|
||||
{
|
||||
public Fitment Fitment { get; set; }
|
||||
|
||||
public Vehicle Vehicle { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -18,6 +18,6 @@ namespace PartSource.Data.Models
|
||||
|
||||
public string Position { get; set; }
|
||||
|
||||
public string NoteText { get; set; }
|
||||
public string FitmentNoteHash { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,5 +30,8 @@ namespace PartSource.Data.Models
|
||||
|
||||
[Key]
|
||||
public int VehicleToEngineConfigId { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public string Position { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user