Migration to DevOps
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace PartSource.Data.Models
|
||||
{
|
||||
[Table("P8F")]
|
||||
public partial class Fitment
|
||||
{
|
||||
public string PartNumber { get; set; }
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Text;
|
||||
|
||||
namespace PartSource.Data.Models
|
||||
{
|
||||
//[Table("ImportDataOld")]
|
||||
[Table("ImportDataFitment")]
|
||||
public class ImportData
|
||||
{
|
||||
public string Title { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user