State of OMG-LEGION prior to merge
This commit is contained in:
17
PartSource.Data/Models/FitmentNote.cs
Normal file
17
PartSource.Data/Models/FitmentNote.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PartSource.Data.Models
|
||||
{
|
||||
public class FitmentNote
|
||||
{
|
||||
public string NoteText { get; set; }
|
||||
|
||||
[Key]
|
||||
public string Hash { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user