Dekrety #1
This commit is contained in:
13
Blink.Backoffice.Services.PcmDb/Entities/Konfig.cs
Normal file
13
Blink.Backoffice.Services.PcmDb/Entities/Konfig.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class Konfig
|
||||
{
|
||||
public string ParGrupa { get; set; } = null!;
|
||||
|
||||
public string ParNazwa { get; set; } = null!;
|
||||
|
||||
public string ParWartosc { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user