10 lines
172 B
C#
10 lines
172 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
|
|
|
public partial class Vat
|
|
{
|
|
public short Stawka { get; set; }
|
|
}
|