This commit is contained in:
2023-12-19 14:49:30 -05:00
parent b8406a7f71
commit aed30707be
17 changed files with 184 additions and 60 deletions

View File

@@ -8,5 +8,7 @@ namespace PartSource.Data.Dtos
public class VehicleFitmentDto : VehicleFitment
{
public IList<string> SubmodelNames { get; set; }
public IList<string> DriveTypes { get; set; }
}
}