9 lines
203 B
C#
9 lines
203 B
C#
namespace Pcm.Db.Entities;
|
|
|
|
public class Zasob
|
|
{
|
|
public short Tabela { get; set; }
|
|
public decimal Id { get; set; }
|
|
public string Typ { get; set; }
|
|
public string Sciezka { get; set; }
|
|
} |