DRAB/Pcm.Db/Entities/FormaPlatnosci.cs
2025-07-11 10:50:46 +02:00

9 lines
227 B
C#

namespace Pcm.Db.Entities;
public class FormaPlatnosci
{
public short FormaPlat { get; set; }
public string Tekst { get; set; }
public short MinTermPlat { get; set; }
public short MaxTermPlat { get; set; }
}