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