Code-complete v2 vehicle API
This commit is contained in:
17
PartSource.Data/Dtos/SubmodelDto.cs
Normal file
17
PartSource.Data/Dtos/SubmodelDto.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace PartSource.Data.Dtos
|
||||
{
|
||||
public class SubmodelDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public string Make { get; set; }
|
||||
|
||||
public int MakeId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user