9 lines
143 B
C#
9 lines
143 B
C#
namespace AutoCatCore.Model
|
|
{
|
|
public class VehicleBrand
|
|
{
|
|
public VehicleName Name { get; set; }
|
|
public string Logo { get; set; }
|
|
}
|
|
}
|