using System; using System.Collections.Generic; namespace reallife_gamemode.Model { public partial class Efmigrationshistory { public string MigrationId { get; set; } public string ProductVersion { get; set; } } }