9 lines
227 B
C#
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; }
|
|
} |