Files
reallife-gamemode/Model/Efmigrationshistory.cs
2018-09-17 18:57:49 +02:00

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; }
}
}