State of OMG-LEGION prior to merge
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Text;
|
||||
|
||||
@@ -8,6 +9,7 @@ namespace PartSource.Data.Models
|
||||
public class VehicleMake
|
||||
{
|
||||
[DatabaseGenerated(DatabaseGeneratedOption.None)]
|
||||
[Key]
|
||||
public int MakeId { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user