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