12 lines
246 B
C#
12 lines
246 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace reallife_gamemode.Model
|
|
{
|
|
public partial class Efmigrationshistory
|
|
{
|
|
public string MigrationId { get; set; }
|
|
public string ProductVersion { get; set; }
|
|
}
|
|
}
|