Whatever this is
This commit is contained in:
@@ -7,8 +7,13 @@ namespace PartSource.Data.Dtos
|
||||
{
|
||||
public class VehicleFitmentDto : VehicleFitment
|
||||
{
|
||||
public string PartDescription { get; set; }
|
||||
|
||||
// May not be needed, but don't remove just yet
|
||||
public IList<string> SubmodelNames { get; set; }
|
||||
|
||||
public IList<string> DriveTypes { get; set; }
|
||||
|
||||
public IList<string> Notes { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user