Dekrety #1
This commit is contained in:
9
Blink.Backoffice.Services.PcmDb/Entities/Vat.cs
Normal file
9
Blink.Backoffice.Services.PcmDb/Entities/Vat.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class Vat
|
||||
{
|
||||
public short Stawka { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user