diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/AkwizytorEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/AkwizytorEntityType.cs
index 7873853..d22c55a 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/AkwizytorEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/AkwizytorEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class AkwizytorEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Akwizytor",
+ "DuSoft.PcmDb.Entities.Akwizytor",
typeof(Akwizytor),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/ArtykulEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/ArtykulEntityType.cs
index 5d43513..535bfa4 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/ArtykulEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/ArtykulEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class ArtykulEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Artykul",
+ "DuSoft.PcmDb.Entities.Artykul",
typeof(Artykul),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/AsortEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/AsortEntityType.cs
index a286e06..883ce90 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/AsortEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/AsortEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class AsortEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Asort",
+ "DuSoft.PcmDb.Entities.Asort",
typeof(Asort),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/BankEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/BankEntityType.cs
index 28e1c63..adededf 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/BankEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/BankEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class BankEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Bank",
+ "DuSoft.PcmDb.Entities.Bank",
typeof(Bank),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/BlokadaEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/BlokadaEntityType.cs
index 8ea2ea5..56a3187 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/BlokadaEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/BlokadaEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class BlokadaEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Blokada",
+ "DuSoft.PcmDb.Entities.Blokada",
typeof(Blokada),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/CentrStanZgodyEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/CentrStanZgodyEntityType.cs
index aca9a58..795b905 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/CentrStanZgodyEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/CentrStanZgodyEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class CentrStanZgodyEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.CentrStanZgody",
+ "DuSoft.PcmDb.Entities.CentrStanZgody",
typeof(CentrStanZgody),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/CzasEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/CzasEntityType.cs
index 0ceb8ab..05a6e18 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/CzasEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/CzasEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class CzasEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Czas",
+ "DuSoft.PcmDb.Entities.Czas",
typeof(Czas),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DefinicjaKoduEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DefinicjaKoduEntityType.cs
index d385365..baf1146 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DefinicjaKoduEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DefinicjaKoduEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DefinicjaKoduEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.DefinicjaKodu",
+ "DuSoft.PcmDb.Entities.DefinicjaKodu",
typeof(DefinicjaKodu),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DlugiZasobBinEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DlugiZasobBinEntityType.cs
index ec55a8d..898d55a 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DlugiZasobBinEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DlugiZasobBinEntityType.cs
@@ -4,7 +4,7 @@ using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -13,14 +13,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DlugiZasobBinEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.DlugiZasobBin",
+ "DuSoft.PcmDb.Entities.DlugiZasobBin",
typeof(DlugiZasobBin),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DlugiZasobEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DlugiZasobEntityType.cs
index bcaf7e1..24bd1a9 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DlugiZasobEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DlugiZasobEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DlugiZasobEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.DlugiZasob",
+ "DuSoft.PcmDb.Entities.DlugiZasob",
typeof(DlugiZasob),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DlugiZasobTxtEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DlugiZasobTxtEntityType.cs
index b591bad..40ee945 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DlugiZasobTxtEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DlugiZasobTxtEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DlugiZasobTxtEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.DlugiZasobTxt",
+ "DuSoft.PcmDb.Entities.DlugiZasobTxt",
typeof(DlugiZasobTxt),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokDodKthEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokDodKthEntityType.cs
index 24367f5..f8f8d46 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokDodKthEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokDodKthEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DokDodKthEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.DokDodKth",
+ "DuSoft.PcmDb.Entities.DokDodKth",
typeof(DokDodKth),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokEntityType.cs
index 2a23295..0988c84 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DokEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Dok",
+ "DuSoft.PcmDb.Entities.Dok",
typeof(Dok),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokKasaEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokKasaEntityType.cs
index 975e8a2..7054e85 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokKasaEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokKasaEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DokKasaEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.DokKasa",
+ "DuSoft.PcmDb.Entities.DokKasa",
typeof(DokKasa),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokKontoBankoweEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokKontoBankoweEntityType.cs
index 3edb53e..eaa2bfc 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokKontoBankoweEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokKontoBankoweEntityType.cs
@@ -10,7 +10,7 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DokKontoBankoweEntityType
{
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokKontrEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokKontrEntityType.cs
index bfdf1df..e550af9 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokKontrEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokKontrEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DokKontrEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.DokKontr",
+ "DuSoft.PcmDb.Entities.DokKontr",
typeof(DokKontr),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokKursEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokKursEntityType.cs
index ec80e7d..c0e10fc 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokKursEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokKursEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DokKursEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.DokKurs",
+ "DuSoft.PcmDb.Entities.DokKurs",
typeof(DokKurs),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokPunktyEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokPunktyEntityType.cs
index e513eb8..1981505 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokPunktyEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokPunktyEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DokPunktyEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.DokPunkty",
+ "DuSoft.PcmDb.Entities.DokPunkty",
typeof(DokPunkty),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokWBufPowiazanieEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokWBufPowiazanieEntityType.cs
index 662e928..7080680 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokWBufPowiazanieEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokWBufPowiazanieEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DokWBufPowiazanieEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.DokWBufPowiazanie",
+ "DuSoft.PcmDb.Entities.DokWBufPowiazanie",
typeof(DokWBufPowiazanie),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokWalutaEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokWalutaEntityType.cs
index fac55e4..21312c7 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokWalutaEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DokWalutaEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DokWalutaEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.DokWaluta",
+ "DuSoft.PcmDb.Entities.DokWaluta",
typeof(DokWaluta),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DostProdEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DostProdEntityType.cs
index 6b9cd93..72fd58e 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DostProdEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DostProdEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DostProdEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.DostProd",
+ "DuSoft.PcmDb.Entities.DostProd",
typeof(DostProd),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DostawcaEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DostawcaEntityType.cs
index b493e11..2ce3ec6 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DostawcaEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DostawcaEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DostawcaEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Dostawca",
+ "DuSoft.PcmDb.Entities.Dostawca",
typeof(Dostawca),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DzienRozlEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DzienRozlEntityType.cs
index c330fe8..80e6438 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DzienRozlEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DzienRozlEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DzienRozlEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.DzienRozl",
+ "DuSoft.PcmDb.Entities.DzienRozl",
typeof(DzienRozl),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DzienRozlParamEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DzienRozlParamEntityType.cs
index ce45f8a..8e010d5 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/DzienRozlParamEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/DzienRozlParamEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class DzienRozlParamEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.DzienRozlParam",
+ "DuSoft.PcmDb.Entities.DzienRozlParam",
typeof(DzienRozlParam),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/EmailEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/EmailEntityType.cs
index 1952540..71d5333 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/EmailEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/EmailEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class EmailEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Email",
+ "DuSoft.PcmDb.Entities.Email",
typeof(Email),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/FormZgodEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/FormZgodEntityType.cs
index 3999cc8..bf3a909 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/FormZgodEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/FormZgodEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class FormZgodEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.FormZgod",
+ "DuSoft.PcmDb.Entities.FormZgod",
typeof(FormZgod),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/FormaPlatnPos7EntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/FormaPlatnPos7EntityType.cs
index d3370b6..8bf7b9e 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/FormaPlatnPos7EntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/FormaPlatnPos7EntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class FormaPlatnPos7EntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.FormaPlatnPos7",
+ "DuSoft.PcmDb.Entities.FormaPlatnPos7",
typeof(FormaPlatnPos7),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/FormaPlatnosciEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/FormaPlatnosciEntityType.cs
index 33a173e..785981e 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/FormaPlatnosciEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/FormaPlatnosciEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class FormaPlatnosciEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.FormaPlatnosci",
+ "DuSoft.PcmDb.Entities.FormaPlatnosci",
typeof(FormaPlatnosci),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrWartoscEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrWartoscEntityType.cs
index 46ffa18..edbf489 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrWartoscEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrWartoscEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class GrWartoscEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.GrWartosc",
+ "DuSoft.PcmDb.Entities.GrWartosc",
typeof(GrWartosc),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrupaAkcyzowaEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrupaAkcyzowaEntityType.cs
index 69ee334..14a1f86 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrupaAkcyzowaEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrupaAkcyzowaEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class GrupaAkcyzowaEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.GrupaAkcyzowa",
+ "DuSoft.PcmDb.Entities.GrupaAkcyzowa",
typeof(GrupaAkcyzowa),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrupaPromocjiEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrupaPromocjiEntityType.cs
index a7548b1..2d5d4d4 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrupaPromocjiEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrupaPromocjiEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class GrupaPromocjiEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.GrupaPromocji",
+ "DuSoft.PcmDb.Entities.GrupaPromocji",
typeof(GrupaPromocji),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrupaTowEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrupaTowEntityType.cs
index b0ad1d2..62afd17 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrupaTowEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrupaTowEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class GrupaTowEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.GrupaTow",
+ "DuSoft.PcmDb.Entities.GrupaTow",
typeof(GrupaTow),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrupaUzEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrupaUzEntityType.cs
index ed94ef4..09f25ca 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrupaUzEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/GrupaUzEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class GrupaUzEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.GrupaUz",
+ "DuSoft.PcmDb.Entities.GrupaUz",
typeof(GrupaUz),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmCenyEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmCenyEntityType.cs
index debc5d5..ba5c55d 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmCenyEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmCenyEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class HarmCenyEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.HarmCeny",
+ "DuSoft.PcmDb.Entities.HarmCeny",
typeof(HarmCeny),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmCyklEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmCyklEntityType.cs
index 8085567..4db0725 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmCyklEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmCyklEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class HarmCyklEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.HarmCykl",
+ "DuSoft.PcmDb.Entities.HarmCykl",
typeof(HarmCykl),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmHarmEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmHarmEntityType.cs
index 25ed04d..e45b5b8 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmHarmEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmHarmEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class HarmHarmEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.HarmHarm",
+ "DuSoft.PcmDb.Entities.HarmHarm",
typeof(HarmHarm),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmRapCyklEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmRapCyklEntityType.cs
index f9fda1c..95f6f49 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmRapCyklEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmRapCyklEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class HarmRapCyklEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.HarmRapCykl",
+ "DuSoft.PcmDb.Entities.HarmRapCykl",
typeof(HarmRapCykl),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmRapEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmRapEntityType.cs
index 3fe8aee..5963229 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmRapEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmRapEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class HarmRapEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.HarmRap",
+ "DuSoft.PcmDb.Entities.HarmRap",
typeof(HarmRap),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmRapParamEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmRapParamEntityType.cs
index 2f951e6..e84d702 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmRapParamEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmRapParamEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class HarmRapParamEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.HarmRapParam",
+ "DuSoft.PcmDb.Entities.HarmRapParam",
typeof(HarmRapParam),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmRapZlecenieEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmRapZlecenieEntityType.cs
index aa02e8d..d26f6b3 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmRapZlecenieEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmRapZlecenieEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class HarmRapZlecenieEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.HarmRapZlecenie",
+ "DuSoft.PcmDb.Entities.HarmRapZlecenie",
typeof(HarmRapZlecenie),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmWpisEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmWpisEntityType.cs
index 140788a..ff03cd5 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmWpisEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/HarmWpisEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class HarmWpisEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.HarmWpis",
+ "DuSoft.PcmDb.Entities.HarmWpis",
typeof(HarmWpis),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/IstwEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/IstwEntityType.cs
index 4b4ce52..7b1b57f 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/IstwEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/IstwEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class IstwEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Istw",
+ "DuSoft.PcmDb.Entities.Istw",
typeof(Istw),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/JMEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/JMEntityType.cs
index 50987ee..748b056 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/JMEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/JMEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class JMEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.JM",
+ "DuSoft.PcmDb.Entities.JM",
typeof(JM),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KartaLojEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KartaLojEntityType.cs
index 75c8e62..389b5ab 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KartaLojEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KartaLojEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KartaLojEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.KartaLoj",
+ "DuSoft.PcmDb.Entities.KartaLoj",
typeof(KartaLoj),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasKodEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasKodEntityType.cs
index 937d75e..8eb842f 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasKodEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasKodEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KasKodEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.KasKod",
+ "DuSoft.PcmDb.Entities.KasKod",
typeof(KasKod),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasParEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasParEntityType.cs
index ea028a6..769bfcd 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasParEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasParEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KasParEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.KasPar",
+ "DuSoft.PcmDb.Entities.KasPar",
typeof(KasPar),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasTowEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasTowEntityType.cs
index 07b7d1b..86e2cbe 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasTowEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasTowEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KasTowEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.KasTow",
+ "DuSoft.PcmDb.Entities.KasTow",
typeof(KasTow),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasaEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasaEntityType.cs
index 11400a5..de3609e 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasaEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasaEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KasaEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Kasa",
+ "DuSoft.PcmDb.Entities.Kasa",
typeof(Kasa),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasaFormaPlatnEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasaFormaPlatnEntityType.cs
index 93e18b4..8e03b6c 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasaFormaPlatnEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KasaFormaPlatnEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KasaFormaPlatnEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.KasaFormaPlatn",
+ "DuSoft.PcmDb.Entities.KasaFormaPlatn",
typeof(KasaFormaPlatn),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KatParamEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KatParamEntityType.cs
index 10ac323..bad9f73 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KatParamEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KatParamEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KatParamEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.KatParam",
+ "DuSoft.PcmDb.Entities.KatParam",
typeof(KatParam),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KategoriaEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KategoriaEntityType.cs
index 7dfac08..e8f0535 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KategoriaEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KategoriaEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KategoriaEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Kategoria",
+ "DuSoft.PcmDb.Entities.Kategoria",
typeof(Kategoria),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KodDodEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KodDodEntityType.cs
index d62cc50..5a36034 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KodDodEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KodDodEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KodDodEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.KodDod",
+ "DuSoft.PcmDb.Entities.KodDod",
typeof(KodDod),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KodWazonyEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KodWazonyEntityType.cs
index 907d4ae..b1f042f 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KodWazonyEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KodWazonyEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KodWazonyEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.KodWazony",
+ "DuSoft.PcmDb.Entities.KodWazony",
typeof(KodWazony),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KomentarzEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KomentarzEntityType.cs
index 63d18e1..ddee613 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KomentarzEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KomentarzEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KomentarzEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Komentarz",
+ "DuSoft.PcmDb.Entities.Komentarz",
typeof(Komentarz),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KonfigEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KonfigEntityType.cs
index 5e5a17e..7656d1a 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KonfigEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KonfigEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KonfigEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Konfig",
+ "DuSoft.PcmDb.Entities.Konfig",
typeof(Konfig),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontoBankoweEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontoBankoweEntityType.cs
index 258e0eb..4a100b3 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontoBankoweEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontoBankoweEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KontoBankoweEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.KontoBankowe",
+ "DuSoft.PcmDb.Entities.KontoBankowe",
typeof(KontoBankowe),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontoBankoweKontrEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontoBankoweKontrEntityType.cs
index 06d8c46..b5ede72 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontoBankoweKontrEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontoBankoweKontrEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KontoBankoweKontrEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.KontoBankoweKontr",
+ "DuSoft.PcmDb.Entities.KontoBankoweKontr",
typeof(KontoBankoweKontr),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontoLojEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontoLojEntityType.cs
index 138fd32..2ea391f 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontoLojEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontoLojEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KontoLojEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.KontoLoj",
+ "DuSoft.PcmDb.Entities.KontoLoj",
typeof(KontoLoj),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontrOpisEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontrOpisEntityType.cs
index e373c22..9a8b1e5 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontrOpisEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontrOpisEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KontrOpisEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.KontrOpis",
+ "DuSoft.PcmDb.Entities.KontrOpis",
typeof(KontrOpis),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontrahentEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontrahentEntityType.cs
index 76b432a..4caba3f 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontrahentEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KontrahentEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KontrahentEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Kontrahent",
+ "DuSoft.PcmDb.Entities.Kontrahent",
typeof(Kontrahent),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KrajEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KrajEntityType.cs
index 93c1bae..ee0a2c6 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KrajEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KrajEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KrajEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Kraj",
+ "DuSoft.PcmDb.Entities.Kraj",
typeof(Kraj),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KrajStawkaEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KrajStawkaEntityType.cs
index 879751c..c9b2448 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KrajStawkaEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KrajStawkaEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KrajStawkaEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.KrajStawka",
+ "DuSoft.PcmDb.Entities.KrajStawka",
typeof(KrajStawka),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KthParWartoscEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KthParWartoscEntityType.cs
index 5591d49..840a2b1 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KthParWartoscEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KthParWartoscEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KthParWartoscEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.KthParWartosc",
+ "DuSoft.PcmDb.Entities.KthParWartosc",
typeof(KthParWartosc),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KthParamEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KthParamEntityType.cs
index 2d9afad..2d86e1e 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KthParamEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KthParamEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KthParamEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.KthParam",
+ "DuSoft.PcmDb.Entities.KthParam",
typeof(KthParam),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KthTypOsEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KthTypOsEntityType.cs
index 1801697..4777b1a 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KthTypOsEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KthTypOsEntityType.cs
@@ -10,7 +10,7 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KthTypOsEntityType
{
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KthWartoscEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KthWartoscEntityType.cs
index cfc3403..bd474e5 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KthWartoscEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KthWartoscEntityType.cs
@@ -10,7 +10,7 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KthWartoscEntityType
{
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KursWalutyEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KursWalutyEntityType.cs
index 890e370..70dd669 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/KursWalutyEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/KursWalutyEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class KursWalutyEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.KursWaluty",
+ "DuSoft.PcmDb.Entities.KursWaluty",
typeof(KursWaluty),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/LiniaLotniczaEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/LiniaLotniczaEntityType.cs
index 4ee341b..2a41a9d 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/LiniaLotniczaEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/LiniaLotniczaEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class LiniaLotniczaEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.LiniaLotnicza",
+ "DuSoft.PcmDb.Entities.LiniaLotnicza",
typeof(LiniaLotnicza),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/LogOperationEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/LogOperationEntityType.cs
index c5ca290..1a21ac3 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/LogOperationEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/LogOperationEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class LogOperationEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.LogOperation",
+ "DuSoft.PcmDb.Entities.LogOperation",
typeof(LogOperation),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/LogTypeDefEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/LogTypeDefEntityType.cs
index 89aecac..c269fdf 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/LogTypeDefEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/LogTypeDefEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class LogTypeDefEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.LogTypeDef",
+ "DuSoft.PcmDb.Entities.LogTypeDef",
typeof(LogTypeDef),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/LogValChangeNumEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/LogValChangeNumEntityType.cs
index c3a4635..a0f93ac 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/LogValChangeNumEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/LogValChangeNumEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class LogValChangeNumEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.LogValChangeNum",
+ "DuSoft.PcmDb.Entities.LogValChangeNum",
typeof(LogValChangeNum),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/LogValChangeTxtEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/LogValChangeTxtEntityType.cs
index c5c8ac9..967d573 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/LogValChangeTxtEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/LogValChangeTxtEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class LogValChangeTxtEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.LogValChangeTxt",
+ "DuSoft.PcmDb.Entities.LogValChangeTxt",
typeof(LogValChangeTxt),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/LotniskoEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/LotniskoEntityType.cs
index eda61d8..a873d60 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/LotniskoEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/LotniskoEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class LotniskoEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Lotnisko",
+ "DuSoft.PcmDb.Entities.Lotnisko",
typeof(Lotnisko),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/MagazynEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/MagazynEntityType.cs
index 66a2191..c145f13 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/MagazynEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/MagazynEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class MagazynEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Magazyn",
+ "DuSoft.PcmDb.Entities.Magazyn",
typeof(Magazyn),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/MarZakresEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/MarZakresEntityType.cs
index d6db381..8f09ec4 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/MarZakresEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/MarZakresEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class MarZakresEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.MarZakres",
+ "DuSoft.PcmDb.Entities.MarZakres",
typeof(MarZakres),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/MarzownikEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/MarzownikEntityType.cs
index 531395b..3e9810d 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/MarzownikEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/MarzownikEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class MarzownikEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Marzownik",
+ "DuSoft.PcmDb.Entities.Marzownik",
typeof(Marzownik),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/MiastoEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/MiastoEntityType.cs
index 8e593f3..c25af6e 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/MiastoEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/MiastoEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class MiastoEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Miasto",
+ "DuSoft.PcmDb.Entities.Miasto",
typeof(Miasto),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/NotatkiEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/NotatkiEntityType.cs
index d3c6acf..4bf781e 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/NotatkiEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/NotatkiEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class NotatkiEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Notatki",
+ "DuSoft.PcmDb.Entities.Notatki",
typeof(Notatki),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/NrRejEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/NrRejEntityType.cs
index 1bd4bea..f6d42bd 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/NrRejEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/NrRejEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class NrRejEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.NrRej",
+ "DuSoft.PcmDb.Entities.NrRej",
typeof(NrRej),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/NrRejKartaEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/NrRejKartaEntityType.cs
index 704dd02..c48f15c 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/NrRejKartaEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/NrRejKartaEntityType.cs
@@ -10,7 +10,7 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class NrRejKartaEntityType
{
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/NumDokEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/NumDokEntityType.cs
index a02b805..b0ded4a 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/NumDokEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/NumDokEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class NumDokEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.NumDok",
+ "DuSoft.PcmDb.Entities.NumDok",
typeof(NumDok),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/NumMagEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/NumMagEntityType.cs
index 4f232a7..e2f15a9 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/NumMagEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/NumMagEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class NumMagEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.NumMag",
+ "DuSoft.PcmDb.Entities.NumMag",
typeof(NumMag),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/OdbProdEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/OdbProdEntityType.cs
index 64985e2..e7dc604 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/OdbProdEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/OdbProdEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class OdbProdEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.OdbProd",
+ "DuSoft.PcmDb.Entities.OdbProd",
typeof(OdbProd),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/OdbiorcaEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/OdbiorcaEntityType.cs
index 7386b1b..fc3233a 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/OdbiorcaEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/OdbiorcaEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class OdbiorcaEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Odbiorca",
+ "DuSoft.PcmDb.Entities.Odbiorca",
typeof(Odbiorca),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/OfKodEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/OfKodEntityType.cs
index 929212f..e11ecf1 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/OfKodEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/OfKodEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class OfKodEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.OfKod",
+ "DuSoft.PcmDb.Entities.OfKod",
typeof(OfKod),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/OfSlownikEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/OfSlownikEntityType.cs
index 01fcb8c..93201e2 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/OfSlownikEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/OfSlownikEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class OfSlownikEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.OfSlownik",
+ "DuSoft.PcmDb.Entities.OfSlownik",
typeof(OfSlownik),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/OfertaEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/OfertaEntityType.cs
index f3bf1fa..2ea6889 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/OfertaEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/OfertaEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class OfertaEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Oferta",
+ "DuSoft.PcmDb.Entities.Oferta",
typeof(Oferta),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/OpisZdarzLojEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/OpisZdarzLojEntityType.cs
index 05bc72c..6e036ac 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/OpisZdarzLojEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/OpisZdarzLojEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class OpisZdarzLojEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.OpisZdarzLoj",
+ "DuSoft.PcmDb.Entities.OpisZdarzLoj",
typeof(OpisZdarzLoj),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/OplataEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/OplataEntityType.cs
index 9385b7e..517d1c0 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/OplataEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/OplataEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class OplataEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Oplata",
+ "DuSoft.PcmDb.Entities.Oplata",
typeof(Oplata),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/OsobaEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/OsobaEntityType.cs
index 86e8440..91a3104 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/OsobaEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/OsobaEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class OsobaEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Osoba",
+ "DuSoft.PcmDb.Entities.Osoba",
typeof(Osoba),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHDaneEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHDaneEntityType.cs
index dca6f31..8720df7 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHDaneEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHDaneEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class PHDaneEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.PHDane",
+ "DuSoft.PcmDb.Entities.PHDane",
typeof(PHDane),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHEntityType.cs
index 4a0b85a..1816b97 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class PHEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.PH",
+ "DuSoft.PcmDb.Entities.PH",
typeof(PH),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHOdbDaneEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHOdbDaneEntityType.cs
index ec5b182..b3652b5 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHOdbDaneEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHOdbDaneEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class PHOdbDaneEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.PHOdbDane",
+ "DuSoft.PcmDb.Entities.PHOdbDane",
typeof(PHOdbDane),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHOdbiorcaEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHOdbiorcaEntityType.cs
index 9fa8a66..705408f 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHOdbiorcaEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHOdbiorcaEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class PHOdbiorcaEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.PHOdbiorca",
+ "DuSoft.PcmDb.Entities.PHOdbiorca",
typeof(PHOdbiorca),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHRozliczenieEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHRozliczenieEntityType.cs
index 4119655..ad62e8e 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHRozliczenieEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PHRozliczenieEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class PHRozliczenieEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.PHRozliczenie",
+ "DuSoft.PcmDb.Entities.PHRozliczenie",
typeof(PHRozliczenie),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PanelEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PanelEntityType.cs
index 909867f..c5f1fb0 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PanelEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PanelEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class PanelEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Panel",
+ "DuSoft.PcmDb.Entities.Panel",
typeof(Panel),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PanelParamEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PanelParamEntityType.cs
index 53af89e..d610b2d 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PanelParamEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PanelParamEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class PanelParamEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.PanelParam",
+ "DuSoft.PcmDb.Entities.PanelParam",
typeof(PanelParam),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParBonEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParBonEntityType.cs
index 6d3def6..ecd40c7 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParBonEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParBonEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class ParBonEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.ParBon",
+ "DuSoft.PcmDb.Entities.ParBon",
typeof(ParBon),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParPunktyEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParPunktyEntityType.cs
index 0a81e6d..d25959d 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParPunktyEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParPunktyEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class ParPunktyEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.ParPunkty",
+ "DuSoft.PcmDb.Entities.ParPunkty",
typeof(ParPunkty),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParWalutaEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParWalutaEntityType.cs
index 9ac2bbf..335fbe1 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParWalutaEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParWalutaEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class ParWalutaEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.ParWaluta",
+ "DuSoft.PcmDb.Entities.ParWaluta",
typeof(ParWaluta),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParWartoscEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParWartoscEntityType.cs
index f8c4e01..c6cee35 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParWartoscEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParWartoscEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class ParWartoscEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.ParWartosc",
+ "DuSoft.PcmDb.Entities.ParWartosc",
typeof(ParWartosc),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParWiseBaseEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParWiseBaseEntityType.cs
index fed9d58..6404e8f 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParWiseBaseEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParWiseBaseEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class ParWiseBaseEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.ParWiseBase",
+ "DuSoft.PcmDb.Entities.ParWiseBase",
typeof(ParWiseBase),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParagonEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParagonEntityType.cs
index 708c24f..a140b29 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParagonEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParagonEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class ParagonEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Paragon",
+ "DuSoft.PcmDb.Entities.Paragon",
typeof(Paragon),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParametrEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParametrEntityType.cs
index 2b8efb7..42a42fa 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParametrEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/ParametrEntityType.cs
@@ -1,7 +1,7 @@
//
using System;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -10,14 +10,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class ParametrEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Parametr",
+ "DuSoft.PcmDb.Entities.Parametr",
typeof(Parametr),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PartiaEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PartiaEntityType.cs
index 9105ce8..aa03703 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PartiaEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PartiaEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class PartiaEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.Partia",
+ "DuSoft.PcmDb.Entities.Partia",
typeof(Partia),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PcfUserEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PcfUserEntityType.cs
index 19e8537..28b4cb1 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PcfUserEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PcfUserEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class PcfUserEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.PcfUser",
+ "DuSoft.PcmDb.Entities.PcfUser",
typeof(PcfUser),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PcfUserSklepEntityType.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PcfUserSklepEntityType.cs
index 9319c66..a145dbb 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PcfUserSklepEntityType.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PcfUserSklepEntityType.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Blink.Backoffice.Services.PcmDb.Entities;
+using DuSoft.PcmDb.Entities;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal;
@@ -11,14 +11,14 @@ using Microsoft.EntityFrameworkCore.Storage;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
internal partial class PcfUserSklepEntityType
{
public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType baseEntityType = null)
{
var runtimeEntityType = model.AddEntityType(
- "Blink.Backoffice.Services.PcmDb.Entities.PcfUserSklep",
+ "DuSoft.PcmDb.Entities.PcfUserSklep",
typeof(PcfUserSklep),
baseEntityType);
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PcmDbContextModel.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PcmDbContextModel.cs
index 6aeef18..a1b444d 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PcmDbContextModel.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PcmDbContextModel.cs
@@ -5,7 +5,7 @@ using Microsoft.EntityFrameworkCore.Metadata;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
[DbContext(typeof(PcmDbContext))]
public partial class PcmDbContextModel : RuntimeModel
diff --git a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PcmDbContextModelBuilder.cs b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PcmDbContextModelBuilder.cs
index f947dac..ee52946 100644
--- a/Blink.Backoffice.Services.PcmDb/CompiledEntities/PcmDbContextModelBuilder.cs
+++ b/Blink.Backoffice.Services.PcmDb/CompiledEntities/PcmDbContextModelBuilder.cs
@@ -10,7 +10,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
#pragma warning disable 219, 612, 618
#nullable disable
-namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
+namespace DuSoft.PcmDb.CompiledEntities
{
public partial class PcmDbContextModel
{
@@ -1149,11 +1149,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
{
var relationalModel = new RelationalModel(this);
- var akwizytor = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.Akwizytor")!;
+ var akwizytor = FindEntityType("DuSoft.PcmDb.Entities.Akwizytor")!;
var defaultTableMappings = new List>();
akwizytor.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings);
- var blinkBackofficeServicesPcmDbEntitiesAkwizytorTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.Akwizytor", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesAkwizytorTableBase = new TableBase("DuSoft.PcmDb.Entities.Akwizytor", null, relationalModel);
var akwIdColumnBase = new ColumnBase("AkwId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesAkwizytorTableBase);
blinkBackofficeServicesPcmDbEntitiesAkwizytorTableBase.Columns.Add("AkwId", akwIdColumnBase);
var nazwiskoColumnBase = new ColumnBase("Nazwisko", "varchar(60)", blinkBackofficeServicesPcmDbEntitiesAkwizytorTableBase);
@@ -1162,7 +1162,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesAkwizytorTableBase.Columns.Add("Opis", opisColumnBase);
var prowizjaColumnBase = new ColumnBase("Prowizja", "decimal(10,4)", blinkBackofficeServicesPcmDbEntitiesAkwizytorTableBase);
blinkBackofficeServicesPcmDbEntitiesAkwizytorTableBase.Columns.Add("Prowizja", prowizjaColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.Akwizytor", blinkBackofficeServicesPcmDbEntitiesAkwizytorTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.Akwizytor", blinkBackofficeServicesPcmDbEntitiesAkwizytorTableBase);
var blinkBackofficeServicesPcmDbEntitiesAkwizytorMappingBase = new TableMappingBase(akwizytor, blinkBackofficeServicesPcmDbEntitiesAkwizytorTableBase, true);
blinkBackofficeServicesPcmDbEntitiesAkwizytorTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesAkwizytorMappingBase, false);
defaultTableMappings.Add(blinkBackofficeServicesPcmDbEntitiesAkwizytorMappingBase);
@@ -1185,7 +1185,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_AKWIZYTOR = new UniqueConstraint("PK_AKWIZYTOR", akwizytorTable, new[] { akwIdColumn });
akwizytorTable.PrimaryKey = pK_AKWIZYTOR;
var pK_AKWIZYTORUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Akwizytor",
+ "DuSoft.PcmDb.Entities.Akwizytor",
new[] { "AkwId" });
pK_AKWIZYTOR.MappedKeys.Add(pK_AKWIZYTORUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_AKWIZYTORUc).Add(pK_AKWIZYTOR);
@@ -1199,11 +1199,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(opisColumn, akwizytor.FindProperty("Opis")!, akwizytorTableMapping);
RelationalModel.CreateColumnMapping(prowizjaColumn, akwizytor.FindProperty("Prowizja")!, akwizytorTableMapping);
- var artykul = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.Artykul")!;
+ var artykul = FindEntityType("DuSoft.PcmDb.Entities.Artykul")!;
var defaultTableMappings0 = new List>();
artykul.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings0);
- var blinkBackofficeServicesPcmDbEntitiesArtykulTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.Artykul", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesArtykulTableBase = new TableBase("DuSoft.PcmDb.Entities.Artykul", null, relationalModel);
var artIdColumnBase = new ColumnBase("ArtId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesArtykulTableBase);
blinkBackofficeServicesPcmDbEntitiesArtykulTableBase.Columns.Add("ArtId", artIdColumnBase);
var artNazwaColumnBase = new ColumnBase("ArtNazwa", "varchar(120)", blinkBackofficeServicesPcmDbEntitiesArtykulTableBase);
@@ -1218,7 +1218,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
IsNullable = true
};
blinkBackofficeServicesPcmDbEntitiesArtykulTableBase.Columns.Add("GlownyTowId", glownyTowIdColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.Artykul", blinkBackofficeServicesPcmDbEntitiesArtykulTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.Artykul", blinkBackofficeServicesPcmDbEntitiesArtykulTableBase);
var blinkBackofficeServicesPcmDbEntitiesArtykulMappingBase = new TableMappingBase(artykul, blinkBackofficeServicesPcmDbEntitiesArtykulTableBase, true);
blinkBackofficeServicesPcmDbEntitiesArtykulTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesArtykulMappingBase, false);
defaultTableMappings0.Add(blinkBackofficeServicesPcmDbEntitiesArtykulMappingBase);
@@ -1247,7 +1247,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_ARTYKUL = new UniqueConstraint("PK_ARTYKUL", artykulTable, new[] { artIdColumn });
artykulTable.PrimaryKey = pK_ARTYKUL;
var pK_ARTYKULUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Artykul",
+ "DuSoft.PcmDb.Entities.Artykul",
new[] { "ArtId" });
pK_ARTYKUL.MappedKeys.Add(pK_ARTYKULUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_ARTYKULUc).Add(pK_ARTYKUL);
@@ -1255,7 +1255,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_CentrArtId = new TableIndex(
"idx_CentrArtId", artykulTable, new[] { centrArtIdColumn }, false);
var idx_CentrArtIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Artykul",
+ "DuSoft.PcmDb.Entities.Artykul",
"idx_CentrArtId");
idx_CentrArtId.MappedIndexes.Add(idx_CentrArtIdIx);
RelationalModel.GetOrCreateTableIndexes(idx_CentrArtIdIx).Add(idx_CentrArtId);
@@ -1263,7 +1263,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var iX_Artykul_GlownyTowId = new TableIndex(
"IX_Artykul_GlownyTowId", artykulTable, new[] { glownyTowIdColumn }, false);
var iX_Artykul_GlownyTowIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Artykul",
+ "DuSoft.PcmDb.Entities.Artykul",
new[] { "GlownyTowId" });
iX_Artykul_GlownyTowId.MappedIndexes.Add(iX_Artykul_GlownyTowIdIx);
RelationalModel.GetOrCreateTableIndexes(iX_Artykul_GlownyTowIdIx).Add(iX_Artykul_GlownyTowId);
@@ -1277,11 +1277,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(centrArtIdColumn, artykul.FindProperty("CentrArtId")!, artykulTableMapping);
RelationalModel.CreateColumnMapping(glownyTowIdColumn, artykul.FindProperty("GlownyTowId")!, artykulTableMapping);
- var asort = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.Asort")!;
+ var asort = FindEntityType("DuSoft.PcmDb.Entities.Asort")!;
var defaultTableMappings1 = new List>();
asort.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings1);
- var blinkBackofficeServicesPcmDbEntitiesAsortTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.Asort", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesAsortTableBase = new TableBase("DuSoft.PcmDb.Entities.Asort", null, relationalModel);
var asIdColumnBase = new ColumnBase("AsId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesAsortTableBase);
blinkBackofficeServicesPcmDbEntitiesAsortTableBase.Columns.Add("AsId", asIdColumnBase);
var autoryzacjaColumnBase = new ColumnBase("Autoryzacja", "smallint", blinkBackofficeServicesPcmDbEntitiesAsortTableBase)
@@ -1328,7 +1328,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
IsNullable = true
};
blinkBackofficeServicesPcmDbEntitiesAsortTableBase.Columns.Add("UkrytyNaPanelach", ukrytyNaPanelachColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.Asort", blinkBackofficeServicesPcmDbEntitiesAsortTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.Asort", blinkBackofficeServicesPcmDbEntitiesAsortTableBase);
var blinkBackofficeServicesPcmDbEntitiesAsortMappingBase = new TableMappingBase(asort, blinkBackofficeServicesPcmDbEntitiesAsortTableBase, true);
blinkBackofficeServicesPcmDbEntitiesAsortTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesAsortMappingBase, false);
defaultTableMappings1.Add(blinkBackofficeServicesPcmDbEntitiesAsortMappingBase);
@@ -1399,7 +1399,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_ASORT = new UniqueConstraint("PK_ASORT", asortTable, new[] { asIdColumn });
asortTable.PrimaryKey = pK_ASORT;
var pK_ASORTUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Asort",
+ "DuSoft.PcmDb.Entities.Asort",
new[] { "AsId" });
pK_ASORT.MappedKeys.Add(pK_ASORTUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_ASORTUc).Add(pK_ASORT);
@@ -1407,7 +1407,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_CentrAsId = new TableIndex(
"idx_CentrAsId", asortTable, new[] { centrAsIdColumn }, false);
var idx_CentrAsIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Asort",
+ "DuSoft.PcmDb.Entities.Asort",
"idx_CentrAsId");
idx_CentrAsId.MappedIndexes.Add(idx_CentrAsIdIx);
RelationalModel.GetOrCreateTableIndexes(idx_CentrAsIdIx).Add(idx_CentrAsId);
@@ -1431,11 +1431,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(ukrytyNaBonownikuColumn, asort.FindProperty("UkrytyNaBonowniku")!, asortTableMapping);
RelationalModel.CreateColumnMapping(ukrytyNaPanelachColumn, asort.FindProperty("UkrytyNaPanelach")!, asortTableMapping);
- var bank = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.Bank")!;
+ var bank = FindEntityType("DuSoft.PcmDb.Entities.Bank")!;
var defaultTableMappings2 = new List>();
bank.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings2);
- var blinkBackofficeServicesPcmDbEntitiesBankTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.Bank", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesBankTableBase = new TableBase("DuSoft.PcmDb.Entities.Bank", null, relationalModel);
var adresColumnBase = new ColumnBase("Adres", "varchar(255)", blinkBackofficeServicesPcmDbEntitiesBankTableBase);
blinkBackofficeServicesPcmDbEntitiesBankTableBase.Columns.Add("Adres", adresColumnBase);
var aktywnyColumnBase = new ColumnBase("Aktywny", "smallint", blinkBackofficeServicesPcmDbEntitiesBankTableBase);
@@ -1461,7 +1461,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesBankTableBase.Columns.Add("SWIFT", sWIFTColumnBase);
var zmianaColumnBase = new ColumnBase("Zmiana", "datetime", blinkBackofficeServicesPcmDbEntitiesBankTableBase);
blinkBackofficeServicesPcmDbEntitiesBankTableBase.Columns.Add("Zmiana", zmianaColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.Bank", blinkBackofficeServicesPcmDbEntitiesBankTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.Bank", blinkBackofficeServicesPcmDbEntitiesBankTableBase);
var blinkBackofficeServicesPcmDbEntitiesBankMappingBase = new TableMappingBase(bank, blinkBackofficeServicesPcmDbEntitiesBankTableBase, true);
blinkBackofficeServicesPcmDbEntitiesBankTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesBankMappingBase, false);
defaultTableMappings2.Add(blinkBackofficeServicesPcmDbEntitiesBankMappingBase);
@@ -1505,7 +1505,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_Bank = new UniqueConstraint("PK_Bank", bankTable, new[] { bankIdColumn });
bankTable.PrimaryKey = pK_Bank;
var pK_BankUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Bank",
+ "DuSoft.PcmDb.Entities.Bank",
new[] { "BankId" });
pK_Bank.MappedKeys.Add(pK_BankUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_BankUc).Add(pK_Bank);
@@ -1523,11 +1523,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(sWIFTColumn, bank.FindProperty("SWIFT")!, bankTableMapping);
RelationalModel.CreateColumnMapping(zmianaColumn, bank.FindProperty("Zmiana")!, bankTableMapping);
- var blokada = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.Blokada")!;
+ var blokada = FindEntityType("DuSoft.PcmDb.Entities.Blokada")!;
var defaultTableMappings3 = new List>();
blokada.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings3);
- var blinkBackofficeServicesPcmDbEntitiesBlokadaTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.Blokada", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesBlokadaTableBase = new TableBase("DuSoft.PcmDb.Entities.Blokada", null, relationalModel);
var iloscColumnBase = new ColumnBase("Ilosc", "decimal(15,4)", blinkBackofficeServicesPcmDbEntitiesBlokadaTableBase);
blinkBackofficeServicesPcmDbEntitiesBlokadaTableBase.Columns.Add("Ilosc", iloscColumnBase);
var magIdColumnBase = new ColumnBase("MagId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesBlokadaTableBase);
@@ -1536,7 +1536,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesBlokadaTableBase.Columns.Add("SesjaId", sesjaIdColumnBase);
var towIdColumnBase = new ColumnBase("TowId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesBlokadaTableBase);
blinkBackofficeServicesPcmDbEntitiesBlokadaTableBase.Columns.Add("TowId", towIdColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.Blokada", blinkBackofficeServicesPcmDbEntitiesBlokadaTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.Blokada", blinkBackofficeServicesPcmDbEntitiesBlokadaTableBase);
var blinkBackofficeServicesPcmDbEntitiesBlokadaMappingBase = new TableMappingBase(blokada, blinkBackofficeServicesPcmDbEntitiesBlokadaTableBase, true);
blinkBackofficeServicesPcmDbEntitiesBlokadaTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesBlokadaMappingBase, false);
defaultTableMappings3.Add(blinkBackofficeServicesPcmDbEntitiesBlokadaMappingBase);
@@ -1559,7 +1559,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_BLOKADA = new UniqueConstraint("PK_BLOKADA", blokadaTable, new[] { sesjaIdColumn, towIdColumn, magIdColumn });
blokadaTable.PrimaryKey = pK_BLOKADA;
var pK_BLOKADAUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Blokada",
+ "DuSoft.PcmDb.Entities.Blokada",
new[] { "SesjaId", "TowId", "MagId" });
pK_BLOKADA.MappedKeys.Add(pK_BLOKADAUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_BLOKADAUc).Add(pK_BLOKADA);
@@ -1567,7 +1567,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_BlokTowMag = new TableIndex(
"idx_BlokTowMag", blokadaTable, new[] { towIdColumn, magIdColumn }, false);
var idx_BlokTowMagIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Blokada",
+ "DuSoft.PcmDb.Entities.Blokada",
"idx_BlokTowMag");
idx_BlokTowMag.MappedIndexes.Add(idx_BlokTowMagIx);
RelationalModel.GetOrCreateTableIndexes(idx_BlokTowMagIx).Add(idx_BlokTowMag);
@@ -1581,11 +1581,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(towIdColumn, blokada.FindProperty("TowId")!, blokadaTableMapping);
RelationalModel.CreateColumnMapping(iloscColumn, blokada.FindProperty("Ilosc")!, blokadaTableMapping);
- var centrStanZgody = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.CentrStanZgody")!;
+ var centrStanZgody = FindEntityType("DuSoft.PcmDb.Entities.CentrStanZgody")!;
var defaultTableMappings4 = new List>();
centrStanZgody.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings4);
- var blinkBackofficeServicesPcmDbEntitiesCentrStanZgodyTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.CentrStanZgody", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesCentrStanZgodyTableBase = new TableBase("DuSoft.PcmDb.Entities.CentrStanZgody", null, relationalModel);
var dataDecColumnBase = new ColumnBase("DataDec", "datetime", blinkBackofficeServicesPcmDbEntitiesCentrStanZgodyTableBase)
{
IsNullable = true
@@ -1609,7 +1609,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesCentrStanZgodyTableBase.Columns.Add("Wersja", wersjaColumnBase);
var zgIdColumnBase = new ColumnBase("ZgId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesCentrStanZgodyTableBase);
blinkBackofficeServicesPcmDbEntitiesCentrStanZgodyTableBase.Columns.Add("ZgId", zgIdColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.CentrStanZgody", blinkBackofficeServicesPcmDbEntitiesCentrStanZgodyTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.CentrStanZgody", blinkBackofficeServicesPcmDbEntitiesCentrStanZgodyTableBase);
var blinkBackofficeServicesPcmDbEntitiesCentrStanZgodyMappingBase = new TableMappingBase(centrStanZgody, blinkBackofficeServicesPcmDbEntitiesCentrStanZgodyTableBase, true);
blinkBackofficeServicesPcmDbEntitiesCentrStanZgodyTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesCentrStanZgodyMappingBase, false);
defaultTableMappings4.Add(blinkBackofficeServicesPcmDbEntitiesCentrStanZgodyMappingBase);
@@ -1650,7 +1650,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_CENTRSTANZGODY = new UniqueConstraint("PK_CENTRSTANZGODY", centrStanZgodyTable, new[] { kontrIdColumn, zgIdColumn });
centrStanZgodyTable.PrimaryKey = pK_CENTRSTANZGODY;
var pK_CENTRSTANZGODYUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.CentrStanZgody",
+ "DuSoft.PcmDb.Entities.CentrStanZgody",
new[] { "KontrId", "ZgId" });
pK_CENTRSTANZGODY.MappedKeys.Add(pK_CENTRSTANZGODYUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_CENTRSTANZGODYUc).Add(pK_CENTRSTANZGODY);
@@ -1658,7 +1658,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_CESTZG_ZG = new TableIndex(
"idx_CESTZG_ZG", centrStanZgodyTable, new[] { zgIdColumn }, false);
var idx_CESTZG_ZGIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.CentrStanZgody",
+ "DuSoft.PcmDb.Entities.CentrStanZgody",
"idx_CESTZG_ZG");
idx_CESTZG_ZG.MappedIndexes.Add(idx_CESTZG_ZGIx);
RelationalModel.GetOrCreateTableIndexes(idx_CESTZG_ZGIx).Add(idx_CESTZG_ZG);
@@ -1675,11 +1675,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(statusColumn, centrStanZgody.FindProperty("Status")!, centrStanZgodyTableMapping);
RelationalModel.CreateColumnMapping(wersjaColumn, centrStanZgody.FindProperty("Wersja")!, centrStanZgodyTableMapping);
- var czas = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.Czas")!;
+ var czas = FindEntityType("DuSoft.PcmDb.Entities.Czas")!;
var defaultTableMappings5 = new List>();
czas.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings5);
- var blinkBackofficeServicesPcmDbEntitiesCzasTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.Czas", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesCzasTableBase = new TableBase("DuSoft.PcmDb.Entities.Czas", null, relationalModel);
var czasIDColumnBase = new ColumnBase("CzasID", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesCzasTableBase);
blinkBackofficeServicesPcmDbEntitiesCzasTableBase.Columns.Add("CzasID", czasIDColumnBase);
var dataColumnBase = new ColumnBase("Data", "datetime", blinkBackofficeServicesPcmDbEntitiesCzasTableBase)
@@ -1732,7 +1732,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
IsNullable = true
};
blinkBackofficeServicesPcmDbEntitiesCzasTableBase.Columns.Add("Weekend", weekendColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.Czas", blinkBackofficeServicesPcmDbEntitiesCzasTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.Czas", blinkBackofficeServicesPcmDbEntitiesCzasTableBase);
var blinkBackofficeServicesPcmDbEntitiesCzasMappingBase = new TableMappingBase(czas, blinkBackofficeServicesPcmDbEntitiesCzasTableBase, true);
blinkBackofficeServicesPcmDbEntitiesCzasTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesCzasMappingBase, false);
defaultTableMappings5.Add(blinkBackofficeServicesPcmDbEntitiesCzasMappingBase);
@@ -1806,7 +1806,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_CZAS = new UniqueConstraint("PK_CZAS", czasTable, new[] { czasIDColumn });
czasTable.PrimaryKey = pK_CZAS;
var pK_CZASUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Czas",
+ "DuSoft.PcmDb.Entities.Czas",
new[] { "CzasID" });
pK_CZAS.MappedKeys.Add(pK_CZASUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_CZASUc).Add(pK_CZAS);
@@ -1827,11 +1827,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(tydzienRokuColumn, czas.FindProperty("TydzienRoku")!, czasTableMapping);
RelationalModel.CreateColumnMapping(weekendColumn, czas.FindProperty("Weekend")!, czasTableMapping);
- var definicjaKodu = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.DefinicjaKodu")!;
+ var definicjaKodu = FindEntityType("DuSoft.PcmDb.Entities.DefinicjaKodu")!;
var defaultTableMappings6 = new List>();
definicjaKodu.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings6);
- var blinkBackofficeServicesPcmDbEntitiesDefinicjaKoduTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.DefinicjaKodu", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesDefinicjaKoduTableBase = new TableBase("DuSoft.PcmDb.Entities.DefinicjaKodu", null, relationalModel);
var aktywnyColumnBase0 = new ColumnBase("Aktywny", "smallint", blinkBackofficeServicesPcmDbEntitiesDefinicjaKoduTableBase);
blinkBackofficeServicesPcmDbEntitiesDefinicjaKoduTableBase.Columns.Add("Aktywny", aktywnyColumnBase0);
var centrDKIdColumnBase = new ColumnBase("CentrDKId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesDefinicjaKoduTableBase)
@@ -1857,7 +1857,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesDefinicjaKoduTableBase.Columns.Add("Typ", typColumnBase);
var zmianaColumnBase0 = new ColumnBase("Zmiana", "datetime", blinkBackofficeServicesPcmDbEntitiesDefinicjaKoduTableBase);
blinkBackofficeServicesPcmDbEntitiesDefinicjaKoduTableBase.Columns.Add("Zmiana", zmianaColumnBase0);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.DefinicjaKodu", blinkBackofficeServicesPcmDbEntitiesDefinicjaKoduTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.DefinicjaKodu", blinkBackofficeServicesPcmDbEntitiesDefinicjaKoduTableBase);
var blinkBackofficeServicesPcmDbEntitiesDefinicjaKoduMappingBase = new TableMappingBase(definicjaKodu, blinkBackofficeServicesPcmDbEntitiesDefinicjaKoduTableBase, true);
blinkBackofficeServicesPcmDbEntitiesDefinicjaKoduTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesDefinicjaKoduMappingBase, false);
defaultTableMappings6.Add(blinkBackofficeServicesPcmDbEntitiesDefinicjaKoduMappingBase);
@@ -1901,7 +1901,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_DEFKODU = new UniqueConstraint("PK_DEFKODU", definicjaKoduTable, new[] { dKIdColumn });
definicjaKoduTable.PrimaryKey = pK_DEFKODU;
var pK_DEFKODUUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DefinicjaKodu",
+ "DuSoft.PcmDb.Entities.DefinicjaKodu",
new[] { "DKId" });
pK_DEFKODU.MappedKeys.Add(pK_DEFKODUUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_DEFKODUUc).Add(pK_DEFKODU);
@@ -1919,11 +1919,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(typColumn, definicjaKodu.FindProperty("Typ")!, definicjaKoduTableMapping);
RelationalModel.CreateColumnMapping(zmianaColumn0, definicjaKodu.FindProperty("Zmiana")!, definicjaKoduTableMapping);
- var dlugiZasob = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.DlugiZasob")!;
+ var dlugiZasob = FindEntityType("DuSoft.PcmDb.Entities.DlugiZasob")!;
var defaultTableMappings7 = new List>();
dlugiZasob.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings7);
- var blinkBackofficeServicesPcmDbEntitiesDlugiZasobTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.DlugiZasob", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesDlugiZasobTableBase = new TableBase("DuSoft.PcmDb.Entities.DlugiZasob", null, relationalModel);
var aktywnyColumnBase1 = new ColumnBase("Aktywny", "smallint", blinkBackofficeServicesPcmDbEntitiesDlugiZasobTableBase);
blinkBackofficeServicesPcmDbEntitiesDlugiZasobTableBase.Columns.Add("Aktywny", aktywnyColumnBase1);
var centrWersjaColumnBase = new ColumnBase("CentrWersja", "varchar(40)", blinkBackofficeServicesPcmDbEntitiesDlugiZasobTableBase)
@@ -1977,7 +1977,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesDlugiZasobTableBase.Columns.Add("Zastosowanie", zastosowanieColumnBase);
var zmianaColumnBase1 = new ColumnBase("Zmiana", "datetime", blinkBackofficeServicesPcmDbEntitiesDlugiZasobTableBase);
blinkBackofficeServicesPcmDbEntitiesDlugiZasobTableBase.Columns.Add("Zmiana", zmianaColumnBase1);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.DlugiZasob", blinkBackofficeServicesPcmDbEntitiesDlugiZasobTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.DlugiZasob", blinkBackofficeServicesPcmDbEntitiesDlugiZasobTableBase);
var blinkBackofficeServicesPcmDbEntitiesDlugiZasobMappingBase = new TableMappingBase(dlugiZasob, blinkBackofficeServicesPcmDbEntitiesDlugiZasobTableBase, true);
blinkBackofficeServicesPcmDbEntitiesDlugiZasobTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesDlugiZasobMappingBase, false);
defaultTableMappings7.Add(blinkBackofficeServicesPcmDbEntitiesDlugiZasobMappingBase);
@@ -2057,7 +2057,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_DlugiZasob = new UniqueConstraint("PK_DlugiZasob", dlugiZasobTable, new[] { zasobIdColumn });
dlugiZasobTable.PrimaryKey = pK_DlugiZasob;
var pK_DlugiZasobUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DlugiZasob",
+ "DuSoft.PcmDb.Entities.DlugiZasob",
new[] { "ZasobId" });
pK_DlugiZasob.MappedKeys.Add(pK_DlugiZasobUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_DlugiZasobUc).Add(pK_DlugiZasob);
@@ -2065,7 +2065,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var ixDlugiZasob_CentrZasobId = new TableIndex(
"IxDlugiZasob_CentrZasobId", dlugiZasobTable, new[] { centrZasobIdColumn }, false);
var ixDlugiZasob_CentrZasobIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DlugiZasob",
+ "DuSoft.PcmDb.Entities.DlugiZasob",
"IxDlugiZasob_CentrZasobId");
ixDlugiZasob_CentrZasobId.MappedIndexes.Add(ixDlugiZasob_CentrZasobIdIx);
RelationalModel.GetOrCreateTableIndexes(ixDlugiZasob_CentrZasobIdIx).Add(ixDlugiZasob_CentrZasobId);
@@ -2073,7 +2073,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var ixDlugiZasob_GUID = new TableIndex(
"IxDlugiZasob_GUID", dlugiZasobTable, new[] { gUIDColumn }, false);
var ixDlugiZasob_GUIDIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DlugiZasob",
+ "DuSoft.PcmDb.Entities.DlugiZasob",
"IxDlugiZasob_GUID");
ixDlugiZasob_GUID.MappedIndexes.Add(ixDlugiZasob_GUIDIx);
RelationalModel.GetOrCreateTableIndexes(ixDlugiZasob_GUIDIx).Add(ixDlugiZasob_GUID);
@@ -2081,7 +2081,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var ixDlugiZasob_Zmiana = new TableIndex(
"IxDlugiZasob_Zmiana", dlugiZasobTable, new[] { zmianaColumn1 }, false);
var ixDlugiZasob_ZmianaIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DlugiZasob",
+ "DuSoft.PcmDb.Entities.DlugiZasob",
"IxDlugiZasob_Zmiana");
ixDlugiZasob_Zmiana.MappedIndexes.Add(ixDlugiZasob_ZmianaIx);
RelationalModel.GetOrCreateTableIndexes(ixDlugiZasob_ZmianaIx).Add(ixDlugiZasob_Zmiana);
@@ -2107,18 +2107,18 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(zastosowanieColumn, dlugiZasob.FindProperty("Zastosowanie")!, dlugiZasobTableMapping);
RelationalModel.CreateColumnMapping(zmianaColumn1, dlugiZasob.FindProperty("Zmiana")!, dlugiZasobTableMapping);
- var dlugiZasobBin = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.DlugiZasobBin")!;
+ var dlugiZasobBin = FindEntityType("DuSoft.PcmDb.Entities.DlugiZasobBin")!;
var defaultTableMappings8 = new List>();
dlugiZasobBin.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings8);
- var blinkBackofficeServicesPcmDbEntitiesDlugiZasobBinTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.DlugiZasobBin", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesDlugiZasobBinTableBase = new TableBase("DuSoft.PcmDb.Entities.DlugiZasobBin", null, relationalModel);
var daneColumnBase = new ColumnBase("Dane", "varbinary(max)", blinkBackofficeServicesPcmDbEntitiesDlugiZasobBinTableBase);
blinkBackofficeServicesPcmDbEntitiesDlugiZasobBinTableBase.Columns.Add("Dane", daneColumnBase);
var porcjaColumnBase = new ColumnBase("Porcja", "smallint", blinkBackofficeServicesPcmDbEntitiesDlugiZasobBinTableBase);
blinkBackofficeServicesPcmDbEntitiesDlugiZasobBinTableBase.Columns.Add("Porcja", porcjaColumnBase);
var zasobIdColumnBase0 = new ColumnBase("ZasobId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesDlugiZasobBinTableBase);
blinkBackofficeServicesPcmDbEntitiesDlugiZasobBinTableBase.Columns.Add("ZasobId", zasobIdColumnBase0);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.DlugiZasobBin", blinkBackofficeServicesPcmDbEntitiesDlugiZasobBinTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.DlugiZasobBin", blinkBackofficeServicesPcmDbEntitiesDlugiZasobBinTableBase);
var blinkBackofficeServicesPcmDbEntitiesDlugiZasobBinMappingBase = new TableMappingBase(dlugiZasobBin, blinkBackofficeServicesPcmDbEntitiesDlugiZasobBinTableBase, true);
blinkBackofficeServicesPcmDbEntitiesDlugiZasobBinTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesDlugiZasobBinMappingBase, false);
defaultTableMappings8.Add(blinkBackofficeServicesPcmDbEntitiesDlugiZasobBinMappingBase);
@@ -2138,7 +2138,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_DlugiZasobBin = new UniqueConstraint("PK_DlugiZasobBin", dlugiZasobBinTable, new[] { zasobIdColumn0, porcjaColumn });
dlugiZasobBinTable.PrimaryKey = pK_DlugiZasobBin;
var pK_DlugiZasobBinUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DlugiZasobBin",
+ "DuSoft.PcmDb.Entities.DlugiZasobBin",
new[] { "ZasobId", "Porcja" });
pK_DlugiZasobBin.MappedKeys.Add(pK_DlugiZasobBinUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_DlugiZasobBinUc).Add(pK_DlugiZasobBin);
@@ -2151,18 +2151,18 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(zasobIdColumn0, dlugiZasobBin.FindProperty("ZasobId")!, dlugiZasobBinTableMapping);
RelationalModel.CreateColumnMapping(daneColumn, dlugiZasobBin.FindProperty("Dane")!, dlugiZasobBinTableMapping);
- var dlugiZasobTxt = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.DlugiZasobTxt")!;
+ var dlugiZasobTxt = FindEntityType("DuSoft.PcmDb.Entities.DlugiZasobTxt")!;
var defaultTableMappings9 = new List>();
dlugiZasobTxt.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings9);
- var blinkBackofficeServicesPcmDbEntitiesDlugiZasobTxtTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.DlugiZasobTxt", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesDlugiZasobTxtTableBase = new TableBase("DuSoft.PcmDb.Entities.DlugiZasobTxt", null, relationalModel);
var daneColumnBase0 = new ColumnBase("Dane", "varchar(max)", blinkBackofficeServicesPcmDbEntitiesDlugiZasobTxtTableBase);
blinkBackofficeServicesPcmDbEntitiesDlugiZasobTxtTableBase.Columns.Add("Dane", daneColumnBase0);
var porcjaColumnBase0 = new ColumnBase("Porcja", "smallint", blinkBackofficeServicesPcmDbEntitiesDlugiZasobTxtTableBase);
blinkBackofficeServicesPcmDbEntitiesDlugiZasobTxtTableBase.Columns.Add("Porcja", porcjaColumnBase0);
var zasobIdColumnBase1 = new ColumnBase("ZasobId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesDlugiZasobTxtTableBase);
blinkBackofficeServicesPcmDbEntitiesDlugiZasobTxtTableBase.Columns.Add("ZasobId", zasobIdColumnBase1);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.DlugiZasobTxt", blinkBackofficeServicesPcmDbEntitiesDlugiZasobTxtTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.DlugiZasobTxt", blinkBackofficeServicesPcmDbEntitiesDlugiZasobTxtTableBase);
var blinkBackofficeServicesPcmDbEntitiesDlugiZasobTxtMappingBase = new TableMappingBase(dlugiZasobTxt, blinkBackofficeServicesPcmDbEntitiesDlugiZasobTxtTableBase, true);
blinkBackofficeServicesPcmDbEntitiesDlugiZasobTxtTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesDlugiZasobTxtMappingBase, false);
defaultTableMappings9.Add(blinkBackofficeServicesPcmDbEntitiesDlugiZasobTxtMappingBase);
@@ -2182,7 +2182,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_DlugiZasobTxt = new UniqueConstraint("PK_DlugiZasobTxt", dlugiZasobTxtTable, new[] { zasobIdColumn1, porcjaColumn0 });
dlugiZasobTxtTable.PrimaryKey = pK_DlugiZasobTxt;
var pK_DlugiZasobTxtUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DlugiZasobTxt",
+ "DuSoft.PcmDb.Entities.DlugiZasobTxt",
new[] { "ZasobId", "Porcja" });
pK_DlugiZasobTxt.MappedKeys.Add(pK_DlugiZasobTxtUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_DlugiZasobTxtUc).Add(pK_DlugiZasobTxt);
@@ -2195,11 +2195,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(zasobIdColumn1, dlugiZasobTxt.FindProperty("ZasobId")!, dlugiZasobTxtTableMapping);
RelationalModel.CreateColumnMapping(daneColumn0, dlugiZasobTxt.FindProperty("Dane")!, dlugiZasobTxtTableMapping);
- var dok = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.Dok")!;
+ var dok = FindEntityType("DuSoft.PcmDb.Entities.Dok")!;
var defaultTableMappings10 = new List>();
dok.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings10);
- var blinkBackofficeServicesPcmDbEntitiesDokTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.Dok", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesDokTableBase = new TableBase("DuSoft.PcmDb.Entities.Dok", null, relationalModel);
var aktywnyColumnBase2 = new ColumnBase("Aktywny", "smallint", blinkBackofficeServicesPcmDbEntitiesDokTableBase);
blinkBackofficeServicesPcmDbEntitiesDokTableBase.Columns.Add("Aktywny", aktywnyColumnBase2);
var centrDokIdColumnBase = new ColumnBase("CentrDokId", "decimal(15,4)", blinkBackofficeServicesPcmDbEntitiesDokTableBase)
@@ -2387,7 +2387,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
IsNullable = true
};
blinkBackofficeServicesPcmDbEntitiesDokTableBase.Columns.Add("ZmianaPkt", zmianaPktColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.Dok", blinkBackofficeServicesPcmDbEntitiesDokTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.Dok", blinkBackofficeServicesPcmDbEntitiesDokTableBase);
var blinkBackofficeServicesPcmDbEntitiesDokMappingBase = new TableMappingBase(dok, blinkBackofficeServicesPcmDbEntitiesDokTableBase, true);
blinkBackofficeServicesPcmDbEntitiesDokTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesDokMappingBase, false);
defaultTableMappings10.Add(blinkBackofficeServicesPcmDbEntitiesDokMappingBase);
@@ -2653,7 +2653,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_DOK = new UniqueConstraint("PK_DOK", dokTable, new[] { dokIdColumn });
dokTable.PrimaryKey = pK_DOK;
var pK_DOKUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Dok",
+ "DuSoft.PcmDb.Entities.Dok",
new[] { "DokId" });
pK_DOK.MappedKeys.Add(pK_DOKUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_DOKUc).Add(pK_DOK);
@@ -2661,7 +2661,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var dokTypDok = new TableIndex(
"DokTypDok", dokTable, new[] { typDokColumn, dataColumn0, kolejnyWDniuColumn }, false);
var dokTypDokIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Dok",
+ "DuSoft.PcmDb.Entities.Dok",
"DokTypDok");
dokTypDok.MappedIndexes.Add(dokTypDokIx);
RelationalModel.GetOrCreateTableIndexes(dokTypDokIx).Add(dokTypDok);
@@ -2669,7 +2669,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_DokCentrDokId = new TableIndex(
"idx_DokCentrDokId", dokTable, new[] { centrDokIdColumn }, false);
var idx_DokCentrDokIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Dok",
+ "DuSoft.PcmDb.Entities.Dok",
"idx_DokCentrDokId");
idx_DokCentrDokId.MappedIndexes.Add(idx_DokCentrDokIdIx);
RelationalModel.GetOrCreateTableIndexes(idx_DokCentrDokIdIx).Add(idx_DokCentrDokId);
@@ -2677,7 +2677,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_DokDataKolejnyWDniu = new TableIndex(
"idx_DokDataKolejnyWDniu", dokTable, new[] { dataColumn0, kolejnyWDniuColumn }, false);
var idx_DokDataKolejnyWDniuIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Dok",
+ "DuSoft.PcmDb.Entities.Dok",
"idx_DokDataKolejnyWDniu");
idx_DokDataKolejnyWDniu.MappedIndexes.Add(idx_DokDataKolejnyWDniuIx);
RelationalModel.GetOrCreateTableIndexes(idx_DokDataKolejnyWDniuIx).Add(idx_DokDataKolejnyWDniu);
@@ -2685,7 +2685,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_DokMagId = new TableIndex(
"idx_DokMagId", dokTable, new[] { magIdColumn0 }, false);
var idx_DokMagIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Dok",
+ "DuSoft.PcmDb.Entities.Dok",
"idx_DokMagId");
idx_DokMagId.MappedIndexes.Add(idx_DokMagIdIx);
RelationalModel.GetOrCreateTableIndexes(idx_DokMagIdIx).Add(idx_DokMagId);
@@ -2693,7 +2693,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_DokNrDok = new TableIndex(
"idx_DokNrDok", dokTable, new[] { nrDokColumn }, false);
var idx_DokNrDokIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Dok",
+ "DuSoft.PcmDb.Entities.Dok",
"idx_DokNrDok");
idx_DokNrDok.MappedIndexes.Add(idx_DokNrDokIx);
RelationalModel.GetOrCreateTableIndexes(idx_DokNrDokIx).Add(idx_DokNrDok);
@@ -2701,7 +2701,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_DokUzId = new TableIndex(
"idx_DokUzId", dokTable, new[] { uzIdColumn }, false);
var idx_DokUzIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Dok",
+ "DuSoft.PcmDb.Entities.Dok",
"idx_DokUzId");
idx_DokUzId.MappedIndexes.Add(idx_DokUzIdIx);
RelationalModel.GetOrCreateTableIndexes(idx_DokUzIdIx).Add(idx_DokUzId);
@@ -2709,7 +2709,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_DokWal = new TableIndex(
"idx_DokWal", dokTable, new[] { walIdColumn }, false);
var idx_DokWalIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Dok",
+ "DuSoft.PcmDb.Entities.Dok",
"idx_DokWal");
idx_DokWal.MappedIndexes.Add(idx_DokWalIx);
RelationalModel.GetOrCreateTableIndexes(idx_DokWalIx).Add(idx_DokWal);
@@ -2717,7 +2717,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_DokZmiana = new TableIndex(
"idx_DokZmiana", dokTable, new[] { zmianaColumn2 }, false);
var idx_DokZmianaIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Dok",
+ "DuSoft.PcmDb.Entities.Dok",
"idx_DokZmiana");
idx_DokZmiana.MappedIndexes.Add(idx_DokZmianaIx);
RelationalModel.GetOrCreateTableIndexes(idx_DokZmianaIx).Add(idx_DokZmiana);
@@ -2725,7 +2725,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_DokZmianaPkt = new TableIndex(
"idx_DokZmianaPkt", dokTable, new[] { zmianaPktColumn }, false);
var idx_DokZmianaPktIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Dok",
+ "DuSoft.PcmDb.Entities.Dok",
"idx_DokZmianaPkt");
idx_DokZmianaPkt.MappedIndexes.Add(idx_DokZmianaPktIx);
RelationalModel.GetOrCreateTableIndexes(idx_DokZmianaPktIx).Add(idx_DokZmianaPkt);
@@ -2733,7 +2733,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var iX_Dok_WalIdPlatnosci = new TableIndex(
"IX_Dok_WalIdPlatnosci", dokTable, new[] { walIdPlatnosciColumn }, false);
var iX_Dok_WalIdPlatnosciIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Dok",
+ "DuSoft.PcmDb.Entities.Dok",
new[] { "WalIdPlatnosci" });
iX_Dok_WalIdPlatnosci.MappedIndexes.Add(iX_Dok_WalIdPlatnosciIx);
RelationalModel.GetOrCreateTableIndexes(iX_Dok_WalIdPlatnosciIx).Add(iX_Dok_WalIdPlatnosci);
@@ -2811,11 +2811,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(zmianaColumn2, dok.FindProperty("Zmiana")!, dokTableMapping);
RelationalModel.CreateColumnMapping(zmianaPktColumn, dok.FindProperty("ZmianaPkt")!, dokTableMapping);
- var dokDodKth = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.DokDodKth")!;
+ var dokDodKth = FindEntityType("DuSoft.PcmDb.Entities.DokDodKth")!;
var defaultTableMappings11 = new List>();
dokDodKth.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings11);
- var blinkBackofficeServicesPcmDbEntitiesDokDodKthTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.DokDodKth", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesDokDodKthTableBase = new TableBase("DuSoft.PcmDb.Entities.DokDodKth", null, relationalModel);
var dokIdColumnBase0 = new ColumnBase("DokId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesDokDodKthTableBase);
blinkBackofficeServicesPcmDbEntitiesDokDodKthTableBase.Columns.Add("DokId", dokIdColumnBase0);
var kontrIdColumnBase0 = new ColumnBase("KontrId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesDokDodKthTableBase);
@@ -2827,7 +2827,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesDokDodKthTableBase.Columns.Add("Kwota", kwotaColumnBase);
var znaczenieColumnBase = new ColumnBase("Znaczenie", "smallint", blinkBackofficeServicesPcmDbEntitiesDokDodKthTableBase);
blinkBackofficeServicesPcmDbEntitiesDokDodKthTableBase.Columns.Add("Znaczenie", znaczenieColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.DokDodKth", blinkBackofficeServicesPcmDbEntitiesDokDodKthTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.DokDodKth", blinkBackofficeServicesPcmDbEntitiesDokDodKthTableBase);
var blinkBackofficeServicesPcmDbEntitiesDokDodKthMappingBase = new TableMappingBase(dokDodKth, blinkBackofficeServicesPcmDbEntitiesDokDodKthTableBase, true);
blinkBackofficeServicesPcmDbEntitiesDokDodKthTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesDokDodKthMappingBase, false);
defaultTableMappings11.Add(blinkBackofficeServicesPcmDbEntitiesDokDodKthMappingBase);
@@ -2853,7 +2853,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_DOKDODKTH = new UniqueConstraint("PK_DOKDODKTH", dokDodKthTable, new[] { dokIdColumn0, znaczenieColumn });
dokDodKthTable.PrimaryKey = pK_DOKDODKTH;
var pK_DOKDODKTHUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DokDodKth",
+ "DuSoft.PcmDb.Entities.DokDodKth",
new[] { "DokId", "Znaczenie" });
pK_DOKDODKTH.MappedKeys.Add(pK_DOKDODKTHUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_DOKDODKTHUc).Add(pK_DOKDODKTH);
@@ -2861,7 +2861,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_DDKth = new TableIndex(
"idx_DDKth", dokDodKthTable, new[] { kontrIdColumn0 }, false);
var idx_DDKthIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DokDodKth",
+ "DuSoft.PcmDb.Entities.DokDodKth",
"idx_DDKth");
idx_DDKth.MappedIndexes.Add(idx_DDKthIx);
RelationalModel.GetOrCreateTableIndexes(idx_DDKthIx).Add(idx_DDKth);
@@ -2875,16 +2875,16 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(kontrIdColumn0, dokDodKth.FindProperty("KontrId")!, dokDodKthTableMapping);
RelationalModel.CreateColumnMapping(kwotaColumn, dokDodKth.FindProperty("Kwota")!, dokDodKthTableMapping);
- var dokKasa = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.DokKasa")!;
+ var dokKasa = FindEntityType("DuSoft.PcmDb.Entities.DokKasa")!;
var defaultTableMappings12 = new List>();
dokKasa.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings12);
- var blinkBackofficeServicesPcmDbEntitiesDokKasaTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.DokKasa", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesDokKasaTableBase = new TableBase("DuSoft.PcmDb.Entities.DokKasa", null, relationalModel);
var dokIdColumnBase1 = new ColumnBase("DokId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesDokKasaTableBase);
blinkBackofficeServicesPcmDbEntitiesDokKasaTableBase.Columns.Add("DokId", dokIdColumnBase1);
var kasaIdColumnBase = new ColumnBase("KasaId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesDokKasaTableBase);
blinkBackofficeServicesPcmDbEntitiesDokKasaTableBase.Columns.Add("KasaId", kasaIdColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.DokKasa", blinkBackofficeServicesPcmDbEntitiesDokKasaTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.DokKasa", blinkBackofficeServicesPcmDbEntitiesDokKasaTableBase);
var blinkBackofficeServicesPcmDbEntitiesDokKasaMappingBase = new TableMappingBase(dokKasa, blinkBackofficeServicesPcmDbEntitiesDokKasaTableBase, true);
blinkBackofficeServicesPcmDbEntitiesDokKasaTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesDokKasaMappingBase, false);
defaultTableMappings12.Add(blinkBackofficeServicesPcmDbEntitiesDokKasaMappingBase);
@@ -2901,7 +2901,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_DOKKASA = new UniqueConstraint("PK_DOKKASA", dokKasaTable, new[] { dokIdColumn1 });
dokKasaTable.PrimaryKey = pK_DOKKASA;
var pK_DOKKASAUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DokKasa",
+ "DuSoft.PcmDb.Entities.DokKasa",
new[] { "DokId" });
pK_DOKKASA.MappedKeys.Add(pK_DOKKASAUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_DOKKASAUc).Add(pK_DOKKASA);
@@ -2909,7 +2909,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_DokKasaId = new TableIndex(
"idx_DokKasaId", dokKasaTable, new[] { kasaIdColumn }, false);
var idx_DokKasaIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DokKasa",
+ "DuSoft.PcmDb.Entities.DokKasa",
"idx_DokKasaId");
idx_DokKasaId.MappedIndexes.Add(idx_DokKasaIdIx);
RelationalModel.GetOrCreateTableIndexes(idx_DokKasaIdIx).Add(idx_DokKasaId);
@@ -2921,16 +2921,16 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(dokIdColumn1, dokKasa.FindProperty("DokId")!, dokKasaTableMapping);
RelationalModel.CreateColumnMapping(kasaIdColumn, dokKasa.FindProperty("KasaId")!, dokKasaTableMapping);
- var dokKontr = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.DokKontr")!;
+ var dokKontr = FindEntityType("DuSoft.PcmDb.Entities.DokKontr")!;
var defaultTableMappings13 = new List>();
dokKontr.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings13);
- var blinkBackofficeServicesPcmDbEntitiesDokKontrTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.DokKontr", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesDokKontrTableBase = new TableBase("DuSoft.PcmDb.Entities.DokKontr", null, relationalModel);
var dokIdColumnBase2 = new ColumnBase("DokId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesDokKontrTableBase);
blinkBackofficeServicesPcmDbEntitiesDokKontrTableBase.Columns.Add("DokId", dokIdColumnBase2);
var kontrIdColumnBase1 = new ColumnBase("KontrId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesDokKontrTableBase);
blinkBackofficeServicesPcmDbEntitiesDokKontrTableBase.Columns.Add("KontrId", kontrIdColumnBase1);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.DokKontr", blinkBackofficeServicesPcmDbEntitiesDokKontrTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.DokKontr", blinkBackofficeServicesPcmDbEntitiesDokKontrTableBase);
var blinkBackofficeServicesPcmDbEntitiesDokKontrMappingBase = new TableMappingBase(dokKontr, blinkBackofficeServicesPcmDbEntitiesDokKontrTableBase, true);
blinkBackofficeServicesPcmDbEntitiesDokKontrTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesDokKontrMappingBase, false);
defaultTableMappings13.Add(blinkBackofficeServicesPcmDbEntitiesDokKontrMappingBase);
@@ -2947,7 +2947,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_DOKKONTR = new UniqueConstraint("PK_DOKKONTR", dokKontrTable, new[] { dokIdColumn2 });
dokKontrTable.PrimaryKey = pK_DOKKONTR;
var pK_DOKKONTRUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DokKontr",
+ "DuSoft.PcmDb.Entities.DokKontr",
new[] { "DokId" });
pK_DOKKONTR.MappedKeys.Add(pK_DOKKONTRUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_DOKKONTRUc).Add(pK_DOKKONTR);
@@ -2955,7 +2955,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_DokKontrId = new TableIndex(
"idx_DokKontrId", dokKontrTable, new[] { kontrIdColumn1 }, false);
var idx_DokKontrIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DokKontr",
+ "DuSoft.PcmDb.Entities.DokKontr",
"idx_DokKontrId");
idx_DokKontrId.MappedIndexes.Add(idx_DokKontrIdIx);
RelationalModel.GetOrCreateTableIndexes(idx_DokKontrIdIx).Add(idx_DokKontrId);
@@ -2967,11 +2967,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(dokIdColumn2, dokKontr.FindProperty("DokId")!, dokKontrTableMapping);
RelationalModel.CreateColumnMapping(kontrIdColumn1, dokKontr.FindProperty("KontrId")!, dokKontrTableMapping);
- var dokKurs = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.DokKurs")!;
+ var dokKurs = FindEntityType("DuSoft.PcmDb.Entities.DokKurs")!;
var defaultTableMappings14 = new List>();
dokKurs.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings14);
- var blinkBackofficeServicesPcmDbEntitiesDokKursTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.DokKurs", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesDokKursTableBase = new TableBase("DuSoft.PcmDb.Entities.DokKurs", null, relationalModel);
var dataColumnBase1 = new ColumnBase("Data", "datetime", blinkBackofficeServicesPcmDbEntitiesDokKursTableBase)
{
IsNullable = true
@@ -2993,7 +2993,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesDokKursTableBase.Columns.Add("WalId", walIdColumnBase0);
var znaczenieColumnBase0 = new ColumnBase("Znaczenie", "smallint", blinkBackofficeServicesPcmDbEntitiesDokKursTableBase);
blinkBackofficeServicesPcmDbEntitiesDokKursTableBase.Columns.Add("Znaczenie", znaczenieColumnBase0);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.DokKurs", blinkBackofficeServicesPcmDbEntitiesDokKursTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.DokKurs", blinkBackofficeServicesPcmDbEntitiesDokKursTableBase);
var blinkBackofficeServicesPcmDbEntitiesDokKursMappingBase = new TableMappingBase(dokKurs, blinkBackofficeServicesPcmDbEntitiesDokKursTableBase, true);
blinkBackofficeServicesPcmDbEntitiesDokKursTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesDokKursMappingBase, false);
defaultTableMappings14.Add(blinkBackofficeServicesPcmDbEntitiesDokKursMappingBase);
@@ -3031,7 +3031,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_DOKKURS = new UniqueConstraint("PK_DOKKURS", dokKursTable, new[] { dokIdColumn3, znaczenieColumn0 });
dokKursTable.PrimaryKey = pK_DOKKURS;
var pK_DOKKURSUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DokKurs",
+ "DuSoft.PcmDb.Entities.DokKurs",
new[] { "DokId", "Znaczenie" });
pK_DOKKURS.MappedKeys.Add(pK_DOKKURSUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_DOKKURSUc).Add(pK_DOKKURS);
@@ -3039,7 +3039,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_DokKursWal = new TableIndex(
"idx_DokKursWal", dokKursTable, new[] { walIdColumn0 }, false);
var idx_DokKursWalIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DokKurs",
+ "DuSoft.PcmDb.Entities.DokKurs",
"idx_DokKursWal");
idx_DokKursWal.MappedIndexes.Add(idx_DokKursWalIx);
RelationalModel.GetOrCreateTableIndexes(idx_DokKursWalIx).Add(idx_DokKursWal);
@@ -3055,11 +3055,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(nrTabeliColumn, dokKurs.FindProperty("NrTabeli")!, dokKursTableMapping);
RelationalModel.CreateColumnMapping(walIdColumn0, dokKurs.FindProperty("WalId")!, dokKursTableMapping);
- var dokPunkty = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.DokPunkty")!;
+ var dokPunkty = FindEntityType("DuSoft.PcmDb.Entities.DokPunkty")!;
var defaultTableMappings15 = new List>();
dokPunkty.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings15);
- var blinkBackofficeServicesPcmDbEntitiesDokPunktyTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.DokPunkty", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesDokPunktyTableBase = new TableBase("DuSoft.PcmDb.Entities.DokPunkty", null, relationalModel);
var dokIdColumnBase4 = new ColumnBase("DokId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesDokPunktyTableBase);
blinkBackofficeServicesPcmDbEntitiesDokPunktyTableBase.Columns.Add("DokId", dokIdColumnBase4);
var kiedyColumnBase0 = new ColumnBase("Kiedy", "datetime", blinkBackofficeServicesPcmDbEntitiesDokPunktyTableBase);
@@ -3068,7 +3068,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesDokPunktyTableBase.Columns.Add("Kwota", kwotaColumnBase0);
var typColumnBase0 = new ColumnBase("Typ", "smallint", blinkBackofficeServicesPcmDbEntitiesDokPunktyTableBase);
blinkBackofficeServicesPcmDbEntitiesDokPunktyTableBase.Columns.Add("Typ", typColumnBase0);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.DokPunkty", blinkBackofficeServicesPcmDbEntitiesDokPunktyTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.DokPunkty", blinkBackofficeServicesPcmDbEntitiesDokPunktyTableBase);
var blinkBackofficeServicesPcmDbEntitiesDokPunktyMappingBase = new TableMappingBase(dokPunkty, blinkBackofficeServicesPcmDbEntitiesDokPunktyTableBase, true);
blinkBackofficeServicesPcmDbEntitiesDokPunktyTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesDokPunktyMappingBase, false);
defaultTableMappings15.Add(blinkBackofficeServicesPcmDbEntitiesDokPunktyMappingBase);
@@ -3091,7 +3091,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_DOKPUNKTY = new UniqueConstraint("PK_DOKPUNKTY", dokPunktyTable, new[] { dokIdColumn4, typColumn0 });
dokPunktyTable.PrimaryKey = pK_DOKPUNKTY;
var pK_DOKPUNKTYUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DokPunkty",
+ "DuSoft.PcmDb.Entities.DokPunkty",
new[] { "DokId", "Typ" });
pK_DOKPUNKTY.MappedKeys.Add(pK_DOKPUNKTYUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_DOKPUNKTYUc).Add(pK_DOKPUNKTY);
@@ -3105,11 +3105,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(kiedyColumn0, dokPunkty.FindProperty("Kiedy")!, dokPunktyTableMapping);
RelationalModel.CreateColumnMapping(kwotaColumn0, dokPunkty.FindProperty("Kwota")!, dokPunktyTableMapping);
- var dokWBufPowiazanie = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.DokWBufPowiazanie")!;
+ var dokWBufPowiazanie = FindEntityType("DuSoft.PcmDb.Entities.DokWBufPowiazanie")!;
var defaultTableMappings16 = new List>();
dokWBufPowiazanie.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings16);
- var blinkBackofficeServicesPcmDbEntitiesDokWBufPowiazanieTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.DokWBufPowiazanie", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesDokWBufPowiazanieTableBase = new TableBase("DuSoft.PcmDb.Entities.DokWBufPowiazanie", null, relationalModel);
var dokIdColumnBase5 = new ColumnBase("DokId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesDokWBufPowiazanieTableBase);
blinkBackofficeServicesPcmDbEntitiesDokWBufPowiazanieTableBase.Columns.Add("DokId", dokIdColumnBase5);
var idColumnBase = new ColumnBase("Id", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesDokWBufPowiazanieTableBase)
@@ -3126,7 +3126,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
IsNullable = true
};
blinkBackofficeServicesPcmDbEntitiesDokWBufPowiazanieTableBase.Columns.Add("Param", paramColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.DokWBufPowiazanie", blinkBackofficeServicesPcmDbEntitiesDokWBufPowiazanieTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.DokWBufPowiazanie", blinkBackofficeServicesPcmDbEntitiesDokWBufPowiazanieTableBase);
var blinkBackofficeServicesPcmDbEntitiesDokWBufPowiazanieMappingBase = new TableMappingBase(dokWBufPowiazanie, blinkBackofficeServicesPcmDbEntitiesDokWBufPowiazanieTableBase, true);
blinkBackofficeServicesPcmDbEntitiesDokWBufPowiazanieTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesDokWBufPowiazanieMappingBase, false);
defaultTableMappings16.Add(blinkBackofficeServicesPcmDbEntitiesDokWBufPowiazanieMappingBase);
@@ -3158,7 +3158,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_DOKWBUFPOWIAZANIE = new UniqueConstraint("PK_DOKWBUFPOWIAZANIE", dokWBufPowiazanieTable, new[] { dokIdColumn5, jakiePowColumn, ktorePowColumn });
dokWBufPowiazanieTable.PrimaryKey = pK_DOKWBUFPOWIAZANIE;
var pK_DOKWBUFPOWIAZANIEUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DokWBufPowiazanie",
+ "DuSoft.PcmDb.Entities.DokWBufPowiazanie",
new[] { "DokId", "JakiePow", "KtorePow" });
pK_DOKWBUFPOWIAZANIE.MappedKeys.Add(pK_DOKWBUFPOWIAZANIEUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_DOKWBUFPOWIAZANIEUc).Add(pK_DOKWBUFPOWIAZANIE);
@@ -3166,7 +3166,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_DokWBufId = new TableIndex(
"idx_DokWBufId", dokWBufPowiazanieTable, new[] { idColumn }, false);
var idx_DokWBufIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DokWBufPowiazanie",
+ "DuSoft.PcmDb.Entities.DokWBufPowiazanie",
"idx_DokWBufId");
idx_DokWBufId.MappedIndexes.Add(idx_DokWBufIdIx);
RelationalModel.GetOrCreateTableIndexes(idx_DokWBufIdIx).Add(idx_DokWBufId);
@@ -3181,11 +3181,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(idColumn, dokWBufPowiazanie.FindProperty("Id")!, dokWBufPowiazanieTableMapping);
RelationalModel.CreateColumnMapping(paramColumn, dokWBufPowiazanie.FindProperty("Param")!, dokWBufPowiazanieTableMapping);
- var dokWaluta = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.DokWaluta")!;
+ var dokWaluta = FindEntityType("DuSoft.PcmDb.Entities.DokWaluta")!;
var defaultTableMappings17 = new List>();
dokWaluta.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings17);
- var blinkBackofficeServicesPcmDbEntitiesDokWalutaTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.DokWaluta", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesDokWalutaTableBase = new TableBase("DuSoft.PcmDb.Entities.DokWaluta", null, relationalModel);
var dokIdColumnBase6 = new ColumnBase("DokId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesDokWalutaTableBase);
blinkBackofficeServicesPcmDbEntitiesDokWalutaTableBase.Columns.Add("DokId", dokIdColumnBase6);
var dokKwotaColumnBase = new ColumnBase("DokKwota", "decimal(15,4)", blinkBackofficeServicesPcmDbEntitiesDokWalutaTableBase);
@@ -3216,7 +3216,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
IsNullable = true
};
blinkBackofficeServicesPcmDbEntitiesDokWalutaTableBase.Columns.Add("WalPodatekDet", walPodatekDetColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.DokWaluta", blinkBackofficeServicesPcmDbEntitiesDokWalutaTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.DokWaluta", blinkBackofficeServicesPcmDbEntitiesDokWalutaTableBase);
var blinkBackofficeServicesPcmDbEntitiesDokWalutaMappingBase = new TableMappingBase(dokWaluta, blinkBackofficeServicesPcmDbEntitiesDokWalutaTableBase, true);
blinkBackofficeServicesPcmDbEntitiesDokWalutaTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesDokWalutaMappingBase, false);
defaultTableMappings17.Add(blinkBackofficeServicesPcmDbEntitiesDokWalutaMappingBase);
@@ -3266,7 +3266,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_DOKWALUTA = new UniqueConstraint("PK_DOKWALUTA", dokWalutaTable, new[] { dokIdColumn6, walIdColumn1 });
dokWalutaTable.PrimaryKey = pK_DOKWALUTA;
var pK_DOKWALUTAUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DokWaluta",
+ "DuSoft.PcmDb.Entities.DokWaluta",
new[] { "DokId", "WalId" });
pK_DOKWALUTA.MappedKeys.Add(pK_DOKWALUTAUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_DOKWALUTAUc).Add(pK_DOKWALUTA);
@@ -3274,7 +3274,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_WalDok = new TableIndex(
"idx_WalDok", dokWalutaTable, new[] { walIdColumn1 }, false);
var idx_WalDokIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DokWaluta",
+ "DuSoft.PcmDb.Entities.DokWaluta",
"idx_WalDok");
idx_WalDok.MappedIndexes.Add(idx_WalDokIx);
RelationalModel.GetOrCreateTableIndexes(idx_WalDokIx).Add(idx_WalDok);
@@ -3293,18 +3293,18 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(walPodatekColumn, dokWaluta.FindProperty("WalPodatek")!, dokWalutaTableMapping);
RelationalModel.CreateColumnMapping(walPodatekDetColumn, dokWaluta.FindProperty("WalPodatekDet")!, dokWalutaTableMapping);
- var dostProd = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.DostProd")!;
+ var dostProd = FindEntityType("DuSoft.PcmDb.Entities.DostProd")!;
var defaultTableMappings18 = new List>();
dostProd.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings18);
- var blinkBackofficeServicesPcmDbEntitiesDostProdTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.DostProd", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesDostProdTableBase = new TableBase("DuSoft.PcmDb.Entities.DostProd", null, relationalModel);
var dostIdColumnBase = new ColumnBase("DostId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesDostProdTableBase);
blinkBackofficeServicesPcmDbEntitiesDostProdTableBase.Columns.Add("DostId", dostIdColumnBase);
var prodIdColumnBase = new ColumnBase("ProdId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesDostProdTableBase);
blinkBackofficeServicesPcmDbEntitiesDostProdTableBase.Columns.Add("ProdId", prodIdColumnBase);
var rabatProdColumnBase = new ColumnBase("RabatProd", "decimal(10,4)", blinkBackofficeServicesPcmDbEntitiesDostProdTableBase);
blinkBackofficeServicesPcmDbEntitiesDostProdTableBase.Columns.Add("RabatProd", rabatProdColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.DostProd", blinkBackofficeServicesPcmDbEntitiesDostProdTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.DostProd", blinkBackofficeServicesPcmDbEntitiesDostProdTableBase);
var blinkBackofficeServicesPcmDbEntitiesDostProdMappingBase = new TableMappingBase(dostProd, blinkBackofficeServicesPcmDbEntitiesDostProdTableBase, true);
blinkBackofficeServicesPcmDbEntitiesDostProdTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesDostProdMappingBase, false);
defaultTableMappings18.Add(blinkBackofficeServicesPcmDbEntitiesDostProdMappingBase);
@@ -3324,7 +3324,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_DOSTPROD = new UniqueConstraint("PK_DOSTPROD", dostProdTable, new[] { dostIdColumn, prodIdColumn });
dostProdTable.PrimaryKey = pK_DOSTPROD;
var pK_DOSTPRODUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DostProd",
+ "DuSoft.PcmDb.Entities.DostProd",
new[] { "DostId", "ProdId" });
pK_DOSTPROD.MappedKeys.Add(pK_DOSTPRODUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_DOSTPRODUc).Add(pK_DOSTPROD);
@@ -3332,7 +3332,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var iX_DostProd_ProdId = new TableIndex(
"IX_DostProd_ProdId", dostProdTable, new[] { prodIdColumn }, false);
var iX_DostProd_ProdIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DostProd",
+ "DuSoft.PcmDb.Entities.DostProd",
new[] { "ProdId" });
iX_DostProd_ProdId.MappedIndexes.Add(iX_DostProd_ProdIdIx);
RelationalModel.GetOrCreateTableIndexes(iX_DostProd_ProdIdIx).Add(iX_DostProd_ProdId);
@@ -3345,11 +3345,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(prodIdColumn, dostProd.FindProperty("ProdId")!, dostProdTableMapping);
RelationalModel.CreateColumnMapping(rabatProdColumn, dostProd.FindProperty("RabatProd")!, dostProdTableMapping);
- var dostawca = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.Dostawca")!;
+ var dostawca = FindEntityType("DuSoft.PcmDb.Entities.Dostawca")!;
var defaultTableMappings19 = new List>();
dostawca.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings19);
- var blinkBackofficeServicesPcmDbEntitiesDostawcaTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.Dostawca", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesDostawcaTableBase = new TableBase("DuSoft.PcmDb.Entities.Dostawca", null, relationalModel);
var cenaZakColumnBase = new ColumnBase("CenaZak", "decimal(15,4)", blinkBackofficeServicesPcmDbEntitiesDostawcaTableBase);
blinkBackofficeServicesPcmDbEntitiesDostawcaTableBase.Columns.Add("CenaZak", cenaZakColumnBase);
var ileWZgrzewceColumnBase = new ColumnBase("IleWZgrzewce", "decimal(15,4)", blinkBackofficeServicesPcmDbEntitiesDostawcaTableBase)
@@ -3373,7 +3373,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesDostawcaTableBase.Columns.Add("RabatOdWart", rabatOdWartColumnBase);
var towIdColumnBase0 = new ColumnBase("TowId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesDostawcaTableBase);
blinkBackofficeServicesPcmDbEntitiesDostawcaTableBase.Columns.Add("TowId", towIdColumnBase0);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.Dostawca", blinkBackofficeServicesPcmDbEntitiesDostawcaTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.Dostawca", blinkBackofficeServicesPcmDbEntitiesDostawcaTableBase);
var blinkBackofficeServicesPcmDbEntitiesDostawcaMappingBase = new TableMappingBase(dostawca, blinkBackofficeServicesPcmDbEntitiesDostawcaTableBase, true);
blinkBackofficeServicesPcmDbEntitiesDostawcaTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesDostawcaMappingBase, false);
defaultTableMappings19.Add(blinkBackofficeServicesPcmDbEntitiesDostawcaMappingBase);
@@ -3414,7 +3414,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_DOSTAWCA = new UniqueConstraint("PK_DOSTAWCA", dostawcaTable, new[] { kontrIdColumn2, towIdColumn0 });
dostawcaTable.PrimaryKey = pK_DOSTAWCA;
var pK_DOSTAWCAUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Dostawca",
+ "DuSoft.PcmDb.Entities.Dostawca",
new[] { "KontrId", "TowId" });
pK_DOSTAWCA.MappedKeys.Add(pK_DOSTAWCAUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_DOSTAWCAUc).Add(pK_DOSTAWCA);
@@ -3422,7 +3422,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_DostTowId = new TableIndex(
"idx_DostTowId", dostawcaTable, new[] { towIdColumn0 }, false);
var idx_DostTowIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Dostawca",
+ "DuSoft.PcmDb.Entities.Dostawca",
"idx_DostTowId");
idx_DostTowId.MappedIndexes.Add(idx_DostTowIdIx);
RelationalModel.GetOrCreateTableIndexes(idx_DostTowIdIx).Add(idx_DostTowId);
@@ -3439,18 +3439,18 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(narzucanyColumn, dostawca.FindProperty("Narzucany")!, dostawcaTableMapping);
RelationalModel.CreateColumnMapping(rabatOdWartColumn, dostawca.FindProperty("RabatOdWart")!, dostawcaTableMapping);
- var dzienRozl = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.DzienRozl")!;
+ var dzienRozl = FindEntityType("DuSoft.PcmDb.Entities.DzienRozl")!;
var defaultTableMappings20 = new List>();
dzienRozl.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings20);
- var blinkBackofficeServicesPcmDbEntitiesDzienRozlTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.DzienRozl", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesDzienRozlTableBase = new TableBase("DuSoft.PcmDb.Entities.DzienRozl", null, relationalModel);
var dzienColumnBase0 = new ColumnBase("Dzien", "datetime", blinkBackofficeServicesPcmDbEntitiesDzienRozlTableBase);
blinkBackofficeServicesPcmDbEntitiesDzienRozlTableBase.Columns.Add("Dzien", dzienColumnBase0);
var statusColumnBase0 = new ColumnBase("Status", "smallint", blinkBackofficeServicesPcmDbEntitiesDzienRozlTableBase);
blinkBackofficeServicesPcmDbEntitiesDzienRozlTableBase.Columns.Add("Status", statusColumnBase0);
var zmianaColumnBase3 = new ColumnBase("Zmiana", "datetime", blinkBackofficeServicesPcmDbEntitiesDzienRozlTableBase);
blinkBackofficeServicesPcmDbEntitiesDzienRozlTableBase.Columns.Add("Zmiana", zmianaColumnBase3);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.DzienRozl", blinkBackofficeServicesPcmDbEntitiesDzienRozlTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.DzienRozl", blinkBackofficeServicesPcmDbEntitiesDzienRozlTableBase);
var blinkBackofficeServicesPcmDbEntitiesDzienRozlMappingBase = new TableMappingBase(dzienRozl, blinkBackofficeServicesPcmDbEntitiesDzienRozlTableBase, true);
blinkBackofficeServicesPcmDbEntitiesDzienRozlTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesDzienRozlMappingBase, false);
defaultTableMappings20.Add(blinkBackofficeServicesPcmDbEntitiesDzienRozlMappingBase);
@@ -3470,7 +3470,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_DZIENROZL = new UniqueConstraint("PK_DZIENROZL", dzienRozlTable, new[] { dzienColumn0 });
dzienRozlTable.PrimaryKey = pK_DZIENROZL;
var pK_DZIENROZLUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DzienRozl",
+ "DuSoft.PcmDb.Entities.DzienRozl",
new[] { "Dzien" });
pK_DZIENROZL.MappedKeys.Add(pK_DZIENROZLUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_DZIENROZLUc).Add(pK_DZIENROZL);
@@ -3478,7 +3478,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_DzienZmiana = new TableIndex(
"idx_DzienZmiana", dzienRozlTable, new[] { zmianaColumn3 }, false);
var idx_DzienZmianaIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DzienRozl",
+ "DuSoft.PcmDb.Entities.DzienRozl",
"idx_DzienZmiana");
idx_DzienZmiana.MappedIndexes.Add(idx_DzienZmianaIx);
RelationalModel.GetOrCreateTableIndexes(idx_DzienZmianaIx).Add(idx_DzienZmiana);
@@ -3491,18 +3491,18 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(statusColumn0, dzienRozl.FindProperty("Status")!, dzienRozlTableMapping);
RelationalModel.CreateColumnMapping(zmianaColumn3, dzienRozl.FindProperty("Zmiana")!, dzienRozlTableMapping);
- var dzienRozlParam = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.DzienRozlParam")!;
+ var dzienRozlParam = FindEntityType("DuSoft.PcmDb.Entities.DzienRozlParam")!;
var defaultTableMappings21 = new List>();
dzienRozlParam.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings21);
- var blinkBackofficeServicesPcmDbEntitiesDzienRozlParamTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.DzienRozlParam", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesDzienRozlParamTableBase = new TableBase("DuSoft.PcmDb.Entities.DzienRozlParam", null, relationalModel);
var dzienColumnBase1 = new ColumnBase("Dzien", "datetime", blinkBackofficeServicesPcmDbEntitiesDzienRozlParamTableBase);
blinkBackofficeServicesPcmDbEntitiesDzienRozlParamTableBase.Columns.Add("Dzien", dzienColumnBase1);
var wartoscColumnBase = new ColumnBase("Wartosc", "varchar(255)", blinkBackofficeServicesPcmDbEntitiesDzienRozlParamTableBase);
blinkBackofficeServicesPcmDbEntitiesDzienRozlParamTableBase.Columns.Add("Wartosc", wartoscColumnBase);
var znaczenieColumnBase1 = new ColumnBase("Znaczenie", "smallint", blinkBackofficeServicesPcmDbEntitiesDzienRozlParamTableBase);
blinkBackofficeServicesPcmDbEntitiesDzienRozlParamTableBase.Columns.Add("Znaczenie", znaczenieColumnBase1);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.DzienRozlParam", blinkBackofficeServicesPcmDbEntitiesDzienRozlParamTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.DzienRozlParam", blinkBackofficeServicesPcmDbEntitiesDzienRozlParamTableBase);
var blinkBackofficeServicesPcmDbEntitiesDzienRozlParamMappingBase = new TableMappingBase(dzienRozlParam, blinkBackofficeServicesPcmDbEntitiesDzienRozlParamTableBase, true);
blinkBackofficeServicesPcmDbEntitiesDzienRozlParamTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesDzienRozlParamMappingBase, false);
defaultTableMappings21.Add(blinkBackofficeServicesPcmDbEntitiesDzienRozlParamMappingBase);
@@ -3522,7 +3522,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_DZIENROZLPARAM = new UniqueConstraint("PK_DZIENROZLPARAM", dzienRozlParamTable, new[] { dzienColumn1, znaczenieColumn1 });
dzienRozlParamTable.PrimaryKey = pK_DZIENROZLPARAM;
var pK_DZIENROZLPARAMUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.DzienRozlParam",
+ "DuSoft.PcmDb.Entities.DzienRozlParam",
new[] { "Dzien", "Znaczenie" });
pK_DZIENROZLPARAM.MappedKeys.Add(pK_DZIENROZLPARAMUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_DZIENROZLPARAMUc).Add(pK_DZIENROZLPARAM);
@@ -3535,11 +3535,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(znaczenieColumn1, dzienRozlParam.FindProperty("Znaczenie")!, dzienRozlParamTableMapping);
RelationalModel.CreateColumnMapping(wartoscColumn, dzienRozlParam.FindProperty("Wartosc")!, dzienRozlParamTableMapping);
- var email = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.Email")!;
+ var email = FindEntityType("DuSoft.PcmDb.Entities.Email")!;
var defaultTableMappings22 = new List>();
email.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings22);
- var blinkBackofficeServicesPcmDbEntitiesEmailTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.Email", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesEmailTableBase = new TableBase("DuSoft.PcmDb.Entities.Email", null, relationalModel);
var aktywnyColumnBase3 = new ColumnBase("Aktywny", "smallint", blinkBackofficeServicesPcmDbEntitiesEmailTableBase);
blinkBackofficeServicesPcmDbEntitiesEmailTableBase.Columns.Add("Aktywny", aktywnyColumnBase3);
var authColumnBase = new ColumnBase("Auth", "smallint", blinkBackofficeServicesPcmDbEntitiesEmailTableBase);
@@ -3601,7 +3601,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesEmailTableBase.Columns.Add("UzId", uzIdColumnBase0);
var zmianaColumnBase4 = new ColumnBase("Zmiana", "datetime", blinkBackofficeServicesPcmDbEntitiesEmailTableBase);
blinkBackofficeServicesPcmDbEntitiesEmailTableBase.Columns.Add("Zmiana", zmianaColumnBase4);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.Email", blinkBackofficeServicesPcmDbEntitiesEmailTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.Email", blinkBackofficeServicesPcmDbEntitiesEmailTableBase);
var blinkBackofficeServicesPcmDbEntitiesEmailMappingBase = new TableMappingBase(email, blinkBackofficeServicesPcmDbEntitiesEmailTableBase, true);
blinkBackofficeServicesPcmDbEntitiesEmailTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesEmailMappingBase, false);
defaultTableMappings22.Add(blinkBackofficeServicesPcmDbEntitiesEmailMappingBase);
@@ -3693,7 +3693,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_Email = new UniqueConstraint("PK_Email", emailTable, new[] { emIdColumn });
emailTable.PrimaryKey = pK_Email;
var pK_EmailUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Email",
+ "DuSoft.PcmDb.Entities.Email",
new[] { "EmId" });
pK_Email.MappedKeys.Add(pK_EmailUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_EmailUc).Add(pK_Email);
@@ -3701,7 +3701,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var iX_Email_TEDId = new TableIndex(
"IX_Email_TEDId", emailTable, new[] { tEDIdColumn }, false);
var iX_Email_TEDIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Email",
+ "DuSoft.PcmDb.Entities.Email",
new[] { "TEDId" });
iX_Email_TEDId.MappedIndexes.Add(iX_Email_TEDIdIx);
RelationalModel.GetOrCreateTableIndexes(iX_Email_TEDIdIx).Add(iX_Email_TEDId);
@@ -3709,7 +3709,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var iX_Email_TERId = new TableIndex(
"IX_Email_TERId", emailTable, new[] { tERIdColumn }, false);
var iX_Email_TERIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Email",
+ "DuSoft.PcmDb.Entities.Email",
new[] { "TERId" });
iX_Email_TERId.MappedIndexes.Add(iX_Email_TERIdIx);
RelationalModel.GetOrCreateTableIndexes(iX_Email_TERIdIx).Add(iX_Email_TERId);
@@ -3717,7 +3717,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var iX_Email_TEWId = new TableIndex(
"IX_Email_TEWId", emailTable, new[] { tEWIdColumn }, false);
var iX_Email_TEWIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Email",
+ "DuSoft.PcmDb.Entities.Email",
new[] { "TEWId" });
iX_Email_TEWId.MappedIndexes.Add(iX_Email_TEWIdIx);
RelationalModel.GetOrCreateTableIndexes(iX_Email_TEWIdIx).Add(iX_Email_TEWId);
@@ -3725,7 +3725,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var iX_Email_UzId = new TableIndex(
"IX_Email_UzId", emailTable, new[] { uzIdColumn0 }, false);
var iX_Email_UzIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Email",
+ "DuSoft.PcmDb.Entities.Email",
new[] { "UzId" });
iX_Email_UzId.MappedIndexes.Add(iX_Email_UzIdIx);
RelationalModel.GetOrCreateTableIndexes(iX_Email_UzIdIx).Add(iX_Email_UzId);
@@ -3755,11 +3755,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(uzIdColumn0, email.FindProperty("UzId")!, emailTableMapping);
RelationalModel.CreateColumnMapping(zmianaColumn4, email.FindProperty("Zmiana")!, emailTableMapping);
- var formZgod = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.FormZgod")!;
+ var formZgod = FindEntityType("DuSoft.PcmDb.Entities.FormZgod")!;
var defaultTableMappings23 = new List>();
formZgod.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings23);
- var blinkBackofficeServicesPcmDbEntitiesFormZgodTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.FormZgod", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesFormZgodTableBase = new TableBase("DuSoft.PcmDb.Entities.FormZgod", null, relationalModel);
var kolejnoscColumnBase = new ColumnBase("Kolejnosc", "smallint", blinkBackofficeServicesPcmDbEntitiesFormZgodTableBase);
blinkBackofficeServicesPcmDbEntitiesFormZgodTableBase.Columns.Add("Kolejnosc", kolejnoscColumnBase);
var typOsIdColumnBase = new ColumnBase("TypOsId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesFormZgodTableBase);
@@ -3771,7 +3771,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesFormZgodTableBase.Columns.Add("Wymagana", wymaganaColumnBase);
var zgIdColumnBase0 = new ColumnBase("ZgId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesFormZgodTableBase);
blinkBackofficeServicesPcmDbEntitiesFormZgodTableBase.Columns.Add("ZgId", zgIdColumnBase0);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.FormZgod", blinkBackofficeServicesPcmDbEntitiesFormZgodTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.FormZgod", blinkBackofficeServicesPcmDbEntitiesFormZgodTableBase);
var blinkBackofficeServicesPcmDbEntitiesFormZgodMappingBase = new TableMappingBase(formZgod, blinkBackofficeServicesPcmDbEntitiesFormZgodTableBase, true);
blinkBackofficeServicesPcmDbEntitiesFormZgodTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesFormZgodMappingBase, false);
defaultTableMappings23.Add(blinkBackofficeServicesPcmDbEntitiesFormZgodMappingBase);
@@ -3797,7 +3797,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_FORMZGOD = new UniqueConstraint("PK_FORMZGOD", formZgodTable, new[] { typOsIdColumn, zgIdColumn0 });
formZgodTable.PrimaryKey = pK_FORMZGOD;
var pK_FORMZGODUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.FormZgod",
+ "DuSoft.PcmDb.Entities.FormZgod",
new[] { "TypOsId", "ZgId" });
pK_FORMZGOD.MappedKeys.Add(pK_FORMZGODUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_FORMZGODUc).Add(pK_FORMZGOD);
@@ -3805,7 +3805,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_FMZG_ZGODA = new TableIndex(
"idx_FMZG_ZGODA", formZgodTable, new[] { zgIdColumn0 }, false);
var idx_FMZG_ZGODAIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.FormZgod",
+ "DuSoft.PcmDb.Entities.FormZgod",
"idx_FMZG_ZGODA");
idx_FMZG_ZGODA.MappedIndexes.Add(idx_FMZG_ZGODAIx);
RelationalModel.GetOrCreateTableIndexes(idx_FMZG_ZGODAIx).Add(idx_FMZG_ZGODA);
@@ -3819,11 +3819,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(kolejnoscColumn, formZgod.FindProperty("Kolejnosc")!, formZgodTableMapping);
RelationalModel.CreateColumnMapping(wymaganaColumn, formZgod.FindProperty("Wymagana")!, formZgodTableMapping);
- var formaPlatnPos7 = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.FormaPlatnPos7")!;
+ var formaPlatnPos7 = FindEntityType("DuSoft.PcmDb.Entities.FormaPlatnPos7")!;
var defaultTableMappings24 = new List>();
formaPlatnPos7.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings24);
- var blinkBackofficeServicesPcmDbEntitiesFormaPlatnPos7TableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.FormaPlatnPos7", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesFormaPlatnPos7TableBase = new TableBase("DuSoft.PcmDb.Entities.FormaPlatnPos7", null, relationalModel);
var aktywnyColumnBase4 = new ColumnBase("Aktywny", "smallint", blinkBackofficeServicesPcmDbEntitiesFormaPlatnPos7TableBase);
blinkBackofficeServicesPcmDbEntitiesFormaPlatnPos7TableBase.Columns.Add("Aktywny", aktywnyColumnBase4);
var autoryzacjaColumnBase0 = new ColumnBase("Autoryzacja", "smallint", blinkBackofficeServicesPcmDbEntitiesFormaPlatnPos7TableBase)
@@ -3856,7 +3856,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesFormaPlatnPos7TableBase.Columns.Add("Typ", typColumnBase1);
var zmianaColumnBase5 = new ColumnBase("Zmiana", "datetime", blinkBackofficeServicesPcmDbEntitiesFormaPlatnPos7TableBase);
blinkBackofficeServicesPcmDbEntitiesFormaPlatnPos7TableBase.Columns.Add("Zmiana", zmianaColumnBase5);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.FormaPlatnPos7", blinkBackofficeServicesPcmDbEntitiesFormaPlatnPos7TableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.FormaPlatnPos7", blinkBackofficeServicesPcmDbEntitiesFormaPlatnPos7TableBase);
var blinkBackofficeServicesPcmDbEntitiesFormaPlatnPos7MappingBase = new TableMappingBase(formaPlatnPos7, blinkBackofficeServicesPcmDbEntitiesFormaPlatnPos7TableBase, true);
blinkBackofficeServicesPcmDbEntitiesFormaPlatnPos7TableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesFormaPlatnPos7MappingBase, false);
defaultTableMappings24.Add(blinkBackofficeServicesPcmDbEntitiesFormaPlatnPos7MappingBase);
@@ -3909,7 +3909,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_FormaPlatnPos7 = new UniqueConstraint("PK_FormaPlatnPos7", formaPlatnPos7Table, new[] { formaIdColumn });
formaPlatnPos7Table.PrimaryKey = pK_FormaPlatnPos7;
var pK_FormaPlatnPos7Uc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.FormaPlatnPos7",
+ "DuSoft.PcmDb.Entities.FormaPlatnPos7",
new[] { "FormaId" });
pK_FormaPlatnPos7.MappedKeys.Add(pK_FormaPlatnPos7Uc);
RelationalModel.GetOrCreateUniqueConstraints(pK_FormaPlatnPos7Uc).Add(pK_FormaPlatnPos7);
@@ -3929,11 +3929,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(typColumn1, formaPlatnPos7.FindProperty("Typ")!, formaPlatnPos7TableMapping);
RelationalModel.CreateColumnMapping(zmianaColumn5, formaPlatnPos7.FindProperty("Zmiana")!, formaPlatnPos7TableMapping);
- var formaPlatnosci = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.FormaPlatnosci")!;
+ var formaPlatnosci = FindEntityType("DuSoft.PcmDb.Entities.FormaPlatnosci")!;
var defaultTableMappings25 = new List>();
formaPlatnosci.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings25);
- var blinkBackofficeServicesPcmDbEntitiesFormaPlatnosciTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.FormaPlatnosci", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesFormaPlatnosciTableBase = new TableBase("DuSoft.PcmDb.Entities.FormaPlatnosci", null, relationalModel);
var formaPlatColumnBase0 = new ColumnBase("FormaPlat", "smallint", blinkBackofficeServicesPcmDbEntitiesFormaPlatnosciTableBase);
blinkBackofficeServicesPcmDbEntitiesFormaPlatnosciTableBase.Columns.Add("FormaPlat", formaPlatColumnBase0);
var maxTermPlatColumnBase = new ColumnBase("MaxTermPlat", "smallint", blinkBackofficeServicesPcmDbEntitiesFormaPlatnosciTableBase);
@@ -3942,7 +3942,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesFormaPlatnosciTableBase.Columns.Add("MinTermPlat", minTermPlatColumnBase);
var tekstColumnBase = new ColumnBase("Tekst", "varchar(40)", blinkBackofficeServicesPcmDbEntitiesFormaPlatnosciTableBase);
blinkBackofficeServicesPcmDbEntitiesFormaPlatnosciTableBase.Columns.Add("Tekst", tekstColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.FormaPlatnosci", blinkBackofficeServicesPcmDbEntitiesFormaPlatnosciTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.FormaPlatnosci", blinkBackofficeServicesPcmDbEntitiesFormaPlatnosciTableBase);
var blinkBackofficeServicesPcmDbEntitiesFormaPlatnosciMappingBase = new TableMappingBase(formaPlatnosci, blinkBackofficeServicesPcmDbEntitiesFormaPlatnosciTableBase, true);
blinkBackofficeServicesPcmDbEntitiesFormaPlatnosciTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesFormaPlatnosciMappingBase, false);
defaultTableMappings25.Add(blinkBackofficeServicesPcmDbEntitiesFormaPlatnosciMappingBase);
@@ -3965,7 +3965,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_FORMAPLATNOSCI = new UniqueConstraint("PK_FORMAPLATNOSCI", formaPlatnosciTable, new[] { formaPlatColumn0 });
formaPlatnosciTable.PrimaryKey = pK_FORMAPLATNOSCI;
var pK_FORMAPLATNOSCIUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.FormaPlatnosci",
+ "DuSoft.PcmDb.Entities.FormaPlatnosci",
new[] { "FormaPlat" });
pK_FORMAPLATNOSCI.MappedKeys.Add(pK_FORMAPLATNOSCIUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_FORMAPLATNOSCIUc).Add(pK_FORMAPLATNOSCI);
@@ -3979,18 +3979,18 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(minTermPlatColumn, formaPlatnosci.FindProperty("MinTermPlat")!, formaPlatnosciTableMapping);
RelationalModel.CreateColumnMapping(tekstColumn, formaPlatnosci.FindProperty("Tekst")!, formaPlatnosciTableMapping);
- var grWartosc = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.GrWartosc")!;
+ var grWartosc = FindEntityType("DuSoft.PcmDb.Entities.GrWartosc")!;
var defaultTableMappings26 = new List>();
grWartosc.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings26);
- var blinkBackofficeServicesPcmDbEntitiesGrWartoscTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.GrWartosc", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesGrWartoscTableBase = new TableBase("DuSoft.PcmDb.Entities.GrWartosc", null, relationalModel);
var grIdColumnBase = new ColumnBase("GrId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesGrWartoscTableBase);
blinkBackofficeServicesPcmDbEntitiesGrWartoscTableBase.Columns.Add("GrId", grIdColumnBase);
var parIdColumnBase = new ColumnBase("ParId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesGrWartoscTableBase);
blinkBackofficeServicesPcmDbEntitiesGrWartoscTableBase.Columns.Add("ParId", parIdColumnBase);
var wartoscColumnBase0 = new ColumnBase("Wartosc", "int", blinkBackofficeServicesPcmDbEntitiesGrWartoscTableBase);
blinkBackofficeServicesPcmDbEntitiesGrWartoscTableBase.Columns.Add("Wartosc", wartoscColumnBase0);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.GrWartosc", blinkBackofficeServicesPcmDbEntitiesGrWartoscTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.GrWartosc", blinkBackofficeServicesPcmDbEntitiesGrWartoscTableBase);
var blinkBackofficeServicesPcmDbEntitiesGrWartoscMappingBase = new TableMappingBase(grWartosc, blinkBackofficeServicesPcmDbEntitiesGrWartoscTableBase, true);
blinkBackofficeServicesPcmDbEntitiesGrWartoscTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesGrWartoscMappingBase, false);
defaultTableMappings26.Add(blinkBackofficeServicesPcmDbEntitiesGrWartoscMappingBase);
@@ -4010,7 +4010,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_GRWARTOSC = new UniqueConstraint("PK_GRWARTOSC", grWartoscTable, new[] { grIdColumn, parIdColumn, wartoscColumn0 });
grWartoscTable.PrimaryKey = pK_GRWARTOSC;
var pK_GRWARTOSCUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.GrWartosc",
+ "DuSoft.PcmDb.Entities.GrWartosc",
new[] { "GrId", "ParId", "Wartosc" });
pK_GRWARTOSC.MappedKeys.Add(pK_GRWARTOSCUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_GRWARTOSCUc).Add(pK_GRWARTOSC);
@@ -4018,7 +4018,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var iX_GrWartosc_ParId = new TableIndex(
"IX_GrWartosc_ParId", grWartoscTable, new[] { parIdColumn }, false);
var iX_GrWartosc_ParIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.GrWartosc",
+ "DuSoft.PcmDb.Entities.GrWartosc",
new[] { "ParId" });
iX_GrWartosc_ParId.MappedIndexes.Add(iX_GrWartosc_ParIdIx);
RelationalModel.GetOrCreateTableIndexes(iX_GrWartosc_ParIdIx).Add(iX_GrWartosc_ParId);
@@ -4031,11 +4031,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(parIdColumn, grWartosc.FindProperty("ParId")!, grWartoscTableMapping);
RelationalModel.CreateColumnMapping(wartoscColumn0, grWartosc.FindProperty("Wartosc")!, grWartoscTableMapping);
- var grupaAkcyzowa = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.GrupaAkcyzowa")!;
+ var grupaAkcyzowa = FindEntityType("DuSoft.PcmDb.Entities.GrupaAkcyzowa")!;
var defaultTableMappings27 = new List>();
grupaAkcyzowa.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings27);
- var blinkBackofficeServicesPcmDbEntitiesGrupaAkcyzowaTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.GrupaAkcyzowa", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesGrupaAkcyzowaTableBase = new TableBase("DuSoft.PcmDb.Entities.GrupaAkcyzowa", null, relationalModel);
var akcJMColumnBase = new ColumnBase("AkcJM", "varchar(20)", blinkBackofficeServicesPcmDbEntitiesGrupaAkcyzowaTableBase);
blinkBackofficeServicesPcmDbEntitiesGrupaAkcyzowaTableBase.Columns.Add("AkcJM", akcJMColumnBase);
var centrGrAkcIdColumnBase = new ColumnBase("CentrGrAkcId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesGrupaAkcyzowaTableBase)
@@ -4073,7 +4073,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesGrupaAkcyzowaTableBase.Columns.Add("PrefiksyCN", prefiksyCNColumnBase);
var zmianaColumnBase6 = new ColumnBase("Zmiana", "datetime", blinkBackofficeServicesPcmDbEntitiesGrupaAkcyzowaTableBase);
blinkBackofficeServicesPcmDbEntitiesGrupaAkcyzowaTableBase.Columns.Add("Zmiana", zmianaColumnBase6);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.GrupaAkcyzowa", blinkBackofficeServicesPcmDbEntitiesGrupaAkcyzowaTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.GrupaAkcyzowa", blinkBackofficeServicesPcmDbEntitiesGrupaAkcyzowaTableBase);
var blinkBackofficeServicesPcmDbEntitiesGrupaAkcyzowaMappingBase = new TableMappingBase(grupaAkcyzowa, blinkBackofficeServicesPcmDbEntitiesGrupaAkcyzowaTableBase, true);
blinkBackofficeServicesPcmDbEntitiesGrupaAkcyzowaTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesGrupaAkcyzowaMappingBase, false);
defaultTableMappings27.Add(blinkBackofficeServicesPcmDbEntitiesGrupaAkcyzowaMappingBase);
@@ -4132,7 +4132,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_GRUPAAKCYZOWA = new UniqueConstraint("PK_GRUPAAKCYZOWA", grupaAkcyzowaTable, new[] { grAkcIdColumn });
grupaAkcyzowaTable.PrimaryKey = pK_GRUPAAKCYZOWA;
var pK_GRUPAAKCYZOWAUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.GrupaAkcyzowa",
+ "DuSoft.PcmDb.Entities.GrupaAkcyzowa",
new[] { "GrAkcId" });
pK_GRUPAAKCYZOWA.MappedKeys.Add(pK_GRUPAAKCYZOWAUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_GRUPAAKCYZOWAUc).Add(pK_GRUPAAKCYZOWA);
@@ -4153,11 +4153,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(prefiksyCNColumn, grupaAkcyzowa.FindProperty("PrefiksyCN")!, grupaAkcyzowaTableMapping);
RelationalModel.CreateColumnMapping(zmianaColumn6, grupaAkcyzowa.FindProperty("Zmiana")!, grupaAkcyzowaTableMapping);
- var grupaPromocji = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.GrupaPromocji")!;
+ var grupaPromocji = FindEntityType("DuSoft.PcmDb.Entities.GrupaPromocji")!;
var defaultTableMappings28 = new List>();
grupaPromocji.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings28);
- var blinkBackofficeServicesPcmDbEntitiesGrupaPromocjiTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.GrupaPromocji", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesGrupaPromocjiTableBase = new TableBase("DuSoft.PcmDb.Entities.GrupaPromocji", null, relationalModel);
var aktywnaColumnBase = new ColumnBase("Aktywna", "smallint", blinkBackofficeServicesPcmDbEntitiesGrupaPromocjiTableBase);
blinkBackofficeServicesPcmDbEntitiesGrupaPromocjiTableBase.Columns.Add("Aktywna", aktywnaColumnBase);
var centrGrupaIdColumnBase = new ColumnBase("CentrGrupaId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesGrupaPromocjiTableBase)
@@ -4175,7 +4175,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesGrupaPromocjiTableBase.Columns.Add("Typ", typColumnBase2);
var zmianaColumnBase7 = new ColumnBase("Zmiana", "datetime", blinkBackofficeServicesPcmDbEntitiesGrupaPromocjiTableBase);
blinkBackofficeServicesPcmDbEntitiesGrupaPromocjiTableBase.Columns.Add("Zmiana", zmianaColumnBase7);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.GrupaPromocji", blinkBackofficeServicesPcmDbEntitiesGrupaPromocjiTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.GrupaPromocji", blinkBackofficeServicesPcmDbEntitiesGrupaPromocjiTableBase);
var blinkBackofficeServicesPcmDbEntitiesGrupaPromocjiMappingBase = new TableMappingBase(grupaPromocji, blinkBackofficeServicesPcmDbEntitiesGrupaPromocjiTableBase, true);
blinkBackofficeServicesPcmDbEntitiesGrupaPromocjiTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesGrupaPromocjiMappingBase, false);
defaultTableMappings28.Add(blinkBackofficeServicesPcmDbEntitiesGrupaPromocjiMappingBase);
@@ -4210,7 +4210,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_GrupaPromocji = new UniqueConstraint("PK_GrupaPromocji", grupaPromocjiTable, new[] { grupaIdColumn });
grupaPromocjiTable.PrimaryKey = pK_GrupaPromocji;
var pK_GrupaPromocjiUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.GrupaPromocji",
+ "DuSoft.PcmDb.Entities.GrupaPromocji",
new[] { "GrupaId" });
pK_GrupaPromocji.MappedKeys.Add(pK_GrupaPromocjiUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_GrupaPromocjiUc).Add(pK_GrupaPromocji);
@@ -4227,18 +4227,18 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(typColumn2, grupaPromocji.FindProperty("Typ")!, grupaPromocjiTableMapping);
RelationalModel.CreateColumnMapping(zmianaColumn7, grupaPromocji.FindProperty("Zmiana")!, grupaPromocjiTableMapping);
- var grupaTow = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.GrupaTow")!;
+ var grupaTow = FindEntityType("DuSoft.PcmDb.Entities.GrupaTow")!;
var defaultTableMappings29 = new List>();
grupaTow.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings29);
- var blinkBackofficeServicesPcmDbEntitiesGrupaTowTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.GrupaTow", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesGrupaTowTableBase = new TableBase("DuSoft.PcmDb.Entities.GrupaTow", null, relationalModel);
var grIdColumnBase0 = new ColumnBase("GrId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesGrupaTowTableBase);
blinkBackofficeServicesPcmDbEntitiesGrupaTowTableBase.Columns.Add("GrId", grIdColumnBase0);
var nazwaColumnBase7 = new ColumnBase("Nazwa", "varchar(40)", blinkBackofficeServicesPcmDbEntitiesGrupaTowTableBase);
blinkBackofficeServicesPcmDbEntitiesGrupaTowTableBase.Columns.Add("Nazwa", nazwaColumnBase7);
var opisColumnBase2 = new ColumnBase("Opis", "varchar(255)", blinkBackofficeServicesPcmDbEntitiesGrupaTowTableBase);
blinkBackofficeServicesPcmDbEntitiesGrupaTowTableBase.Columns.Add("Opis", opisColumnBase2);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.GrupaTow", blinkBackofficeServicesPcmDbEntitiesGrupaTowTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.GrupaTow", blinkBackofficeServicesPcmDbEntitiesGrupaTowTableBase);
var blinkBackofficeServicesPcmDbEntitiesGrupaTowMappingBase = new TableMappingBase(grupaTow, blinkBackofficeServicesPcmDbEntitiesGrupaTowTableBase, true);
blinkBackofficeServicesPcmDbEntitiesGrupaTowTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesGrupaTowMappingBase, false);
defaultTableMappings29.Add(blinkBackofficeServicesPcmDbEntitiesGrupaTowMappingBase);
@@ -4258,7 +4258,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_GRUPATOW = new UniqueConstraint("PK_GRUPATOW", grupaTowTable, new[] { grIdColumn0 });
grupaTowTable.PrimaryKey = pK_GRUPATOW;
var pK_GRUPATOWUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.GrupaTow",
+ "DuSoft.PcmDb.Entities.GrupaTow",
new[] { "GrId" });
pK_GRUPATOW.MappedKeys.Add(pK_GRUPATOWUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_GRUPATOWUc).Add(pK_GRUPATOW);
@@ -4271,16 +4271,16 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(nazwaColumn7, grupaTow.FindProperty("Nazwa")!, grupaTowTableMapping);
RelationalModel.CreateColumnMapping(opisColumn2, grupaTow.FindProperty("Opis")!, grupaTowTableMapping);
- var grupaUz = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.GrupaUz")!;
+ var grupaUz = FindEntityType("DuSoft.PcmDb.Entities.GrupaUz")!;
var defaultTableMappings30 = new List>();
grupaUz.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings30);
- var blinkBackofficeServicesPcmDbEntitiesGrupaUzTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.GrupaUz", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesGrupaUzTableBase = new TableBase("DuSoft.PcmDb.Entities.GrupaUz", null, relationalModel);
var rolaIdColumnBase = new ColumnBase("RolaId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesGrupaUzTableBase);
blinkBackofficeServicesPcmDbEntitiesGrupaUzTableBase.Columns.Add("RolaId", rolaIdColumnBase);
var uzIdColumnBase1 = new ColumnBase("UzId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesGrupaUzTableBase);
blinkBackofficeServicesPcmDbEntitiesGrupaUzTableBase.Columns.Add("UzId", uzIdColumnBase1);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.GrupaUz", blinkBackofficeServicesPcmDbEntitiesGrupaUzTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.GrupaUz", blinkBackofficeServicesPcmDbEntitiesGrupaUzTableBase);
var blinkBackofficeServicesPcmDbEntitiesGrupaUzMappingBase = new TableMappingBase(grupaUz, blinkBackofficeServicesPcmDbEntitiesGrupaUzTableBase, true);
blinkBackofficeServicesPcmDbEntitiesGrupaUzTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesGrupaUzMappingBase, false);
defaultTableMappings30.Add(blinkBackofficeServicesPcmDbEntitiesGrupaUzMappingBase);
@@ -4297,7 +4297,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_GRUPAUZ = new UniqueConstraint("PK_GRUPAUZ", grupaUzTable, new[] { uzIdColumn1 });
grupaUzTable.PrimaryKey = pK_GRUPAUZ;
var pK_GRUPAUZUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.GrupaUz",
+ "DuSoft.PcmDb.Entities.GrupaUz",
new[] { "UzId" });
pK_GRUPAUZ.MappedKeys.Add(pK_GRUPAUZUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_GRUPAUZUc).Add(pK_GRUPAUZ);
@@ -4305,7 +4305,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_Rola = new TableIndex(
"idx_Rola", grupaUzTable, new[] { rolaIdColumn }, false);
var idx_RolaIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.GrupaUz",
+ "DuSoft.PcmDb.Entities.GrupaUz",
"idx_Rola");
idx_Rola.MappedIndexes.Add(idx_RolaIx);
RelationalModel.GetOrCreateTableIndexes(idx_RolaIx).Add(idx_Rola);
@@ -4317,11 +4317,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(uzIdColumn1, grupaUz.FindProperty("UzId")!, grupaUzTableMapping);
RelationalModel.CreateColumnMapping(rolaIdColumn, grupaUz.FindProperty("RolaId")!, grupaUzTableMapping);
- var harmCeny = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.HarmCeny")!;
+ var harmCeny = FindEntityType("DuSoft.PcmDb.Entities.HarmCeny")!;
var defaultTableMappings31 = new List>();
harmCeny.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings31);
- var blinkBackofficeServicesPcmDbEntitiesHarmCenyTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.HarmCeny", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesHarmCenyTableBase = new TableBase("DuSoft.PcmDb.Entities.HarmCeny", null, relationalModel);
var cena5ColumnBase = new ColumnBase("Cena5", "decimal(15,4)", blinkBackofficeServicesPcmDbEntitiesHarmCenyTableBase)
{
IsNullable = true
@@ -4386,7 +4386,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesHarmCenyTableBase.Columns.Add("Stawka", stawkaColumnBase);
var towIdColumnBase1 = new ColumnBase("TowId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesHarmCenyTableBase);
blinkBackofficeServicesPcmDbEntitiesHarmCenyTableBase.Columns.Add("TowId", towIdColumnBase1);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.HarmCeny", blinkBackofficeServicesPcmDbEntitiesHarmCenyTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.HarmCeny", blinkBackofficeServicesPcmDbEntitiesHarmCenyTableBase);
var blinkBackofficeServicesPcmDbEntitiesHarmCenyMappingBase = new TableMappingBase(harmCeny, blinkBackofficeServicesPcmDbEntitiesHarmCenyTableBase, true);
blinkBackofficeServicesPcmDbEntitiesHarmCenyTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesHarmCenyMappingBase, false);
defaultTableMappings31.Add(blinkBackofficeServicesPcmDbEntitiesHarmCenyMappingBase);
@@ -4475,7 +4475,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_HARMCENY = new UniqueConstraint("PK_HARMCENY", harmCenyTable, new[] { harmIdColumn, towIdColumn1 });
harmCenyTable.PrimaryKey = pK_HARMCENY;
var pK_HARMCENYUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.HarmCeny",
+ "DuSoft.PcmDb.Entities.HarmCeny",
new[] { "HarmId", "TowId" });
pK_HARMCENY.MappedKeys.Add(pK_HARMCENYUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_HARMCENYUc).Add(pK_HARMCENY);
@@ -4483,7 +4483,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_HarmTow = new TableIndex(
"idx_HarmTow", harmCenyTable, new[] { towIdColumn1 }, false);
var idx_HarmTowIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.HarmCeny",
+ "DuSoft.PcmDb.Entities.HarmCeny",
"idx_HarmTow");
idx_HarmTow.MappedIndexes.Add(idx_HarmTowIx);
RelationalModel.GetOrCreateTableIndexes(idx_HarmTowIx).Add(idx_HarmTow);
@@ -4507,11 +4507,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(progPromocjiColumn, harmCeny.FindProperty("ProgPromocji")!, harmCenyTableMapping);
RelationalModel.CreateColumnMapping(stawkaColumn, harmCeny.FindProperty("Stawka")!, harmCenyTableMapping);
- var harmCykl = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.HarmCykl")!;
+ var harmCykl = FindEntityType("DuSoft.PcmDb.Entities.HarmCykl")!;
var defaultTableMappings32 = new List>();
harmCykl.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings32);
- var blinkBackofficeServicesPcmDbEntitiesHarmCyklTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.HarmCykl", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesHarmCyklTableBase = new TableBase("DuSoft.PcmDb.Entities.HarmCykl", null, relationalModel);
var doDniaColumnBase = new ColumnBase("DoDnia", "smallint", blinkBackofficeServicesPcmDbEntitiesHarmCyklTableBase)
{
IsNullable = true
@@ -4535,7 +4535,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesHarmCyklTableBase.Columns.Add("OdGodz", odGodzColumnBase);
var odMinColumnBase = new ColumnBase("OdMin", "smallint", blinkBackofficeServicesPcmDbEntitiesHarmCyklTableBase);
blinkBackofficeServicesPcmDbEntitiesHarmCyklTableBase.Columns.Add("OdMin", odMinColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.HarmCykl", blinkBackofficeServicesPcmDbEntitiesHarmCyklTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.HarmCykl", blinkBackofficeServicesPcmDbEntitiesHarmCyklTableBase);
var blinkBackofficeServicesPcmDbEntitiesHarmCyklMappingBase = new TableMappingBase(harmCykl, blinkBackofficeServicesPcmDbEntitiesHarmCyklTableBase, true);
blinkBackofficeServicesPcmDbEntitiesHarmCyklTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesHarmCyklMappingBase, false);
defaultTableMappings32.Add(blinkBackofficeServicesPcmDbEntitiesHarmCyklMappingBase);
@@ -4576,7 +4576,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_HARMCYKL = new UniqueConstraint("PK_HARMCYKL", harmCyklTable, new[] { harmIdColumn0, odDniaColumn, odGodzColumn, odMinColumn });
harmCyklTable.PrimaryKey = pK_HARMCYKL;
var pK_HARMCYKLUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.HarmCykl",
+ "DuSoft.PcmDb.Entities.HarmCykl",
new[] { "HarmId", "OdDnia", "OdGodz", "OdMin" });
pK_HARMCYKL.MappedKeys.Add(pK_HARMCYKLUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_HARMCYKLUc).Add(pK_HARMCYKL);
@@ -4593,18 +4593,18 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(doGodzColumn, harmCykl.FindProperty("DoGodz")!, harmCyklTableMapping);
RelationalModel.CreateColumnMapping(doMinColumn, harmCykl.FindProperty("DoMin")!, harmCyklTableMapping);
- var harmHarm = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.HarmHarm")!;
+ var harmHarm = FindEntityType("DuSoft.PcmDb.Entities.HarmHarm")!;
var defaultTableMappings33 = new List>();
harmHarm.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings33);
- var blinkBackofficeServicesPcmDbEntitiesHarmHarmTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.HarmHarm", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesHarmHarmTableBase = new TableBase("DuSoft.PcmDb.Entities.HarmHarm", null, relationalModel);
var harmIdColumnBase1 = new ColumnBase("HarmId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesHarmHarmTableBase);
blinkBackofficeServicesPcmDbEntitiesHarmHarmTableBase.Columns.Add("HarmId", harmIdColumnBase1);
var poprzHarmIdColumnBase = new ColumnBase("PoprzHarmId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesHarmHarmTableBase);
blinkBackofficeServicesPcmDbEntitiesHarmHarmTableBase.Columns.Add("PoprzHarmId", poprzHarmIdColumnBase);
var znaczenieColumnBase2 = new ColumnBase("Znaczenie", "smallint", blinkBackofficeServicesPcmDbEntitiesHarmHarmTableBase);
blinkBackofficeServicesPcmDbEntitiesHarmHarmTableBase.Columns.Add("Znaczenie", znaczenieColumnBase2);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.HarmHarm", blinkBackofficeServicesPcmDbEntitiesHarmHarmTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.HarmHarm", blinkBackofficeServicesPcmDbEntitiesHarmHarmTableBase);
var blinkBackofficeServicesPcmDbEntitiesHarmHarmMappingBase = new TableMappingBase(harmHarm, blinkBackofficeServicesPcmDbEntitiesHarmHarmTableBase, true);
blinkBackofficeServicesPcmDbEntitiesHarmHarmTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesHarmHarmMappingBase, false);
defaultTableMappings33.Add(blinkBackofficeServicesPcmDbEntitiesHarmHarmMappingBase);
@@ -4624,7 +4624,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_HARMHARM = new UniqueConstraint("PK_HARMHARM", harmHarmTable, new[] { harmIdColumn1, znaczenieColumn2 });
harmHarmTable.PrimaryKey = pK_HARMHARM;
var pK_HARMHARMUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.HarmHarm",
+ "DuSoft.PcmDb.Entities.HarmHarm",
new[] { "HarmId", "Znaczenie" });
pK_HARMHARM.MappedKeys.Add(pK_HARMHARMUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_HARMHARMUc).Add(pK_HARMHARM);
@@ -4632,7 +4632,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var iX_HarmHarm_PoprzHarmId = new TableIndex(
"IX_HarmHarm_PoprzHarmId", harmHarmTable, new[] { poprzHarmIdColumn }, false);
var iX_HarmHarm_PoprzHarmIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.HarmHarm",
+ "DuSoft.PcmDb.Entities.HarmHarm",
new[] { "PoprzHarmId" });
iX_HarmHarm_PoprzHarmId.MappedIndexes.Add(iX_HarmHarm_PoprzHarmIdIx);
RelationalModel.GetOrCreateTableIndexes(iX_HarmHarm_PoprzHarmIdIx).Add(iX_HarmHarm_PoprzHarmId);
@@ -4645,11 +4645,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(znaczenieColumn2, harmHarm.FindProperty("Znaczenie")!, harmHarmTableMapping);
RelationalModel.CreateColumnMapping(poprzHarmIdColumn, harmHarm.FindProperty("PoprzHarmId")!, harmHarmTableMapping);
- var harmRap = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.HarmRap")!;
+ var harmRap = FindEntityType("DuSoft.PcmDb.Entities.HarmRap")!;
var defaultTableMappings34 = new List>();
harmRap.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings34);
- var blinkBackofficeServicesPcmDbEntitiesHarmRapTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.HarmRap", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesHarmRapTableBase = new TableBase("DuSoft.PcmDb.Entities.HarmRap", null, relationalModel);
var aktywnyColumnBase5 = new ColumnBase("Aktywny", "smallint", blinkBackofficeServicesPcmDbEntitiesHarmRapTableBase);
blinkBackofficeServicesPcmDbEntitiesHarmRapTableBase.Columns.Add("Aktywny", aktywnyColumnBase5);
var dataDoColumnBase0 = new ColumnBase("DataDo", "datetime", blinkBackofficeServicesPcmDbEntitiesHarmRapTableBase)
@@ -4679,7 +4679,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesHarmRapTableBase.Columns.Add("WysylajEmail", wysylajEmailColumnBase);
var zmianaColumnBase8 = new ColumnBase("Zmiana", "datetime", blinkBackofficeServicesPcmDbEntitiesHarmRapTableBase);
blinkBackofficeServicesPcmDbEntitiesHarmRapTableBase.Columns.Add("Zmiana", zmianaColumnBase8);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.HarmRap", blinkBackofficeServicesPcmDbEntitiesHarmRapTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.HarmRap", blinkBackofficeServicesPcmDbEntitiesHarmRapTableBase);
var blinkBackofficeServicesPcmDbEntitiesHarmRapMappingBase = new TableMappingBase(harmRap, blinkBackofficeServicesPcmDbEntitiesHarmRapTableBase, true);
blinkBackofficeServicesPcmDbEntitiesHarmRapTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesHarmRapMappingBase, false);
defaultTableMappings34.Add(blinkBackofficeServicesPcmDbEntitiesHarmRapMappingBase);
@@ -4729,7 +4729,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_HarmRap = new UniqueConstraint("PK_HarmRap", harmRapTable, new[] { hRIdColumn });
harmRapTable.PrimaryKey = pK_HarmRap;
var pK_HarmRapUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.HarmRap",
+ "DuSoft.PcmDb.Entities.HarmRap",
new[] { "HRId" });
pK_HarmRap.MappedKeys.Add(pK_HarmRapUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_HarmRapUc).Add(pK_HarmRap);
@@ -4749,11 +4749,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(wysylajEmailColumn, harmRap.FindProperty("WysylajEmail")!, harmRapTableMapping);
RelationalModel.CreateColumnMapping(zmianaColumn8, harmRap.FindProperty("Zmiana")!, harmRapTableMapping);
- var harmRapCykl = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.HarmRapCykl")!;
+ var harmRapCykl = FindEntityType("DuSoft.PcmDb.Entities.HarmRapCykl")!;
var defaultTableMappings35 = new List>();
harmRapCykl.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings35);
- var blinkBackofficeServicesPcmDbEntitiesHarmRapCyklTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.HarmRapCykl", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesHarmRapCyklTableBase = new TableBase("DuSoft.PcmDb.Entities.HarmRapCykl", null, relationalModel);
var dzienColumnBase2 = new ColumnBase("Dzien", "smallint", blinkBackofficeServicesPcmDbEntitiesHarmRapCyklTableBase);
blinkBackofficeServicesPcmDbEntitiesHarmRapCyklTableBase.Columns.Add("Dzien", dzienColumnBase2);
var godzinaColumnBase = new ColumnBase("Godzina", "smallint", blinkBackofficeServicesPcmDbEntitiesHarmRapCyklTableBase);
@@ -4762,7 +4762,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesHarmRapCyklTableBase.Columns.Add("HRId", hRIdColumnBase0);
var minutaColumnBase = new ColumnBase("Minuta", "smallint", blinkBackofficeServicesPcmDbEntitiesHarmRapCyklTableBase);
blinkBackofficeServicesPcmDbEntitiesHarmRapCyklTableBase.Columns.Add("Minuta", minutaColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.HarmRapCykl", blinkBackofficeServicesPcmDbEntitiesHarmRapCyklTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.HarmRapCykl", blinkBackofficeServicesPcmDbEntitiesHarmRapCyklTableBase);
var blinkBackofficeServicesPcmDbEntitiesHarmRapCyklMappingBase = new TableMappingBase(harmRapCykl, blinkBackofficeServicesPcmDbEntitiesHarmRapCyklTableBase, true);
blinkBackofficeServicesPcmDbEntitiesHarmRapCyklTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesHarmRapCyklMappingBase, false);
defaultTableMappings35.Add(blinkBackofficeServicesPcmDbEntitiesHarmRapCyklMappingBase);
@@ -4785,7 +4785,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_HarmRapCykl = new UniqueConstraint("PK_HarmRapCykl", harmRapCyklTable, new[] { hRIdColumn0, dzienColumn2, godzinaColumn, minutaColumn });
harmRapCyklTable.PrimaryKey = pK_HarmRapCykl;
var pK_HarmRapCyklUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.HarmRapCykl",
+ "DuSoft.PcmDb.Entities.HarmRapCykl",
new[] { "HRId", "Dzien", "Godzina", "Minuta" });
pK_HarmRapCykl.MappedKeys.Add(pK_HarmRapCyklUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_HarmRapCyklUc).Add(pK_HarmRapCykl);
@@ -4799,18 +4799,18 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(hRIdColumn0, harmRapCykl.FindProperty("HRId")!, harmRapCyklTableMapping);
RelationalModel.CreateColumnMapping(minutaColumn, harmRapCykl.FindProperty("Minuta")!, harmRapCyklTableMapping);
- var harmRapParam = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.HarmRapParam")!;
+ var harmRapParam = FindEntityType("DuSoft.PcmDb.Entities.HarmRapParam")!;
var defaultTableMappings36 = new List>();
harmRapParam.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings36);
- var blinkBackofficeServicesPcmDbEntitiesHarmRapParamTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.HarmRapParam", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesHarmRapParamTableBase = new TableBase("DuSoft.PcmDb.Entities.HarmRapParam", null, relationalModel);
var hRIdColumnBase1 = new ColumnBase("HRId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesHarmRapParamTableBase);
blinkBackofficeServicesPcmDbEntitiesHarmRapParamTableBase.Columns.Add("HRId", hRIdColumnBase1);
var parNazwaColumnBase = new ColumnBase("ParNazwa", "varchar(40)", blinkBackofficeServicesPcmDbEntitiesHarmRapParamTableBase);
blinkBackofficeServicesPcmDbEntitiesHarmRapParamTableBase.Columns.Add("ParNazwa", parNazwaColumnBase);
var parWartoscColumnBase = new ColumnBase("ParWartosc", "varchar(255)", blinkBackofficeServicesPcmDbEntitiesHarmRapParamTableBase);
blinkBackofficeServicesPcmDbEntitiesHarmRapParamTableBase.Columns.Add("ParWartosc", parWartoscColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.HarmRapParam", blinkBackofficeServicesPcmDbEntitiesHarmRapParamTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.HarmRapParam", blinkBackofficeServicesPcmDbEntitiesHarmRapParamTableBase);
var blinkBackofficeServicesPcmDbEntitiesHarmRapParamMappingBase = new TableMappingBase(harmRapParam, blinkBackofficeServicesPcmDbEntitiesHarmRapParamTableBase, true);
blinkBackofficeServicesPcmDbEntitiesHarmRapParamTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesHarmRapParamMappingBase, false);
defaultTableMappings36.Add(blinkBackofficeServicesPcmDbEntitiesHarmRapParamMappingBase);
@@ -4830,7 +4830,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_HarmRapParam = new UniqueConstraint("PK_HarmRapParam", harmRapParamTable, new[] { hRIdColumn1, parNazwaColumn });
harmRapParamTable.PrimaryKey = pK_HarmRapParam;
var pK_HarmRapParamUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.HarmRapParam",
+ "DuSoft.PcmDb.Entities.HarmRapParam",
new[] { "HRId", "ParNazwa" });
pK_HarmRapParam.MappedKeys.Add(pK_HarmRapParamUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_HarmRapParamUc).Add(pK_HarmRapParam);
@@ -4843,11 +4843,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(parNazwaColumn, harmRapParam.FindProperty("ParNazwa")!, harmRapParamTableMapping);
RelationalModel.CreateColumnMapping(parWartoscColumn, harmRapParam.FindProperty("ParWartosc")!, harmRapParamTableMapping);
- var harmRapZlecenie = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.HarmRapZlecenie")!;
+ var harmRapZlecenie = FindEntityType("DuSoft.PcmDb.Entities.HarmRapZlecenie")!;
var defaultTableMappings37 = new List>();
harmRapZlecenie.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings37);
- var blinkBackofficeServicesPcmDbEntitiesHarmRapZlecenieTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.HarmRapZlecenie", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesHarmRapZlecenieTableBase = new TableBase("DuSoft.PcmDb.Entities.HarmRapZlecenie", null, relationalModel);
var dataCzasColumnBase = new ColumnBase("DataCzas", "datetime", blinkBackofficeServicesPcmDbEntitiesHarmRapZlecenieTableBase);
blinkBackofficeServicesPcmDbEntitiesHarmRapZlecenieTableBase.Columns.Add("DataCzas", dataCzasColumnBase);
var hRIdColumnBase2 = new ColumnBase("HRId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesHarmRapZlecenieTableBase);
@@ -4861,7 +4861,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesHarmRapZlecenieTableBase.Columns.Add("Status", statusColumnBase1);
var zmianaColumnBase9 = new ColumnBase("Zmiana", "datetime", blinkBackofficeServicesPcmDbEntitiesHarmRapZlecenieTableBase);
blinkBackofficeServicesPcmDbEntitiesHarmRapZlecenieTableBase.Columns.Add("Zmiana", zmianaColumnBase9);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.HarmRapZlecenie", blinkBackofficeServicesPcmDbEntitiesHarmRapZlecenieTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.HarmRapZlecenie", blinkBackofficeServicesPcmDbEntitiesHarmRapZlecenieTableBase);
var blinkBackofficeServicesPcmDbEntitiesHarmRapZlecenieMappingBase = new TableMappingBase(harmRapZlecenie, blinkBackofficeServicesPcmDbEntitiesHarmRapZlecenieTableBase, true);
blinkBackofficeServicesPcmDbEntitiesHarmRapZlecenieTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesHarmRapZlecenieMappingBase, false);
defaultTableMappings37.Add(blinkBackofficeServicesPcmDbEntitiesHarmRapZlecenieMappingBase);
@@ -4890,7 +4890,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_HarmRapZlecenie = new UniqueConstraint("PK_HarmRapZlecenie", harmRapZlecenieTable, new[] { hRIdColumn2, dataCzasColumn });
harmRapZlecenieTable.PrimaryKey = pK_HarmRapZlecenie;
var pK_HarmRapZlecenieUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.HarmRapZlecenie",
+ "DuSoft.PcmDb.Entities.HarmRapZlecenie",
new[] { "HRId", "DataCzas" });
pK_HarmRapZlecenie.MappedKeys.Add(pK_HarmRapZlecenieUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_HarmRapZlecenieUc).Add(pK_HarmRapZlecenie);
@@ -4898,7 +4898,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_HarmRapZlecenieDataCzas = new TableIndex(
"idx_HarmRapZlecenieDataCzas", harmRapZlecenieTable, new[] { dataCzasColumn }, false);
var idx_HarmRapZlecenieDataCzasIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.HarmRapZlecenie",
+ "DuSoft.PcmDb.Entities.HarmRapZlecenie",
"idx_HarmRapZlecenieDataCzas");
idx_HarmRapZlecenieDataCzas.MappedIndexes.Add(idx_HarmRapZlecenieDataCzasIx);
RelationalModel.GetOrCreateTableIndexes(idx_HarmRapZlecenieDataCzasIx).Add(idx_HarmRapZlecenieDataCzas);
@@ -4913,11 +4913,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(statusColumn1, harmRapZlecenie.FindProperty("Status")!, harmRapZlecenieTableMapping);
RelationalModel.CreateColumnMapping(zmianaColumn9, harmRapZlecenie.FindProperty("Zmiana")!, harmRapZlecenieTableMapping);
- var harmWpis = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.HarmWpis")!;
+ var harmWpis = FindEntityType("DuSoft.PcmDb.Entities.HarmWpis")!;
var defaultTableMappings38 = new List>();
harmWpis.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings38);
- var blinkBackofficeServicesPcmDbEntitiesHarmWpisTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.HarmWpis", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesHarmWpisTableBase = new TableBase("DuSoft.PcmDb.Entities.HarmWpis", null, relationalModel);
var aktywnyColumnBase6 = new ColumnBase("Aktywny", "smallint", blinkBackofficeServicesPcmDbEntitiesHarmWpisTableBase);
blinkBackofficeServicesPcmDbEntitiesHarmWpisTableBase.Columns.Add("Aktywny", aktywnyColumnBase6);
var centrHarmIdColumnBase = new ColumnBase("CentrHarmId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesHarmWpisTableBase)
@@ -4962,7 +4962,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesHarmWpisTableBase.Columns.Add("WaznyOd", waznyOdColumnBase);
var zmianaColumnBase10 = new ColumnBase("Zmiana", "datetime", blinkBackofficeServicesPcmDbEntitiesHarmWpisTableBase);
blinkBackofficeServicesPcmDbEntitiesHarmWpisTableBase.Columns.Add("Zmiana", zmianaColumnBase10);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.HarmWpis", blinkBackofficeServicesPcmDbEntitiesHarmWpisTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.HarmWpis", blinkBackofficeServicesPcmDbEntitiesHarmWpisTableBase);
var blinkBackofficeServicesPcmDbEntitiesHarmWpisMappingBase = new TableMappingBase(harmWpis, blinkBackofficeServicesPcmDbEntitiesHarmWpisTableBase, true);
blinkBackofficeServicesPcmDbEntitiesHarmWpisTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesHarmWpisMappingBase, false);
defaultTableMappings38.Add(blinkBackofficeServicesPcmDbEntitiesHarmWpisMappingBase);
@@ -5030,7 +5030,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_HARMWPIS = new UniqueConstraint("PK_HARMWPIS", harmWpisTable, new[] { harmIdColumn2 });
harmWpisTable.PrimaryKey = pK_HARMWPIS;
var pK_HARMWPISUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.HarmWpis",
+ "DuSoft.PcmDb.Entities.HarmWpis",
new[] { "HarmId" });
pK_HARMWPIS.MappedKeys.Add(pK_HARMWPISUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_HARMWPISUc).Add(pK_HARMWPIS);
@@ -5038,7 +5038,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_HarmKraj = new TableIndex(
"idx_HarmKraj", harmWpisTable, new[] { krajIdColumn, harmIdColumn2 }, false);
var idx_HarmKrajIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.HarmWpis",
+ "DuSoft.PcmDb.Entities.HarmWpis",
"idx_HarmKraj");
idx_HarmKraj.MappedIndexes.Add(idx_HarmKrajIx);
RelationalModel.GetOrCreateTableIndexes(idx_HarmKrajIx).Add(idx_HarmKraj);
@@ -5046,7 +5046,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_HarmPol = new TableIndex(
"idx_HarmPol", harmWpisTable, new[] { polIdColumn }, false);
var idx_HarmPolIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.HarmWpis",
+ "DuSoft.PcmDb.Entities.HarmWpis",
"idx_HarmPol");
idx_HarmPol.MappedIndexes.Add(idx_HarmPolIx);
RelationalModel.GetOrCreateTableIndexes(idx_HarmPolIx).Add(idx_HarmPol);
@@ -5069,11 +5069,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(waznyOdColumn, harmWpis.FindProperty("WaznyOd")!, harmWpisTableMapping);
RelationalModel.CreateColumnMapping(zmianaColumn10, harmWpis.FindProperty("Zmiana")!, harmWpisTableMapping);
- var istw = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.Istw")!;
+ var istw = FindEntityType("DuSoft.PcmDb.Entities.Istw")!;
var defaultTableMappings39 = new List>();
istw.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings39);
- var blinkBackofficeServicesPcmDbEntitiesIstwTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.Istw", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesIstwTableBase = new TableBase("DuSoft.PcmDb.Entities.Istw", null, relationalModel);
var blokadaMagColumnBase = new ColumnBase("BlokadaMag", "decimal(15,4)", blinkBackofficeServicesPcmDbEntitiesIstwTableBase);
blinkBackofficeServicesPcmDbEntitiesIstwTableBase.Columns.Add("BlokadaMag", blokadaMagColumnBase);
var cenaMagColumnBase = new ColumnBase("CenaMag", "decimal(15,4)", blinkBackofficeServicesPcmDbEntitiesIstwTableBase);
@@ -5093,7 +5093,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesIstwTableBase.Columns.Add("StanMin", stanMinColumnBase);
var towIdColumnBase2 = new ColumnBase("TowId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesIstwTableBase);
blinkBackofficeServicesPcmDbEntitiesIstwTableBase.Columns.Add("TowId", towIdColumnBase2);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.Istw", blinkBackofficeServicesPcmDbEntitiesIstwTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.Istw", blinkBackofficeServicesPcmDbEntitiesIstwTableBase);
var blinkBackofficeServicesPcmDbEntitiesIstwMappingBase = new TableMappingBase(istw, blinkBackofficeServicesPcmDbEntitiesIstwTableBase, true);
blinkBackofficeServicesPcmDbEntitiesIstwTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesIstwMappingBase, false);
defaultTableMappings39.Add(blinkBackofficeServicesPcmDbEntitiesIstwMappingBase);
@@ -5131,7 +5131,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_ISTW = new UniqueConstraint("PK_ISTW", istwTable, new[] { towIdColumn2, magIdColumn1 });
istwTable.PrimaryKey = pK_ISTW;
var pK_ISTWUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Istw",
+ "DuSoft.PcmDb.Entities.Istw",
new[] { "TowId", "MagId" });
pK_ISTW.MappedKeys.Add(pK_ISTWUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_ISTWUc).Add(pK_ISTW);
@@ -5139,7 +5139,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var iX_Istw_MagId = new TableIndex(
"IX_Istw_MagId", istwTable, new[] { magIdColumn1 }, false);
var iX_Istw_MagIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Istw",
+ "DuSoft.PcmDb.Entities.Istw",
new[] { "MagId" });
iX_Istw_MagId.MappedIndexes.Add(iX_Istw_MagIdIx);
RelationalModel.GetOrCreateTableIndexes(iX_Istw_MagIdIx).Add(iX_Istw_MagId);
@@ -5157,11 +5157,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(stanMaxColumn, istw.FindProperty("StanMax")!, istwTableMapping);
RelationalModel.CreateColumnMapping(stanMinColumn, istw.FindProperty("StanMin")!, istwTableMapping);
- var jM = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.JM")!;
+ var jM = FindEntityType("DuSoft.PcmDb.Entities.JM")!;
var defaultTableMappings40 = new List>();
jM.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings40);
- var blinkBackofficeServicesPcmDbEntitiesJMTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.JM", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesJMTableBase = new TableBase("DuSoft.PcmDb.Entities.JM", null, relationalModel);
var centrJMIdColumnBase = new ColumnBase("CentrJMId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesJMTableBase)
{
IsNullable = true
@@ -5173,7 +5173,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesJMTableBase.Columns.Add("Nazwa", nazwaColumnBase10);
var precyzjaColumnBase = new ColumnBase("Precyzja", "smallint", blinkBackofficeServicesPcmDbEntitiesJMTableBase);
blinkBackofficeServicesPcmDbEntitiesJMTableBase.Columns.Add("Precyzja", precyzjaColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.JM", blinkBackofficeServicesPcmDbEntitiesJMTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.JM", blinkBackofficeServicesPcmDbEntitiesJMTableBase);
var blinkBackofficeServicesPcmDbEntitiesJMMappingBase = new TableMappingBase(jM, blinkBackofficeServicesPcmDbEntitiesJMTableBase, true);
blinkBackofficeServicesPcmDbEntitiesJMTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesJMMappingBase, false);
defaultTableMappings40.Add(blinkBackofficeServicesPcmDbEntitiesJMMappingBase);
@@ -5199,7 +5199,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_JM = new UniqueConstraint("PK_JM", jMTable, new[] { jMIdColumn });
jMTable.PrimaryKey = pK_JM;
var pK_JMUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.JM",
+ "DuSoft.PcmDb.Entities.JM",
new[] { "JMId" });
pK_JM.MappedKeys.Add(pK_JMUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_JMUc).Add(pK_JM);
@@ -5207,7 +5207,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_CentrJMId = new TableIndex(
"idx_CentrJMId", jMTable, new[] { centrJMIdColumn }, false);
var idx_CentrJMIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.JM",
+ "DuSoft.PcmDb.Entities.JM",
"idx_CentrJMId");
idx_CentrJMId.MappedIndexes.Add(idx_CentrJMIdIx);
RelationalModel.GetOrCreateTableIndexes(idx_CentrJMIdIx).Add(idx_CentrJMId);
@@ -5221,11 +5221,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(nazwaColumn10, jM.FindProperty("Nazwa")!, jMTableMapping);
RelationalModel.CreateColumnMapping(precyzjaColumn, jM.FindProperty("Precyzja")!, jMTableMapping);
- var kartaLoj = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.KartaLoj")!;
+ var kartaLoj = FindEntityType("DuSoft.PcmDb.Entities.KartaLoj")!;
var defaultTableMappings41 = new List>();
kartaLoj.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings41);
- var blinkBackofficeServicesPcmDbEntitiesKartaLojTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.KartaLoj", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesKartaLojTableBase = new TableBase("DuSoft.PcmDb.Entities.KartaLoj", null, relationalModel);
var centrKartaIdColumnBase = new ColumnBase("CentrKartaId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesKartaLojTableBase)
{
IsNullable = true
@@ -5272,7 +5272,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
IsNullable = true
};
blinkBackofficeServicesPcmDbEntitiesKartaLojTableBase.Columns.Add("WaznaOd", waznaOdColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.KartaLoj", blinkBackofficeServicesPcmDbEntitiesKartaLojTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.KartaLoj", blinkBackofficeServicesPcmDbEntitiesKartaLojTableBase);
var blinkBackofficeServicesPcmDbEntitiesKartaLojMappingBase = new TableMappingBase(kartaLoj, blinkBackofficeServicesPcmDbEntitiesKartaLojTableBase, true);
blinkBackofficeServicesPcmDbEntitiesKartaLojTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesKartaLojMappingBase, false);
defaultTableMappings41.Add(blinkBackofficeServicesPcmDbEntitiesKartaLojMappingBase);
@@ -5340,7 +5340,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_KARTALOJ = new UniqueConstraint("PK_KARTALOJ", kartaLojTable, new[] { kartaIdColumn });
kartaLojTable.PrimaryKey = pK_KARTALOJ;
var pK_KARTALOJUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KartaLoj",
+ "DuSoft.PcmDb.Entities.KartaLoj",
new[] { "KartaId" });
pK_KARTALOJ.MappedKeys.Add(pK_KARTALOJUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_KARTALOJUc).Add(pK_KARTALOJ);
@@ -5348,7 +5348,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_CentrKartaId = new TableIndex(
"idx_CentrKartaId", kartaLojTable, new[] { centrKartaIdColumn }, false);
var idx_CentrKartaIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KartaLoj",
+ "DuSoft.PcmDb.Entities.KartaLoj",
"idx_CentrKartaId");
idx_CentrKartaId.MappedIndexes.Add(idx_CentrKartaIdIx);
RelationalModel.GetOrCreateTableIndexes(idx_CentrKartaIdIx).Add(idx_CentrKartaId);
@@ -5356,7 +5356,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_KLoj_KodKarty = new TableIndex(
"idx_KLoj_KodKarty", kartaLojTable, new[] { kodKartyColumn }, false);
var idx_KLoj_KodKartyIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KartaLoj",
+ "DuSoft.PcmDb.Entities.KartaLoj",
"idx_KLoj_KodKarty");
idx_KLoj_KodKarty.MappedIndexes.Add(idx_KLoj_KodKartyIx);
RelationalModel.GetOrCreateTableIndexes(idx_KLoj_KodKartyIx).Add(idx_KLoj_KodKarty);
@@ -5364,7 +5364,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_KLoj_Konto = new TableIndex(
"idx_KLoj_Konto", kartaLojTable, new[] { kontoIdColumn }, false);
var idx_KLoj_KontoIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KartaLoj",
+ "DuSoft.PcmDb.Entities.KartaLoj",
"idx_KLoj_Konto");
idx_KLoj_Konto.MappedIndexes.Add(idx_KLoj_KontoIx);
RelationalModel.GetOrCreateTableIndexes(idx_KLoj_KontoIx).Add(idx_KLoj_Konto);
@@ -5385,11 +5385,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(waznaDoColumn, kartaLoj.FindProperty("WaznaDo")!, kartaLojTableMapping);
RelationalModel.CreateColumnMapping(waznaOdColumn, kartaLoj.FindProperty("WaznaOd")!, kartaLojTableMapping);
- var kasKod = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.KasKod")!;
+ var kasKod = FindEntityType("DuSoft.PcmDb.Entities.KasKod")!;
var defaultTableMappings42 = new List>();
kasKod.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings42);
- var blinkBackofficeServicesPcmDbEntitiesKasKodTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.KasKod", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesKasKodTableBase = new TableBase("DuSoft.PcmDb.Entities.KasKod", null, relationalModel);
var bylyZmianyCenColumnBase = new ColumnBase("BylyZmianyCen", "smallint", blinkBackofficeServicesPcmDbEntitiesKasKodTableBase);
blinkBackofficeServicesPcmDbEntitiesKasKodTableBase.Columns.Add("BylyZmianyCen", bylyZmianyCenColumnBase);
var bylyZmianyInneColumnBase = new ColumnBase("BylyZmianyInne", "smallint", blinkBackofficeServicesPcmDbEntitiesKasKodTableBase);
@@ -5463,7 +5463,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesKasKodTableBase.Columns.Add("ZmianyCen", zmianyCenColumnBase);
var zmianyInneColumnBase = new ColumnBase("ZmianyInne", "smallint", blinkBackofficeServicesPcmDbEntitiesKasKodTableBase);
blinkBackofficeServicesPcmDbEntitiesKasKodTableBase.Columns.Add("ZmianyInne", zmianyInneColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.KasKod", blinkBackofficeServicesPcmDbEntitiesKasKodTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.KasKod", blinkBackofficeServicesPcmDbEntitiesKasKodTableBase);
var blinkBackofficeServicesPcmDbEntitiesKasKodMappingBase = new TableMappingBase(kasKod, blinkBackofficeServicesPcmDbEntitiesKasKodTableBase, true);
blinkBackofficeServicesPcmDbEntitiesKasKodTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesKasKodMappingBase, false);
defaultTableMappings42.Add(blinkBackofficeServicesPcmDbEntitiesKasKodMappingBase);
@@ -5567,7 +5567,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_KASKOD = new UniqueConstraint("PK_KASKOD", kasKodTable, new[] { kasaIdColumn0, towIdColumn3, kolejnoscColumn1 });
kasKodTable.PrimaryKey = pK_KASKOD;
var pK_KASKODUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KasKod",
+ "DuSoft.PcmDb.Entities.KasKod",
new[] { "KasaId", "TowId", "Kolejnosc" });
pK_KASKOD.MappedKeys.Add(pK_KASKODUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_KASKODUc).Add(pK_KASKOD);
@@ -5575,7 +5575,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_KasKodTow = new TableIndex(
"idx_KasKodTow", kasKodTable, new[] { towIdColumn3, kolejnoscColumn1 }, false);
var idx_KasKodTowIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KasKod",
+ "DuSoft.PcmDb.Entities.KasKod",
"idx_KasKodTow");
idx_KasKodTow.MappedIndexes.Add(idx_KasKodTowIx);
RelationalModel.GetOrCreateTableIndexes(idx_KasKodTowIx).Add(idx_KasKodTow);
@@ -5605,18 +5605,18 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(zmianyCenColumn, kasKod.FindProperty("ZmianyCen")!, kasKodTableMapping);
RelationalModel.CreateColumnMapping(zmianyInneColumn, kasKod.FindProperty("ZmianyInne")!, kasKodTableMapping);
- var kasPar = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.KasPar")!;
+ var kasPar = FindEntityType("DuSoft.PcmDb.Entities.KasPar")!;
var defaultTableMappings43 = new List>();
kasPar.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings43);
- var blinkBackofficeServicesPcmDbEntitiesKasParTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.KasPar", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesKasParTableBase = new TableBase("DuSoft.PcmDb.Entities.KasPar", null, relationalModel);
var kasaIdColumnBase1 = new ColumnBase("KasaId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesKasParTableBase);
blinkBackofficeServicesPcmDbEntitiesKasParTableBase.Columns.Add("KasaId", kasaIdColumnBase1);
var parNazwaColumnBase0 = new ColumnBase("ParNazwa", "varchar(60)", blinkBackofficeServicesPcmDbEntitiesKasParTableBase);
blinkBackofficeServicesPcmDbEntitiesKasParTableBase.Columns.Add("ParNazwa", parNazwaColumnBase0);
var parWartoscColumnBase0 = new ColumnBase("ParWartosc", "varchar(255)", blinkBackofficeServicesPcmDbEntitiesKasParTableBase);
blinkBackofficeServicesPcmDbEntitiesKasParTableBase.Columns.Add("ParWartosc", parWartoscColumnBase0);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.KasPar", blinkBackofficeServicesPcmDbEntitiesKasParTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.KasPar", blinkBackofficeServicesPcmDbEntitiesKasParTableBase);
var blinkBackofficeServicesPcmDbEntitiesKasParMappingBase = new TableMappingBase(kasPar, blinkBackofficeServicesPcmDbEntitiesKasParTableBase, true);
blinkBackofficeServicesPcmDbEntitiesKasParTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesKasParMappingBase, false);
defaultTableMappings43.Add(blinkBackofficeServicesPcmDbEntitiesKasParMappingBase);
@@ -5636,7 +5636,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_KASPAR = new UniqueConstraint("PK_KASPAR", kasParTable, new[] { kasaIdColumn1, parNazwaColumn0 });
kasParTable.PrimaryKey = pK_KASPAR;
var pK_KASPARUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KasPar",
+ "DuSoft.PcmDb.Entities.KasPar",
new[] { "KasaId", "ParNazwa" });
pK_KASPAR.MappedKeys.Add(pK_KASPARUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_KASPARUc).Add(pK_KASPAR);
@@ -5649,11 +5649,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(parNazwaColumn0, kasPar.FindProperty("ParNazwa")!, kasParTableMapping);
RelationalModel.CreateColumnMapping(parWartoscColumn0, kasPar.FindProperty("ParWartosc")!, kasParTableMapping);
- var kasTow = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.KasTow")!;
+ var kasTow = FindEntityType("DuSoft.PcmDb.Entities.KasTow")!;
var defaultTableMappings44 = new List>();
kasTow.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings44);
- var blinkBackofficeServicesPcmDbEntitiesKasTowTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.KasTow", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesKasTowTableBase = new TableBase("DuSoft.PcmDb.Entities.KasTow", null, relationalModel);
var dodIndeksColumnBase0 = new ColumnBase("DodIndeks", "smallint", blinkBackofficeServicesPcmDbEntitiesKasTowTableBase);
blinkBackofficeServicesPcmDbEntitiesKasTowTableBase.Columns.Add("DodIndeks", dodIndeksColumnBase0);
var dodatkowyColumnBase = new ColumnBase("Dodatkowy", "smallint", blinkBackofficeServicesPcmDbEntitiesKasTowTableBase);
@@ -5674,7 +5674,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesKasTowTableBase.Columns.Add("ZmianyCen", zmianyCenColumnBase0);
var zmianyInneColumnBase0 = new ColumnBase("ZmianyInne", "smallint", blinkBackofficeServicesPcmDbEntitiesKasTowTableBase);
blinkBackofficeServicesPcmDbEntitiesKasTowTableBase.Columns.Add("ZmianyInne", zmianyInneColumnBase0);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.KasTow", blinkBackofficeServicesPcmDbEntitiesKasTowTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.KasTow", blinkBackofficeServicesPcmDbEntitiesKasTowTableBase);
var blinkBackofficeServicesPcmDbEntitiesKasTowMappingBase = new TableMappingBase(kasTow, blinkBackofficeServicesPcmDbEntitiesKasTowTableBase, true);
blinkBackofficeServicesPcmDbEntitiesKasTowTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesKasTowMappingBase, false);
defaultTableMappings44.Add(blinkBackofficeServicesPcmDbEntitiesKasTowMappingBase);
@@ -5715,7 +5715,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_KASTOW = new UniqueConstraint("PK_KASTOW", kasTowTable, new[] { kasaIdColumn2, kodWyslanyColumn });
kasTowTable.PrimaryKey = pK_KASTOW;
var pK_KASTOWUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KasTow",
+ "DuSoft.PcmDb.Entities.KasTow",
new[] { "KasaId", "KodWyslany" });
pK_KASTOW.MappedKeys.Add(pK_KASTOWUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_KASTOWUc).Add(pK_KASTOW);
@@ -5723,7 +5723,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_KasTowKasaPluDodIndeks = new TableIndex(
"idx_KasTowKasaPluDodIndeks", kasTowTable, new[] { kasaIdColumn2, pluColumn, dodIndeksColumn0 }, false);
var idx_KasTowKasaPluDodIndeksIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KasTow",
+ "DuSoft.PcmDb.Entities.KasTow",
"idx_KasTowKasaPluDodIndeks");
idx_KasTowKasaPluDodIndeks.MappedIndexes.Add(idx_KasTowKasaPluDodIndeksIx);
RelationalModel.GetOrCreateTableIndexes(idx_KasTowKasaPluDodIndeksIx).Add(idx_KasTowKasaPluDodIndeks);
@@ -5731,7 +5731,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_KasTowTowId = new TableIndex(
"idx_KasTowTowId", kasTowTable, new[] { towIdColumn4 }, false);
var idx_KasTowTowIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KasTow",
+ "DuSoft.PcmDb.Entities.KasTow",
"idx_KasTowTowId");
idx_KasTowTowId.MappedIndexes.Add(idx_KasTowTowIdIx);
RelationalModel.GetOrCreateTableIndexes(idx_KasTowTowIdIx).Add(idx_KasTowTowId);
@@ -5751,11 +5751,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(zmianyCenColumn0, kasTow.FindProperty("ZmianyCen")!, kasTowTableMapping);
RelationalModel.CreateColumnMapping(zmianyInneColumn0, kasTow.FindProperty("ZmianyInne")!, kasTowTableMapping);
- var kasa = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.Kasa")!;
+ var kasa = FindEntityType("DuSoft.PcmDb.Entities.Kasa")!;
var defaultTableMappings45 = new List>();
kasa.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings45);
- var blinkBackofficeServicesPcmDbEntitiesKasaTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.Kasa", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesKasaTableBase = new TableBase("DuSoft.PcmDb.Entities.Kasa", null, relationalModel);
var aktywnyColumnBase7 = new ColumnBase("Aktywny", "smallint", blinkBackofficeServicesPcmDbEntitiesKasaTableBase);
blinkBackofficeServicesPcmDbEntitiesKasaTableBase.Columns.Add("Aktywny", aktywnyColumnBase7);
var kasaIdColumnBase3 = new ColumnBase("KasaId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesKasaTableBase);
@@ -5777,7 +5777,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesKasaTableBase.Columns.Add("Stanowisko", stanowiskoColumnBase);
var typColumnBase4 = new ColumnBase("Typ", "varchar(40)", blinkBackofficeServicesPcmDbEntitiesKasaTableBase);
blinkBackofficeServicesPcmDbEntitiesKasaTableBase.Columns.Add("Typ", typColumnBase4);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.Kasa", blinkBackofficeServicesPcmDbEntitiesKasaTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.Kasa", blinkBackofficeServicesPcmDbEntitiesKasaTableBase);
var blinkBackofficeServicesPcmDbEntitiesKasaMappingBase = new TableMappingBase(kasa, blinkBackofficeServicesPcmDbEntitiesKasaTableBase, true);
blinkBackofficeServicesPcmDbEntitiesKasaTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesKasaMappingBase, false);
defaultTableMappings45.Add(blinkBackofficeServicesPcmDbEntitiesKasaMappingBase);
@@ -5818,7 +5818,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_KASA = new UniqueConstraint("PK_KASA", kasaTable, new[] { kasaIdColumn3 });
kasaTable.PrimaryKey = pK_KASA;
var pK_KASAUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Kasa",
+ "DuSoft.PcmDb.Entities.Kasa",
new[] { "KasaId" });
pK_KASA.MappedKeys.Add(pK_KASAUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_KASAUc).Add(pK_KASA);
@@ -5826,7 +5826,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var iX_Kasa_MagId = new TableIndex(
"IX_Kasa_MagId", kasaTable, new[] { magIdColumn2 }, false);
var iX_Kasa_MagIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Kasa",
+ "DuSoft.PcmDb.Entities.Kasa",
new[] { "MagId" });
iX_Kasa_MagId.MappedIndexes.Add(iX_Kasa_MagIdIx);
RelationalModel.GetOrCreateTableIndexes(iX_Kasa_MagIdIx).Add(iX_Kasa_MagId);
@@ -5845,18 +5845,18 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(stanowiskoColumn, kasa.FindProperty("Stanowisko")!, kasaTableMapping);
RelationalModel.CreateColumnMapping(typColumn4, kasa.FindProperty("Typ")!, kasaTableMapping);
- var kasaFormaPlatn = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.KasaFormaPlatn")!;
+ var kasaFormaPlatn = FindEntityType("DuSoft.PcmDb.Entities.KasaFormaPlatn")!;
var defaultTableMappings46 = new List>();
kasaFormaPlatn.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings46);
- var blinkBackofficeServicesPcmDbEntitiesKasaFormaPlatnTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.KasaFormaPlatn", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesKasaFormaPlatnTableBase = new TableBase("DuSoft.PcmDb.Entities.KasaFormaPlatn", null, relationalModel);
var aktywnyColumnBase8 = new ColumnBase("Aktywny", "smallint", blinkBackofficeServicesPcmDbEntitiesKasaFormaPlatnTableBase);
blinkBackofficeServicesPcmDbEntitiesKasaFormaPlatnTableBase.Columns.Add("Aktywny", aktywnyColumnBase8);
var formaIdColumnBase0 = new ColumnBase("FormaId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesKasaFormaPlatnTableBase);
blinkBackofficeServicesPcmDbEntitiesKasaFormaPlatnTableBase.Columns.Add("FormaId", formaIdColumnBase0);
var kasaIdColumnBase4 = new ColumnBase("KasaId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesKasaFormaPlatnTableBase);
blinkBackofficeServicesPcmDbEntitiesKasaFormaPlatnTableBase.Columns.Add("KasaId", kasaIdColumnBase4);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.KasaFormaPlatn", blinkBackofficeServicesPcmDbEntitiesKasaFormaPlatnTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.KasaFormaPlatn", blinkBackofficeServicesPcmDbEntitiesKasaFormaPlatnTableBase);
var blinkBackofficeServicesPcmDbEntitiesKasaFormaPlatnMappingBase = new TableMappingBase(kasaFormaPlatn, blinkBackofficeServicesPcmDbEntitiesKasaFormaPlatnTableBase, true);
blinkBackofficeServicesPcmDbEntitiesKasaFormaPlatnTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesKasaFormaPlatnMappingBase, false);
defaultTableMappings46.Add(blinkBackofficeServicesPcmDbEntitiesKasaFormaPlatnMappingBase);
@@ -5876,7 +5876,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_KasaFormaPlatn = new UniqueConstraint("PK_KasaFormaPlatn", kasaFormaPlatnTable, new[] { formaIdColumn0, kasaIdColumn4 });
kasaFormaPlatnTable.PrimaryKey = pK_KasaFormaPlatn;
var pK_KasaFormaPlatnUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KasaFormaPlatn",
+ "DuSoft.PcmDb.Entities.KasaFormaPlatn",
new[] { "FormaId", "KasaId" });
pK_KasaFormaPlatn.MappedKeys.Add(pK_KasaFormaPlatnUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_KasaFormaPlatnUc).Add(pK_KasaFormaPlatn);
@@ -5884,7 +5884,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var iX_KasaFormaPlatn_KasaId = new TableIndex(
"IX_KasaFormaPlatn_KasaId", kasaFormaPlatnTable, new[] { kasaIdColumn4 }, false);
var iX_KasaFormaPlatn_KasaIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KasaFormaPlatn",
+ "DuSoft.PcmDb.Entities.KasaFormaPlatn",
new[] { "KasaId" });
iX_KasaFormaPlatn_KasaId.MappedIndexes.Add(iX_KasaFormaPlatn_KasaIdIx);
RelationalModel.GetOrCreateTableIndexes(iX_KasaFormaPlatn_KasaIdIx).Add(iX_KasaFormaPlatn_KasaId);
@@ -5897,11 +5897,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(kasaIdColumn4, kasaFormaPlatn.FindProperty("KasaId")!, kasaFormaPlatnTableMapping);
RelationalModel.CreateColumnMapping(aktywnyColumn8, kasaFormaPlatn.FindProperty("Aktywny")!, kasaFormaPlatnTableMapping);
- var katParam = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.KatParam")!;
+ var katParam = FindEntityType("DuSoft.PcmDb.Entities.KatParam")!;
var defaultTableMappings47 = new List>();
katParam.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings47);
- var blinkBackofficeServicesPcmDbEntitiesKatParamTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.KatParam", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesKatParamTableBase = new TableBase("DuSoft.PcmDb.Entities.KatParam", null, relationalModel);
var katIdColumnBase = new ColumnBase("KatId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesKatParamTableBase);
blinkBackofficeServicesPcmDbEntitiesKatParamTableBase.Columns.Add("KatId", katIdColumnBase);
var kolejnoscColumnBase2 = new ColumnBase("Kolejnosc", "smallint", blinkBackofficeServicesPcmDbEntitiesKatParamTableBase);
@@ -5910,7 +5910,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesKatParamTableBase.Columns.Add("ParId", parIdColumnBase0);
var wartDomColumnBase = new ColumnBase("WartDom", "int", blinkBackofficeServicesPcmDbEntitiesKatParamTableBase);
blinkBackofficeServicesPcmDbEntitiesKatParamTableBase.Columns.Add("WartDom", wartDomColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.KatParam", blinkBackofficeServicesPcmDbEntitiesKatParamTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.KatParam", blinkBackofficeServicesPcmDbEntitiesKatParamTableBase);
var blinkBackofficeServicesPcmDbEntitiesKatParamMappingBase = new TableMappingBase(katParam, blinkBackofficeServicesPcmDbEntitiesKatParamTableBase, true);
blinkBackofficeServicesPcmDbEntitiesKatParamTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesKatParamMappingBase, false);
defaultTableMappings47.Add(blinkBackofficeServicesPcmDbEntitiesKatParamMappingBase);
@@ -5933,7 +5933,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_KATPARAM = new UniqueConstraint("PK_KATPARAM", katParamTable, new[] { katIdColumn, parIdColumn0 });
katParamTable.PrimaryKey = pK_KATPARAM;
var pK_KATPARAMUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KatParam",
+ "DuSoft.PcmDb.Entities.KatParam",
new[] { "KatId", "ParId" });
pK_KATPARAM.MappedKeys.Add(pK_KATPARAMUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_KATPARAMUc).Add(pK_KATPARAM);
@@ -5941,7 +5941,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_KatParKat = new TableIndex(
"idx_KatParKat", katParamTable, new[] { katIdColumn }, false);
var idx_KatParKatIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KatParam",
+ "DuSoft.PcmDb.Entities.KatParam",
"idx_KatParKat");
idx_KatParKat.MappedIndexes.Add(idx_KatParKatIx);
RelationalModel.GetOrCreateTableIndexes(idx_KatParKatIx).Add(idx_KatParKat);
@@ -5949,7 +5949,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_KatParPar = new TableIndex(
"idx_KatParPar", katParamTable, new[] { parIdColumn0 }, false);
var idx_KatParParIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KatParam",
+ "DuSoft.PcmDb.Entities.KatParam",
"idx_KatParPar");
idx_KatParPar.MappedIndexes.Add(idx_KatParParIx);
RelationalModel.GetOrCreateTableIndexes(idx_KatParParIx).Add(idx_KatParPar);
@@ -5963,11 +5963,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(kolejnoscColumn2, katParam.FindProperty("Kolejnosc")!, katParamTableMapping);
RelationalModel.CreateColumnMapping(wartDomColumn, katParam.FindProperty("WartDom")!, katParamTableMapping);
- var kategoria = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.Kategoria")!;
+ var kategoria = FindEntityType("DuSoft.PcmDb.Entities.Kategoria")!;
var defaultTableMappings48 = new List>();
kategoria.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings48);
- var blinkBackofficeServicesPcmDbEntitiesKategoriaTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.Kategoria", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesKategoriaTableBase = new TableBase("DuSoft.PcmDb.Entities.Kategoria", null, relationalModel);
var centrKatIdColumnBase = new ColumnBase("CentrKatId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesKategoriaTableBase)
{
IsNullable = true
@@ -5977,7 +5977,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesKategoriaTableBase.Columns.Add("KatId", katIdColumnBase0);
var nazwaColumnBase12 = new ColumnBase("Nazwa", "varchar(40)", blinkBackofficeServicesPcmDbEntitiesKategoriaTableBase);
blinkBackofficeServicesPcmDbEntitiesKategoriaTableBase.Columns.Add("Nazwa", nazwaColumnBase12);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.Kategoria", blinkBackofficeServicesPcmDbEntitiesKategoriaTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.Kategoria", blinkBackofficeServicesPcmDbEntitiesKategoriaTableBase);
var blinkBackofficeServicesPcmDbEntitiesKategoriaMappingBase = new TableMappingBase(kategoria, blinkBackofficeServicesPcmDbEntitiesKategoriaTableBase, true);
blinkBackofficeServicesPcmDbEntitiesKategoriaTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesKategoriaMappingBase, false);
defaultTableMappings48.Add(blinkBackofficeServicesPcmDbEntitiesKategoriaMappingBase);
@@ -6000,7 +6000,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_KATEGORIA = new UniqueConstraint("PK_KATEGORIA", kategoriaTable, new[] { katIdColumn0 });
kategoriaTable.PrimaryKey = pK_KATEGORIA;
var pK_KATEGORIAUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Kategoria",
+ "DuSoft.PcmDb.Entities.Kategoria",
new[] { "KatId" });
pK_KATEGORIA.MappedKeys.Add(pK_KATEGORIAUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_KATEGORIAUc).Add(pK_KATEGORIA);
@@ -6008,7 +6008,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_CentrKatId = new TableIndex(
"idx_CentrKatId", kategoriaTable, new[] { centrKatIdColumn }, false);
var idx_CentrKatIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Kategoria",
+ "DuSoft.PcmDb.Entities.Kategoria",
"idx_CentrKatId");
idx_CentrKatId.MappedIndexes.Add(idx_CentrKatIdIx);
RelationalModel.GetOrCreateTableIndexes(idx_CentrKatIdIx).Add(idx_CentrKatId);
@@ -6021,11 +6021,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(centrKatIdColumn, kategoria.FindProperty("CentrKatId")!, kategoriaTableMapping);
RelationalModel.CreateColumnMapping(nazwaColumn12, kategoria.FindProperty("Nazwa")!, kategoriaTableMapping);
- var kodDod = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.KodDod")!;
+ var kodDod = FindEntityType("DuSoft.PcmDb.Entities.KodDod")!;
var defaultTableMappings49 = new List>();
kodDod.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings49);
- var blinkBackofficeServicesPcmDbEntitiesKodDodTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.KodDod", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesKodDodTableBase = new TableBase("DuSoft.PcmDb.Entities.KodDod", null, relationalModel);
var ileWKodzieColumnBase0 = new ColumnBase("IleWKodzie", "decimal(15,4)", blinkBackofficeServicesPcmDbEntitiesKodDodTableBase)
{
IsNullable = true
@@ -6058,7 +6058,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
IsNullable = true
};
blinkBackofficeServicesPcmDbEntitiesKodDodTableBase.Columns.Add("TypKodu", typKoduColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.KodDod", blinkBackofficeServicesPcmDbEntitiesKodDodTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.KodDod", blinkBackofficeServicesPcmDbEntitiesKodDodTableBase);
var blinkBackofficeServicesPcmDbEntitiesKodDodMappingBase = new TableMappingBase(kodDod, blinkBackofficeServicesPcmDbEntitiesKodDodTableBase, true);
blinkBackofficeServicesPcmDbEntitiesKodDodTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesKodDodMappingBase, false);
defaultTableMappings49.Add(blinkBackofficeServicesPcmDbEntitiesKodDodMappingBase);
@@ -6111,7 +6111,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_KODDOD = new UniqueConstraint("PK_KODDOD", kodDodTable, new[] { towIdColumn5, kolejnoscColumn3 });
kodDodTable.PrimaryKey = pK_KODDOD;
var pK_KODDODUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KodDod",
+ "DuSoft.PcmDb.Entities.KodDod",
new[] { "TowId", "Kolejnosc" });
pK_KODDOD.MappedKeys.Add(pK_KODDODUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_KODDODUc).Add(pK_KODDOD);
@@ -6119,7 +6119,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_KodDodKod = new TableIndex(
"idx_KodDodKod", kodDodTable, new[] { kodColumn2 }, false);
var idx_KodDodKodIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KodDod",
+ "DuSoft.PcmDb.Entities.KodDod",
"idx_KodDodKod");
idx_KodDodKod.MappedIndexes.Add(idx_KodDodKodIx);
RelationalModel.GetOrCreateTableIndexes(idx_KodDodKodIx).Add(idx_KodDodKod);
@@ -6127,7 +6127,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_KodDodSkrot = new TableIndex(
"idx_KodDodSkrot", kodDodTable, new[] { skrotColumn0 }, false);
var idx_KodDodSkrotIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KodDod",
+ "DuSoft.PcmDb.Entities.KodDod",
"idx_KodDodSkrot");
idx_KodDodSkrot.MappedIndexes.Add(idx_KodDodSkrotIx);
RelationalModel.GetOrCreateTableIndexes(idx_KodDodSkrotIx).Add(idx_KodDodSkrot);
@@ -6147,11 +6147,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(subsysKoduDodColumn, kodDod.FindProperty("SubsysKoduDod")!, kodDodTableMapping);
RelationalModel.CreateColumnMapping(typKoduColumn, kodDod.FindProperty("TypKodu")!, kodDodTableMapping);
- var kodWazony = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.KodWazony")!;
+ var kodWazony = FindEntityType("DuSoft.PcmDb.Entities.KodWazony")!;
var defaultTableMappings50 = new List>();
kodWazony.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings50);
- var blinkBackofficeServicesPcmDbEntitiesKodWazonyTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.KodWazony", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesKodWazonyTableBase = new TableBase("DuSoft.PcmDb.Entities.KodWazony", null, relationalModel);
var centrKWIdColumnBase = new ColumnBase("CentrKWId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesKodWazonyTableBase)
{
IsNullable = true
@@ -6176,7 +6176,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesKodWazonyTableBase.Columns.Add("Prefix", prefixColumnBase);
var wartoscWKodzieColumnBase = new ColumnBase("WartoscWKodzie", "smallint", blinkBackofficeServicesPcmDbEntitiesKodWazonyTableBase);
blinkBackofficeServicesPcmDbEntitiesKodWazonyTableBase.Columns.Add("WartoscWKodzie", wartoscWKodzieColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.KodWazony", blinkBackofficeServicesPcmDbEntitiesKodWazonyTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.KodWazony", blinkBackofficeServicesPcmDbEntitiesKodWazonyTableBase);
var blinkBackofficeServicesPcmDbEntitiesKodWazonyMappingBase = new TableMappingBase(kodWazony, blinkBackofficeServicesPcmDbEntitiesKodWazonyTableBase, true);
blinkBackofficeServicesPcmDbEntitiesKodWazonyTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesKodWazonyMappingBase, false);
defaultTableMappings50.Add(blinkBackofficeServicesPcmDbEntitiesKodWazonyMappingBase);
@@ -6220,7 +6220,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_KODWAZONY = new UniqueConstraint("PK_KODWAZONY", kodWazonyTable, new[] { kWIdColumn });
kodWazonyTable.PrimaryKey = pK_KODWAZONY;
var pK_KODWAZONYUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KodWazony",
+ "DuSoft.PcmDb.Entities.KodWazony",
new[] { "KWId" });
pK_KODWAZONY.MappedKeys.Add(pK_KODWAZONYUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_KODWAZONYUc).Add(pK_KODWAZONY);
@@ -6228,7 +6228,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var idx_CentrKWId = new TableIndex(
"idx_CentrKWId", kodWazonyTable, new[] { centrKWIdColumn }, false);
var idx_CentrKWIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KodWazony",
+ "DuSoft.PcmDb.Entities.KodWazony",
"idx_CentrKWId");
idx_CentrKWId.MappedIndexes.Add(idx_CentrKWIdIx);
RelationalModel.GetOrCreateTableIndexes(idx_CentrKWIdIx).Add(idx_CentrKWId);
@@ -6236,7 +6236,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var iX_KodWazony_JMId = new TableIndex(
"IX_KodWazony_JMId", kodWazonyTable, new[] { jMIdColumn0 }, false);
var iX_KodWazony_JMIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KodWazony",
+ "DuSoft.PcmDb.Entities.KodWazony",
new[] { "JMId" });
iX_KodWazony_JMId.MappedIndexes.Add(iX_KodWazony_JMIdIx);
RelationalModel.GetOrCreateTableIndexes(iX_KodWazony_JMIdIx).Add(iX_KodWazony_JMId);
@@ -6255,16 +6255,16 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(prefixColumn, kodWazony.FindProperty("Prefix")!, kodWazonyTableMapping);
RelationalModel.CreateColumnMapping(wartoscWKodzieColumn, kodWazony.FindProperty("WartoscWKodzie")!, kodWazonyTableMapping);
- var komentarz = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.Komentarz")!;
+ var komentarz = FindEntityType("DuSoft.PcmDb.Entities.Komentarz")!;
var defaultTableMappings51 = new List>();
komentarz.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings51);
- var blinkBackofficeServicesPcmDbEntitiesKomentarzTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.Komentarz", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesKomentarzTableBase = new TableBase("DuSoft.PcmDb.Entities.Komentarz", null, relationalModel);
var opisColumnBase3 = new ColumnBase("Opis", "varchar(255)", blinkBackofficeServicesPcmDbEntitiesKomentarzTableBase);
blinkBackofficeServicesPcmDbEntitiesKomentarzTableBase.Columns.Add("Opis", opisColumnBase3);
var zmIdColumnBase = new ColumnBase("ZmId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesKomentarzTableBase);
blinkBackofficeServicesPcmDbEntitiesKomentarzTableBase.Columns.Add("ZmId", zmIdColumnBase);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.Komentarz", blinkBackofficeServicesPcmDbEntitiesKomentarzTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.Komentarz", blinkBackofficeServicesPcmDbEntitiesKomentarzTableBase);
var blinkBackofficeServicesPcmDbEntitiesKomentarzMappingBase = new TableMappingBase(komentarz, blinkBackofficeServicesPcmDbEntitiesKomentarzTableBase, true);
blinkBackofficeServicesPcmDbEntitiesKomentarzTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesKomentarzMappingBase, false);
defaultTableMappings51.Add(blinkBackofficeServicesPcmDbEntitiesKomentarzMappingBase);
@@ -6281,7 +6281,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_KOMENTARZ = new UniqueConstraint("PK_KOMENTARZ", komentarzTable, new[] { zmIdColumn });
komentarzTable.PrimaryKey = pK_KOMENTARZ;
var pK_KOMENTARZUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Komentarz",
+ "DuSoft.PcmDb.Entities.Komentarz",
new[] { "ZmId" });
pK_KOMENTARZ.MappedKeys.Add(pK_KOMENTARZUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_KOMENTARZUc).Add(pK_KOMENTARZ);
@@ -6293,18 +6293,18 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(zmIdColumn, komentarz.FindProperty("ZmId")!, komentarzTableMapping);
RelationalModel.CreateColumnMapping(opisColumn3, komentarz.FindProperty("Opis")!, komentarzTableMapping);
- var konfig = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.Konfig")!;
+ var konfig = FindEntityType("DuSoft.PcmDb.Entities.Konfig")!;
var defaultTableMappings52 = new List>();
konfig.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings52);
- var blinkBackofficeServicesPcmDbEntitiesKonfigTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.Konfig", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesKonfigTableBase = new TableBase("DuSoft.PcmDb.Entities.Konfig", null, relationalModel);
var parGrupaColumnBase = new ColumnBase("ParGrupa", "varchar(40)", blinkBackofficeServicesPcmDbEntitiesKonfigTableBase);
blinkBackofficeServicesPcmDbEntitiesKonfigTableBase.Columns.Add("ParGrupa", parGrupaColumnBase);
var parNazwaColumnBase1 = new ColumnBase("ParNazwa", "varchar(40)", blinkBackofficeServicesPcmDbEntitiesKonfigTableBase);
blinkBackofficeServicesPcmDbEntitiesKonfigTableBase.Columns.Add("ParNazwa", parNazwaColumnBase1);
var parWartoscColumnBase1 = new ColumnBase("ParWartosc", "varchar(255)", blinkBackofficeServicesPcmDbEntitiesKonfigTableBase);
blinkBackofficeServicesPcmDbEntitiesKonfigTableBase.Columns.Add("ParWartosc", parWartoscColumnBase1);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.Konfig", blinkBackofficeServicesPcmDbEntitiesKonfigTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.Konfig", blinkBackofficeServicesPcmDbEntitiesKonfigTableBase);
var blinkBackofficeServicesPcmDbEntitiesKonfigMappingBase = new TableMappingBase(konfig, blinkBackofficeServicesPcmDbEntitiesKonfigTableBase, true);
blinkBackofficeServicesPcmDbEntitiesKonfigTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesKonfigMappingBase, false);
defaultTableMappings52.Add(blinkBackofficeServicesPcmDbEntitiesKonfigMappingBase);
@@ -6324,7 +6324,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_KONFIG = new UniqueConstraint("PK_KONFIG", konfigTable, new[] { parGrupaColumn, parNazwaColumn1 });
konfigTable.PrimaryKey = pK_KONFIG;
var pK_KONFIGUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.Konfig",
+ "DuSoft.PcmDb.Entities.Konfig",
new[] { "ParGrupa", "ParNazwa" });
pK_KONFIG.MappedKeys.Add(pK_KONFIGUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_KONFIGUc).Add(pK_KONFIG);
@@ -6337,11 +6337,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(parNazwaColumn1, konfig.FindProperty("ParNazwa")!, konfigTableMapping);
RelationalModel.CreateColumnMapping(parWartoscColumn1, konfig.FindProperty("ParWartosc")!, konfigTableMapping);
- var kontoBankowe = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.KontoBankowe")!;
+ var kontoBankowe = FindEntityType("DuSoft.PcmDb.Entities.KontoBankowe")!;
var defaultTableMappings53 = new List>();
kontoBankowe.SetRuntimeAnnotation("Relational:DefaultMappings", defaultTableMappings53);
- var blinkBackofficeServicesPcmDbEntitiesKontoBankoweTableBase = new TableBase("Blink.Backoffice.Services.PcmDb.Entities.KontoBankowe", null, relationalModel);
+ var blinkBackofficeServicesPcmDbEntitiesKontoBankoweTableBase = new TableBase("DuSoft.PcmDb.Entities.KontoBankowe", null, relationalModel);
var aktywneColumnBase = new ColumnBase("Aktywne", "smallint", blinkBackofficeServicesPcmDbEntitiesKontoBankoweTableBase);
blinkBackofficeServicesPcmDbEntitiesKontoBankoweTableBase.Columns.Add("Aktywne", aktywneColumnBase);
var bankIdColumnBase0 = new ColumnBase("BankId", "numeric(9,0)", blinkBackofficeServicesPcmDbEntitiesKontoBankoweTableBase);
@@ -6382,7 +6382,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
blinkBackofficeServicesPcmDbEntitiesKontoBankoweTableBase.Columns.Add("WalId", walIdColumnBase2);
var zmianaColumnBase11 = new ColumnBase("Zmiana", "datetime", blinkBackofficeServicesPcmDbEntitiesKontoBankoweTableBase);
blinkBackofficeServicesPcmDbEntitiesKontoBankoweTableBase.Columns.Add("Zmiana", zmianaColumnBase11);
- relationalModel.DefaultTables.Add("Blink.Backoffice.Services.PcmDb.Entities.KontoBankowe", blinkBackofficeServicesPcmDbEntitiesKontoBankoweTableBase);
+ relationalModel.DefaultTables.Add("DuSoft.PcmDb.Entities.KontoBankowe", blinkBackofficeServicesPcmDbEntitiesKontoBankoweTableBase);
var blinkBackofficeServicesPcmDbEntitiesKontoBankoweMappingBase = new TableMappingBase(kontoBankowe, blinkBackofficeServicesPcmDbEntitiesKontoBankoweTableBase, true);
blinkBackofficeServicesPcmDbEntitiesKontoBankoweTableBase.AddTypeMapping(blinkBackofficeServicesPcmDbEntitiesKontoBankoweMappingBase, false);
defaultTableMappings53.Add(blinkBackofficeServicesPcmDbEntitiesKontoBankoweMappingBase);
@@ -6447,7 +6447,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var pK_KontoBankowe = new UniqueConstraint("PK_KontoBankowe", kontoBankoweTable, new[] { kBIdColumn });
kontoBankoweTable.PrimaryKey = pK_KontoBankowe;
var pK_KontoBankoweUc = RelationalModel.GetKey(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KontoBankowe",
+ "DuSoft.PcmDb.Entities.KontoBankowe",
new[] { "KBId" });
pK_KontoBankowe.MappedKeys.Add(pK_KontoBankoweUc);
RelationalModel.GetOrCreateUniqueConstraints(pK_KontoBankoweUc).Add(pK_KontoBankowe);
@@ -6455,7 +6455,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var iX_KontoBankowe_BankId = new TableIndex(
"IX_KontoBankowe_BankId", kontoBankoweTable, new[] { bankIdColumn0 }, false);
var iX_KontoBankowe_BankIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KontoBankowe",
+ "DuSoft.PcmDb.Entities.KontoBankowe",
new[] { "BankId" });
iX_KontoBankowe_BankId.MappedIndexes.Add(iX_KontoBankowe_BankIdIx);
RelationalModel.GetOrCreateTableIndexes(iX_KontoBankowe_BankIdIx).Add(iX_KontoBankowe_BankId);
@@ -6463,7 +6463,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var iX_KontoBankowe_MagId = new TableIndex(
"IX_KontoBankowe_MagId", kontoBankoweTable, new[] { magIdColumn3 }, false);
var iX_KontoBankowe_MagIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KontoBankowe",
+ "DuSoft.PcmDb.Entities.KontoBankowe",
new[] { "MagId" });
iX_KontoBankowe_MagId.MappedIndexes.Add(iX_KontoBankowe_MagIdIx);
RelationalModel.GetOrCreateTableIndexes(iX_KontoBankowe_MagIdIx).Add(iX_KontoBankowe_MagId);
@@ -6471,7 +6471,7 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
var iX_KontoBankowe_WalId = new TableIndex(
"IX_KontoBankowe_WalId", kontoBankoweTable, new[] { walIdColumn2 }, false);
var iX_KontoBankowe_WalIdIx = RelationalModel.GetIndex(this,
- "Blink.Backoffice.Services.PcmDb.Entities.KontoBankowe",
+ "DuSoft.PcmDb.Entities.KontoBankowe",
new[] { "WalId" });
iX_KontoBankowe_WalId.MappedIndexes.Add(iX_KontoBankowe_WalIdIx);
RelationalModel.GetOrCreateTableIndexes(iX_KontoBankowe_WalIdIx).Add(iX_KontoBankowe_WalId);
@@ -6495,11 +6495,11 @@ namespace Blink.Backoffice.Services.PcmDb.CompiledEntities
RelationalModel.CreateColumnMapping(walIdColumn2, kontoBankowe.FindProperty("WalId")!, kontoBankoweTableMapping);
RelationalModel.CreateColumnMapping(zmianaColumn11, kontoBankowe.FindProperty("Zmiana")!, kontoBankoweTableMapping);
- var kontoBankoweKontr = FindEntityType("Blink.Backoffice.Services.PcmDb.Entities.KontoBankoweKontr")!;
+ var kontoBankoweKontr = FindEntityType("DuSoft.PcmDb.Entities.KontoBankoweKontr")!;
var defaultTableMappings54 = new List