10 lines
211 B
C#
10 lines
211 B
C#
namespace Pcm.Db.Entities;
|
|
|
|
public class Phdane
|
|
{
|
|
public decimal Phid { get; set; }
|
|
public short Znaczenie { get; set; }
|
|
public string Tekst { get; set; }
|
|
|
|
public virtual Ph Ph { get; set; }
|
|
} |