Files
gpw_next/GPW.Api/GPW.Data/DBModels/ImportEgaltechFase.cs
T
2021-10-18 15:43:53 +02:00

14 lines
245 B
C#

using System;
using System.Collections.Generic;
#nullable disable
namespace GPW.Data.DBModels
{
public partial class ImportEgaltechFase
{
public string Fase { get; set; }
public string DescFase { get; set; }
}
}