#nullable disable 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; } }