< Summary

Class:SVETA.Api.Migrations.IREAddColorData
Assembly:SVETA.Api
File(s):/opt/dev/sveta_api_build/SVETA.Api/Migrations/20200716124901_IRE-AddColorData.cs
/opt/dev/sveta_api_build/SVETA.Api/Migrations/20200716124901_IRE-AddColorData.Designer.cs
Covered lines:0
Uncovered lines:17367
Coverable lines:17367
Total lines:17563
Line coverage:0% (0 of 17367)
Covered branches:0
Total branches:300
Branch coverage:0% (0 of 300)

Metrics

MethodLine coverage Branch coverage
Up(...)0%100%
Down(...)0%100%
BuildTargetModel(...)0%0%

File(s)

/opt/dev/sveta_api_build/SVETA.Api/Migrations/20200716124901_IRE-AddColorData.cs

#LineLine coverage
 1using System;
 2using Microsoft.EntityFrameworkCore.Migrations;
 3
 4namespace SVETA.Api.Migrations
 5{
 6    public partial class IREAddColorData : Migration
 7    {
 8        protected override void Up(MigrationBuilder migrationBuilder)
 09        {
 010            migrationBuilder.UpdateData(
 011                table: "DiscountColors",
 012                keyColumn: "Id",
 013                keyValue: 1L,
 014                column: "Transparency",
 015                value: 1m);
 16
 017            migrationBuilder.UpdateData(
 018                table: "ExchangeTokens",
 019                keyColumn: "Id",
 020                keyValue: 1L,
 021                column: "GUID",
 022                value: new Guid("8eea3bee-1f37-4654-a22f-f0b18b0c4588"));
 23
 024            migrationBuilder.UpdateData(
 025                table: "Users",
 026                keyColumn: "Id",
 027                keyValue: -2L,
 028                column: "ExternalKey",
 029                value: new Guid("3ce2ae32-9028-46b6-afbe-ad4feec0a016"));
 30
 031            migrationBuilder.UpdateData(
 032                table: "Users",
 033                keyColumn: "Id",
 034                keyValue: -1L,
 035                column: "ExternalKey",
 036                value: new Guid("964c5734-ba34-43d0-8770-b22b665e9abd"));
 37
 038            migrationBuilder.UpdateData(
 039                table: "refContragentsKind",
 040                keyColumn: "Id",
 041                keyValue: 2L,
 042                column: "ExternalKey",
 043                value: new Guid("1cf9aefe-7a96-4a88-a1c9-072964c7c6a7"));
 44
 045            migrationBuilder.UpdateData(
 046                table: "refContragentsKind",
 047                keyColumn: "Id",
 048                keyValue: 3L,
 049                column: "ExternalKey",
 050                value: new Guid("ccda4192-5492-4a93-9c3e-f2d1f765d4e5"));
 51
 052            migrationBuilder.UpdateData(
 053                table: "refContragentsKind",
 054                keyColumn: "Id",
 055                keyValue: 4L,
 056                column: "ExternalKey",
 057                value: new Guid("31edf71f-4a7f-44f9-a705-869c38b9c70b"));
 58
 059            migrationBuilder.UpdateData(
 060                table: "refContragentsKind",
 061                keyColumn: "Id",
 062                keyValue: 6L,
 063                column: "ExternalKey",
 064                value: new Guid("4cd0458f-9bb0-4417-92b7-8f4004782d5b"));
 065        }
 66
 67        protected override void Down(MigrationBuilder migrationBuilder)
 068        {
 069            migrationBuilder.UpdateData(
 070                table: "DiscountColors",
 071                keyColumn: "Id",
 072                keyValue: 1L,
 073                column: "Transparency",
 074                value: 0m);
 75
 076            migrationBuilder.UpdateData(
 077                table: "ExchangeTokens",
 078                keyColumn: "Id",
 079                keyValue: 1L,
 080                column: "GUID",
 081                value: new Guid("8eea3bee-1f37-4654-a22f-f0b18b0c4588"));
 82
 083            migrationBuilder.UpdateData(
 084                table: "Users",
 085                keyColumn: "Id",
 086                keyValue: -2L,
 087                column: "ExternalKey",
 088                value: new Guid("3ce2ae32-9028-46b6-afbe-ad4feec0a016"));
 89
 090            migrationBuilder.UpdateData(
 091                table: "Users",
 092                keyColumn: "Id",
 093                keyValue: -1L,
 094                column: "ExternalKey",
 095                value: new Guid("964c5734-ba34-43d0-8770-b22b665e9abd"));
 96
 097            migrationBuilder.UpdateData(
 098                table: "refContragentsKind",
 099                keyColumn: "Id",
 0100                keyValue: 2L,
 0101                column: "ExternalKey",
 0102                value: new Guid("1cf9aefe-7a96-4a88-a1c9-072964c7c6a7"));
 103
 0104            migrationBuilder.UpdateData(
 0105                table: "refContragentsKind",
 0106                keyColumn: "Id",
 0107                keyValue: 3L,
 0108                column: "ExternalKey",
 0109                value: new Guid("ccda4192-5492-4a93-9c3e-f2d1f765d4e5"));
 110
 0111            migrationBuilder.UpdateData(
 0112                table: "refContragentsKind",
 0113                keyColumn: "Id",
 0114                keyValue: 4L,
 0115                column: "ExternalKey",
 0116                value: new Guid("31edf71f-4a7f-44f9-a705-869c38b9c70b"));
 117
 0118            migrationBuilder.UpdateData(
 0119                table: "refContragentsKind",
 0120                keyColumn: "Id",
 0121                keyValue: 6L,
 0122                column: "ExternalKey",
 0123                value: new Guid("4cd0458f-9bb0-4417-92b7-8f4004782d5b"));
 0124        }
 125    }
 126}

/opt/dev/sveta_api_build/SVETA.Api/Migrations/20200716124901_IRE-AddColorData.Designer.cs

#LineLine coverage
 1// <auto-generated />
 2using System;
 3using Microsoft.EntityFrameworkCore;
 4using Microsoft.EntityFrameworkCore.Infrastructure;
 5using Microsoft.EntityFrameworkCore.Migrations;
 6using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
 7using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
 8using WinSolutions.Sveta.Server.Data.DataModel.Contexts;
 9
 10namespace SVETA.Api.Migrations
 11{
 12    [DbContext(typeof(SvetaDbContext))]
 13    [Migration("20200716124901_IRE-AddColorData")]
 14    partial class IREAddColorData
 15    {
 16        protected override void BuildTargetModel(ModelBuilder modelBuilder)
 017        {
 18#pragma warning disable 612, 618
 019            modelBuilder
 020                .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn)
 021                .HasAnnotation("ProductVersion", "3.1.1")
 022                .HasAnnotation("Relational:MaxIdentifierLength", 63);
 23
 024            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Address", b =>
 025                {
 026                    b.Property<long>("Id")
 027                        .ValueGeneratedOnAdd()
 028                        .HasColumnType("bigint")
 029                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 030
 031                    b.Property<string>("Building")
 032                        .HasColumnType("text");
 033
 034                    b.Property<string>("City")
 035                        .HasColumnType("text");
 036
 037                    b.Property<long?>("CreatedByUserId")
 038                        .HasColumnType("bigint");
 039
 040                    b.Property<DateTime>("CreationDateTime")
 041                        .HasColumnType("timestamp without time zone");
 042
 043                    b.Property<string>("District")
 044                        .HasColumnType("text");
 045
 046                    b.Property<Guid>("ExternalKey")
 047                        .ValueGeneratedOnAdd()
 048                        .HasColumnType("uuid");
 049
 050                    b.Property<string>("FullAddress")
 051                        .HasColumnType("text");
 052
 053                    b.Property<Guid>("GUID")
 054                        .ValueGeneratedOnAdd()
 055                        .HasColumnType("uuid");
 056
 057                    b.Property<string>("House")
 058                        .HasColumnType("text");
 059
 060                    b.Property<string>("Housing")
 061                        .HasColumnType("text");
 062
 063                    b.Property<string>("Index")
 064                        .HasColumnType("text");
 065
 066                    b.Property<bool>("IsDeleted")
 067                        .HasColumnType("boolean");
 068
 069                    b.Property<string>("Locality")
 070                        .HasColumnType("text");
 071
 072                    b.Property<DateTime?>("ModificationDateTime")
 073                        .HasColumnType("timestamp without time zone");
 074
 075                    b.Property<long?>("ModifiedByUserId")
 076                        .HasColumnType("bigint");
 077
 078                    b.Property<string>("Office")
 079                        .HasColumnType("text");
 080
 081                    b.Property<long?>("RecStateId")
 082                        .HasColumnType("bigint");
 083
 084                    b.Property<string>("Region")
 085                        .HasColumnType("text");
 086
 087                    b.Property<string>("Street")
 088                        .HasColumnType("text");
 089
 090                    b.HasKey("Id");
 091
 092                    b.HasIndex("CreatedByUserId");
 093
 094                    b.HasIndex("ModifiedByUserId");
 095
 096                    b.HasIndex("RecStateId");
 097
 098                    b.ToTable("Address");
 099
 0100                    b.HasData(
 0101                        new
 0102                        {
 0103                            Id = -1L,
 0104                            Building = "1",
 0105                            City = "Краснодар",
 0106                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0107                            District = "Район 9",
 0108                            ExternalKey = new Guid("00000000-0000-0000-0000-000000000000"),
 0109                            FullAddress = "Краснодар 1",
 0110                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0111                            House = "1",
 0112                            Housing = "1",
 0113                            Index = "1",
 0114                            IsDeleted = false,
 0115                            Locality = "1",
 0116                            Office = "1",
 0117                            Region = "1",
 0118                            Street = "1"
 0119                        });
 0120                });
 121
 0122            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.AnonymousMovement", b =>
 0123                {
 0124                    b.Property<long>("Id")
 0125                        .ValueGeneratedOnAdd()
 0126                        .HasColumnType("bigint")
 0127                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 0128
 0129                    b.Property<Guid>("AnonymousKey")
 0130                        .HasColumnType("uuid");
 0131
 0132                    b.Property<long?>("CreatedByUserId")
 0133                        .HasColumnType("bigint");
 0134
 0135                    b.Property<DateTime>("CreationDateTime")
 0136                        .HasColumnType("timestamp without time zone");
 0137
 0138                    b.Property<long?>("CustomerId")
 0139                        .HasColumnType("bigint");
 0140
 0141                    b.Property<string>("DocumentNumber")
 0142                        .IsRequired()
 0143                        .HasColumnType("text");
 0144
 0145                    b.Property<Guid>("GUID")
 0146                        .ValueGeneratedOnAdd()
 0147                        .HasColumnType("uuid");
 0148
 0149                    b.Property<bool>("IsDeleted")
 0150                        .HasColumnType("boolean");
 0151
 0152                    b.Property<DateTime?>("ModificationDateTime")
 0153                        .HasColumnType("timestamp without time zone");
 0154
 0155                    b.Property<long?>("ModifiedByUserId")
 0156                        .HasColumnType("bigint");
 0157
 0158                    b.Property<decimal>("PrepaimentPercent")
 0159                        .HasColumnType("decimal(18,2)");
 0160
 0161                    b.Property<decimal>("PrepaimentSum")
 0162                        .HasColumnType("decimal(18,2)");
 0163
 0164                    b.Property<long?>("RecStateId")
 0165                        .HasColumnType("bigint");
 0166
 0167                    b.Property<long>("ReceiverId")
 0168                        .HasColumnType("bigint");
 0169
 0170                    b.Property<long?>("SenderId")
 0171                        .HasColumnType("bigint");
 0172
 0173                    b.Property<long>("SupplierId")
 0174                        .HasColumnType("bigint");
 0175
 0176                    b.HasKey("Id");
 0177
 0178                    b.HasIndex("CreatedByUserId");
 0179
 0180                    b.HasIndex("CustomerId");
 0181
 0182                    b.HasIndex("ModifiedByUserId");
 0183
 0184                    b.HasIndex("RecStateId");
 0185
 0186                    b.HasIndex("ReceiverId");
 0187
 0188                    b.HasIndex("SenderId");
 0189
 0190                    b.HasIndex("SupplierId");
 0191
 0192                    b.ToTable("AnonymousMovements");
 0193                });
 194
 0195            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.BankAccount", b =>
 0196                {
 0197                    b.Property<long>("Id")
 0198                        .ValueGeneratedOnAdd()
 0199                        .HasColumnType("bigint")
 0200                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 0201
 0202                    b.Property<string>("BankName")
 0203                        .IsRequired()
 0204                        .HasColumnType("text");
 0205
 0206                    b.Property<string>("Bik")
 0207                        .IsRequired()
 0208                        .HasColumnType("text");
 0209
 0210                    b.Property<long?>("ContragentId")
 0211                        .HasColumnType("bigint");
 0212
 0213                    b.Property<string>("CorrespondentAccount")
 0214                        .IsRequired()
 0215                        .HasColumnType("text");
 0216
 0217                    b.Property<long?>("CreatedByUserId")
 0218                        .HasColumnType("bigint");
 0219
 0220                    b.Property<DateTime>("CreationDateTime")
 0221                        .HasColumnType("timestamp without time zone");
 0222
 0223                    b.Property<Guid>("GUID")
 0224                        .ValueGeneratedOnAdd()
 0225                        .HasColumnType("uuid");
 0226
 0227                    b.Property<bool>("IsDeleted")
 0228                        .HasColumnType("boolean");
 0229
 0230                    b.Property<DateTime?>("ModificationDateTime")
 0231                        .HasColumnType("timestamp without time zone");
 0232
 0233                    b.Property<long?>("ModifiedByUserId")
 0234                        .HasColumnType("bigint");
 0235
 0236                    b.Property<long?>("RecStateId")
 0237                        .HasColumnType("bigint");
 0238
 0239                    b.Property<string>("SettlementAccount")
 0240                        .IsRequired()
 0241                        .HasColumnType("text");
 0242
 0243                    b.HasKey("Id");
 0244
 0245                    b.HasIndex("ContragentId");
 0246
 0247                    b.HasIndex("CreatedByUserId");
 0248
 0249                    b.HasIndex("ModifiedByUserId");
 0250
 0251                    b.HasIndex("RecStateId");
 0252
 0253                    b.HasIndex("Bik", "SettlementAccount")
 0254                        .IsUnique();
 0255
 0256                    b.ToTable("BankAccounts");
 0257                });
 258
 0259            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.BarCode", b =>
 0260                {
 0261                    b.Property<long>("Id")
 0262                        .ValueGeneratedOnAdd()
 0263                        .HasColumnType("bigint")
 0264                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 0265
 0266                    b.Property<string>("Code")
 0267                        .HasColumnType("text");
 0268
 0269                    b.Property<long?>("CreatedByUserId")
 0270                        .HasColumnType("bigint");
 0271
 0272                    b.Property<DateTime>("CreationDateTime")
 0273                        .HasColumnType("timestamp without time zone");
 0274
 0275                    b.Property<Guid>("GUID")
 0276                        .ValueGeneratedOnAdd()
 0277                        .HasColumnType("uuid");
 0278
 0279                    b.Property<long?>("GoodId")
 0280                        .HasColumnType("bigint");
 0281
 0282                    b.Property<bool>("IsDeleted")
 0283                        .HasColumnType("boolean");
 0284
 0285                    b.Property<DateTime?>("ModificationDateTime")
 0286                        .HasColumnType("timestamp without time zone");
 0287
 0288                    b.Property<long?>("ModifiedByUserId")
 0289                        .HasColumnType("bigint");
 0290
 0291                    b.Property<long?>("RecStateId")
 0292                        .HasColumnType("bigint");
 0293
 0294                    b.HasKey("Id");
 0295
 0296                    b.HasIndex("CreatedByUserId");
 0297
 0298                    b.HasIndex("GoodId");
 0299
 0300                    b.HasIndex("ModifiedByUserId");
 0301
 0302                    b.HasIndex("RecStateId");
 0303
 0304                    b.ToTable("BarCodes");
 0305                });
 306
 0307            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Brand", b =>
 0308                {
 0309                    b.Property<long>("Id")
 0310                        .ValueGeneratedOnAdd()
 0311                        .HasColumnType("bigint")
 0312                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 0313
 0314                    b.Property<long?>("CreatedByUserId")
 0315                        .HasColumnType("bigint");
 0316
 0317                    b.Property<DateTime>("CreationDateTime")
 0318                        .HasColumnType("timestamp without time zone");
 0319
 0320                    b.Property<Guid>("GUID")
 0321                        .ValueGeneratedOnAdd()
 0322                        .HasColumnType("uuid");
 0323
 0324                    b.Property<bool>("IsDeleted")
 0325                        .HasColumnType("boolean");
 0326
 0327                    b.Property<DateTime?>("ModificationDateTime")
 0328                        .HasColumnType("timestamp without time zone");
 0329
 0330                    b.Property<long?>("ModifiedByUserId")
 0331                        .HasColumnType("bigint");
 0332
 0333                    b.Property<string>("Name")
 0334                        .HasColumnType("text");
 0335
 0336                    b.Property<long?>("ParentId")
 0337                        .HasColumnType("bigint");
 0338
 0339                    b.Property<long?>("RecStateId")
 0340                        .HasColumnType("bigint");
 0341
 0342                    b.HasKey("Id");
 0343
 0344                    b.HasIndex("CreatedByUserId");
 0345
 0346                    b.HasIndex("ModifiedByUserId");
 0347
 0348                    b.HasIndex("Name")
 0349                        .IsUnique();
 0350
 0351                    b.HasIndex("ParentId");
 0352
 0353                    b.HasIndex("RecStateId");
 0354
 0355                    b.ToTable("Brands");
 0356                });
 357
 0358            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Category", b =>
 0359                {
 0360                    b.Property<long>("Id")
 0361                        .ValueGeneratedOnAdd()
 0362                        .HasColumnType("bigint")
 0363                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 0364
 0365                    b.Property<string>("Code")
 0366                        .HasColumnType("text");
 0367
 0368                    b.Property<long?>("CreatedByUserId")
 0369                        .HasColumnType("bigint");
 0370
 0371                    b.Property<DateTime>("CreationDateTime")
 0372                        .HasColumnType("timestamp without time zone");
 0373
 0374                    b.Property<bool>("ExcludeFromGoogleFeed")
 0375                        .HasColumnType("boolean");
 0376
 0377                    b.Property<bool>("ExcludeFromYandexFeed")
 0378                        .HasColumnType("boolean");
 0379
 0380                    b.Property<Guid>("GUID")
 0381                        .ValueGeneratedOnAdd()
 0382                        .HasColumnType("uuid");
 0383
 0384                    b.Property<string>("GoogleProductCategoryCode")
 0385                        .HasColumnType("text");
 0386
 0387                    b.Property<bool>("IsDeleted")
 0388                        .HasColumnType("boolean");
 0389
 0390                    b.Property<DateTime?>("ModificationDateTime")
 0391                        .HasColumnType("timestamp without time zone");
 0392
 0393                    b.Property<long?>("ModifiedByUserId")
 0394                        .HasColumnType("bigint");
 0395
 0396                    b.Property<string>("Name")
 0397                        .HasColumnType("text");
 0398
 0399                    b.Property<long?>("ParentId")
 0400                        .HasColumnType("bigint");
 0401
 0402                    b.Property<long?>("RecStateId")
 0403                        .HasColumnType("bigint");
 0404
 0405                    b.HasKey("Id");
 0406
 0407                    b.HasIndex("Code")
 0408                        .IsUnique();
 0409
 0410                    b.HasIndex("CreatedByUserId");
 0411
 0412                    b.HasIndex("ModifiedByUserId");
 0413
 0414                    b.HasIndex("Name")
 0415                        .IsUnique();
 0416
 0417                    b.HasIndex("ParentId");
 0418
 0419                    b.HasIndex("RecStateId");
 0420
 0421                    b.ToTable("Categories");
 0422                });
 423
 0424            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Cluster", b =>
 0425                {
 0426                    b.Property<long>("Id")
 0427                        .ValueGeneratedOnAdd()
 0428                        .HasColumnType("bigint")
 0429                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 0430
 0431                    b.Property<long?>("CreatedByUserId")
 0432                        .HasColumnType("bigint");
 0433
 0434                    b.Property<DateTime>("CreationDateTime")
 0435                        .HasColumnType("timestamp without time zone");
 0436
 0437                    b.Property<Guid>("GUID")
 0438                        .ValueGeneratedOnAdd()
 0439                        .HasColumnType("uuid");
 0440
 0441                    b.Property<bool>("IsDeleted")
 0442                        .HasColumnType("boolean");
 0443
 0444                    b.Property<decimal>("MinOrderSum")
 0445                        .HasColumnType("decimal(18,2)");
 0446
 0447                    b.Property<DateTime?>("ModificationDateTime")
 0448                        .HasColumnType("timestamp without time zone");
 0449
 0450                    b.Property<long?>("ModifiedByUserId")
 0451                        .HasColumnType("bigint");
 0452
 0453                    b.Property<string>("Name")
 0454                        .IsRequired()
 0455                        .HasColumnType("text");
 0456
 0457                    b.Property<long?>("RecStateId")
 0458                        .HasColumnType("bigint");
 0459
 0460                    b.Property<decimal>("TradeRatio")
 0461                        .HasColumnType("decimal(18,2)");
 0462
 0463                    b.Property<long>("WarehouseId")
 0464                        .HasColumnType("bigint");
 0465
 0466                    b.HasKey("Id");
 0467
 0468                    b.HasIndex("CreatedByUserId");
 0469
 0470                    b.HasIndex("ModifiedByUserId");
 0471
 0472                    b.HasIndex("Name");
 0473
 0474                    b.HasIndex("RecStateId");
 0475
 0476                    b.HasIndex("WarehouseId");
 0477
 0478                    b.ToTable("Clusters");
 0479                });
 480
 0481            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.ClusterDeliveryType", b =>
 0482                {
 0483                    b.Property<long>("DeliveryTypeId")
 0484                        .HasColumnType("bigint");
 0485
 0486                    b.Property<long>("ClusterId")
 0487                        .HasColumnType("bigint");
 0488
 0489                    b.Property<long?>("CreatedByUserId")
 0490                        .HasColumnType("bigint");
 0491
 0492                    b.Property<DateTime>("CreationDateTime")
 0493                        .HasColumnType("timestamp without time zone");
 0494
 0495                    b.Property<Guid>("GUID")
 0496                        .ValueGeneratedOnAdd()
 0497                        .HasColumnType("uuid");
 0498
 0499                    b.HasKey("DeliveryTypeId", "ClusterId");
 0500
 0501                    b.HasIndex("ClusterId");
 0502
 0503                    b.ToTable("ClusterDeliveryType");
 0504                });
 505
 0506            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Configuration", b =>
 0507                {
 0508                    b.Property<long>("Id")
 0509                        .ValueGeneratedOnAdd()
 0510                        .HasColumnType("bigint")
 0511                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 0512                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 0513
 0514                    b.Property<long?>("CreatedByUserId")
 0515                        .HasColumnType("bigint");
 0516
 0517                    b.Property<DateTime>("CreationDateTime")
 0518                        .HasColumnType("timestamp without time zone");
 0519
 0520                    b.Property<bool>("Encrypted")
 0521                        .HasColumnType("boolean");
 0522
 0523                    b.Property<Guid>("GUID")
 0524                        .ValueGeneratedOnAdd()
 0525                        .HasColumnType("uuid");
 0526
 0527                    b.Property<bool>("IsDeleted")
 0528                        .HasColumnType("boolean");
 0529
 0530                    b.Property<string>("Key")
 0531                        .IsRequired()
 0532                        .HasColumnType("text");
 0533
 0534                    b.Property<DateTime?>("ModificationDateTime")
 0535                        .HasColumnType("timestamp without time zone");
 0536
 0537                    b.Property<long?>("ModifiedByUserId")
 0538                        .HasColumnType("bigint");
 0539
 0540                    b.Property<long?>("RecStateId")
 0541                        .HasColumnType("bigint");
 0542
 0543                    b.Property<string>("Section")
 0544                        .HasColumnType("text");
 0545
 0546                    b.Property<string>("Value")
 0547                        .IsRequired()
 0548                        .HasColumnType("text");
 0549
 0550                    b.Property<long>("ValueTypeId")
 0551                        .HasColumnType("bigint");
 0552
 0553                    b.HasKey("Id");
 0554
 0555                    b.HasIndex("CreatedByUserId");
 0556
 0557                    b.HasIndex("ModifiedByUserId");
 0558
 0559                    b.HasIndex("RecStateId");
 0560
 0561                    b.HasIndex("ValueTypeId");
 0562
 0563                    b.HasIndex("Section", "Key")
 0564                        .IsUnique();
 0565
 0566                    b.ToTable("sysConfigurations");
 0567
 0568                    b.HasData(
 0569                        new
 0570                        {
 0571                            Id = 3L,
 0572                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0573                            Encrypted = false,
 0574                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0575                            IsDeleted = false,
 0576                            Key = "CorsOn",
 0577                            Section = "GlobalCorsSettings",
 0578                            Value = "false",
 0579                            ValueTypeId = 4L
 0580                        },
 0581                        new
 0582                        {
 0583                            Id = 4L,
 0584                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0585                            Encrypted = false,
 0586                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0587                            IsDeleted = false,
 0588                            Key = "SyncOn",
 0589                            Section = "CrmSettings",
 0590                            Value = "true",
 0591                            ValueTypeId = 4L
 0592                        },
 0593                        new
 0594                        {
 0595                            Id = 10L,
 0596                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0597                            Encrypted = false,
 0598                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0599                            IsDeleted = false,
 0600                            Key = "SmtpServer",
 0601                            Section = "EmailSettings",
 0602                            Value = "outlook.office365.com",
 0603                            ValueTypeId = 1L
 0604                        },
 0605                        new
 0606                        {
 0607                            Id = 11L,
 0608                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0609                            Encrypted = false,
 0610                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0611                            IsDeleted = false,
 0612                            Key = "Port",
 0613                            Section = "EmailSettings",
 0614                            Value = "587",
 0615                            ValueTypeId = 2L
 0616                        },
 0617                        new
 0618                        {
 0619                            Id = 12L,
 0620                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0621                            Encrypted = true,
 0622                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0623                            IsDeleted = false,
 0624                            Key = "Login",
 0625                            Section = "EmailSettings",
 0626                            Value = "a59+TrZu+PLxEMGYb404fD5fIP84L7tA/Djr4T8Y8nH88XOONOGuCyjTEiYL+CYt",
 0627                            ValueTypeId = 1L
 0628                        },
 0629                        new
 0630                        {
 0631                            Id = 13L,
 0632                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0633                            Encrypted = true,
 0634                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0635                            IsDeleted = false,
 0636                            Key = "Password",
 0637                            Section = "EmailSettings",
 0638                            Value = "YBKE81r8NUHAbZhj7Czg3gWTU8uY6U09GBP/s4lZRlc=",
 0639                            ValueTypeId = 1L
 0640                        },
 0641                        new
 0642                        {
 0643                            Id = 14L,
 0644                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0645                            Encrypted = false,
 0646                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0647                            IsDeleted = false,
 0648                            Key = "From",
 0649                            Section = "EmailSettings",
 0650                            Value = "no-reply@team.vtbconnect.ru",
 0651                            ValueTypeId = 1L
 0652                        },
 0653                        new
 0654                        {
 0655                            Id = 15L,
 0656                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0657                            Encrypted = false,
 0658                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0659                            IsDeleted = false,
 0660                            Key = "ChangeTransaction",
 0661                            Section = "WalletSettings",
 0662                            Value = "transaction/change_deal_distributor",
 0663                            ValueTypeId = 1L
 0664                        },
 0665                        new
 0666                        {
 0667                            Id = 16L,
 0668                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0669                            Encrypted = false,
 0670                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0671                            IsDeleted = false,
 0672                            Key = "CheckChangeTransaction",
 0673                            Section = "WalletSettings",
 0674                            Value = "transaction/change_distributor",
 0675                            ValueTypeId = 1L
 0676                        },
 0677                        new
 0678                        {
 0679                            Id = 17L,
 0680                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0681                            Encrypted = false,
 0682                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0683                            IsDeleted = false,
 0684                            Key = "GetTransaction",
 0685                            Section = "WalletSettings",
 0686                            Value = "transaction/get",
 0687                            ValueTypeId = 1L
 0688                        },
 0689                        new
 0690                        {
 0691                            Id = 18L,
 0692                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0693                            Encrypted = false,
 0694                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0695                            IsDeleted = false,
 0696                            Key = "AccountHistory",
 0697                            Section = "WalletSettings",
 0698                            Value = "record/get_full",
 0699                            ValueTypeId = 1L
 0700                        },
 0701                        new
 0702                        {
 0703                            Id = 22L,
 0704                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0705                            Encrypted = false,
 0706                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0707                            IsDeleted = false,
 0708                            Key = "GetAcc",
 0709                            Section = "WalletSettings",
 0710                            Value = "acc/get",
 0711                            ValueTypeId = 1L
 0712                        },
 0713                        new
 0714                        {
 0715                            Id = 23L,
 0716                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0717                            Encrypted = false,
 0718                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0719                            IsDeleted = false,
 0720                            Key = "GetAccBalanceFree",
 0721                            Section = "WalletSettings",
 0722                            Value = "acc/balance_free",
 0723                            ValueTypeId = 1L
 0724                        },
 0725                        new
 0726                        {
 0727                            Id = 24L,
 0728                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0729                            Encrypted = false,
 0730                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0731                            IsDeleted = false,
 0732                            Key = "ActionTransaction",
 0733                            Section = "WalletSettings",
 0734                            Value = "transaction/action",
 0735                            ValueTypeId = 1L
 0736                        },
 0737                        new
 0738                        {
 0739                            Id = 25L,
 0740                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0741                            Encrypted = false,
 0742                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0743                            IsDeleted = false,
 0744                            Key = "CreateTransaction",
 0745                            Section = "WalletSettings",
 0746                            Value = "transaction/create",
 0747                            ValueTypeId = 1L
 0748                        },
 0749                        new
 0750                        {
 0751                            Id = 26L,
 0752                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0753                            Encrypted = false,
 0754                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0755                            IsDeleted = false,
 0756                            Key = "ServiceUserTID",
 0757                            Section = "AuthenticationSettings",
 0758                            Value = "964c5734-ba34-43d0-8770-b22b665e9abd",
 0759                            ValueTypeId = 5L
 0760                        },
 0761                        new
 0762                        {
 0763                            Id = 27L,
 0764                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0765                            Encrypted = false,
 0766                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0767                            IsDeleted = false,
 0768                            Key = "AnonymUserTID",
 0769                            Section = "AuthenticationSettings",
 0770                            Value = "3ce2ae32-9028-46b6-afbe-ad4feec0a016",
 0771                            ValueTypeId = 5L
 0772                        },
 0773                        new
 0774                        {
 0775                            Id = 28L,
 0776                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0777                            Encrypted = false,
 0778                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0779                            IsDeleted = false,
 0780                            Key = "FrequencyTime",
 0781                            Section = "FeedsSettings",
 0782                            Value = "1",
 0783                            ValueTypeId = 2L
 0784                        },
 0785                        new
 0786                        {
 0787                            Id = 29L,
 0788                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0789                            Encrypted = false,
 0790                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0791                            IsDeleted = false,
 0792                            Key = "YandexTimestamp",
 0793                            Section = "FeedsSettings",
 0794                            Value = "01.01.1900 00:00:00",
 0795                            ValueTypeId = 3L
 0796                        },
 0797                        new
 0798                        {
 0799                            Id = 30L,
 0800                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0801                            Encrypted = false,
 0802                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0803                            IsDeleted = false,
 0804                            Key = "GoogleTimestamp",
 0805                            Section = "FeedsSettings",
 0806                            Value = "01.01.1900 00:00:00",
 0807                            ValueTypeId = 3L
 0808                        },
 0809                        new
 0810                        {
 0811                            Id = 31L,
 0812                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0813                            Encrypted = false,
 0814                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0815                            IsDeleted = false,
 0816                            Key = "FullSizeUrlPlaceholder",
 0817                            Section = "ImageSettings",
 0818                            Value = "goods-placeholder.svg",
 0819                            ValueTypeId = 1L
 0820                        },
 0821                        new
 0822                        {
 0823                            Id = 32L,
 0824                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0825                            Encrypted = false,
 0826                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0827                            IsDeleted = false,
 0828                            Key = "PreviewUrlPlaceholder",
 0829                            Section = "ImageSettings",
 0830                            Value = "goods-placeholder.svg",
 0831                            ValueTypeId = 1L
 0832                        },
 0833                        new
 0834                        {
 0835                            Id = 33L,
 0836                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0837                            Encrypted = false,
 0838                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0839                            IsDeleted = false,
 0840                            Key = "AllowedExtensions",
 0841                            Section = "ImageSettings",
 0842                            Value = ".jpg,.png,.jpeg",
 0843                            ValueTypeId = 1L
 0844                        });
 0845                });
 846
 0847            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.ConfigurationsDataType", b =>
 0848                {
 0849                    b.Property<long>("Id")
 0850                        .ValueGeneratedOnAdd()
 0851                        .HasColumnType("bigint")
 0852                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 0853                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 0854
 0855                    b.Property<long?>("CreatedByUserId")
 0856                        .HasColumnType("bigint");
 0857
 0858                    b.Property<DateTime>("CreationDateTime")
 0859                        .HasColumnType("timestamp without time zone");
 0860
 0861                    b.Property<string>("Description")
 0862                        .HasColumnType("text");
 0863
 0864                    b.Property<Guid>("GUID")
 0865                        .ValueGeneratedOnAdd()
 0866                        .HasColumnType("uuid");
 0867
 0868                    b.Property<bool>("IsDeleted")
 0869                        .HasColumnType("boolean");
 0870
 0871                    b.Property<DateTime?>("ModificationDateTime")
 0872                        .HasColumnType("timestamp without time zone");
 0873
 0874                    b.Property<long?>("ModifiedByUserId")
 0875                        .HasColumnType("bigint");
 0876
 0877                    b.Property<string>("Name")
 0878                        .IsRequired()
 0879                        .HasColumnType("text");
 0880
 0881                    b.Property<long?>("RecStateId")
 0882                        .HasColumnType("bigint");
 0883
 0884                    b.HasKey("Id");
 0885
 0886                    b.HasIndex("CreatedByUserId");
 0887
 0888                    b.HasIndex("ModifiedByUserId");
 0889
 0890                    b.HasIndex("RecStateId");
 0891
 0892                    b.ToTable("ConfigurationsDataTypes");
 0893
 0894                    b.HasData(
 0895                        new
 0896                        {
 0897                            Id = 1L,
 0898                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0899                            Description = "Строковое значение",
 0900                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0901                            IsDeleted = false,
 0902                            Name = "string"
 0903                        },
 0904                        new
 0905                        {
 0906                            Id = 2L,
 0907                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0908                            Description = "Целочисленное значение",
 0909                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0910                            IsDeleted = false,
 0911                            Name = "int"
 0912                        },
 0913                        new
 0914                        {
 0915                            Id = 3L,
 0916                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0917                            Description = "Дата и время",
 0918                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0919                            IsDeleted = false,
 0920                            Name = "datetime"
 0921                        },
 0922                        new
 0923                        {
 0924                            Id = 4L,
 0925                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0926                            Description = "Логическое значение",
 0927                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0928                            IsDeleted = false,
 0929                            Name = "bool"
 0930                        },
 0931                        new
 0932                        {
 0933                            Id = 5L,
 0934                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 0935                            Description = "Гуид",
 0936                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 0937                            IsDeleted = false,
 0938                            Name = "guid"
 0939                        });
 0940                });
 941
 0942            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Contragent", b =>
 0943                {
 0944                    b.Property<long>("Id")
 0945                        .ValueGeneratedOnAdd()
 0946                        .HasColumnType("bigint")
 0947                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 0948
 0949                    b.Property<string>("BankName")
 0950                        .HasColumnType("text");
 0951
 0952                    b.Property<string>("Bik")
 0953                        .HasColumnType("text");
 0954
 0955                    b.Property<string>("ChiefAccountant")
 0956                        .IsRequired()
 0957                        .HasColumnType("text");
 0958
 0959                    b.Property<long>("ContragentsKindId")
 0960                        .HasColumnType("bigint");
 0961
 0962                    b.Property<long?>("CreatedByUserId")
 0963                        .HasColumnType("bigint");
 0964
 0965                    b.Property<DateTime>("CreationDateTime")
 0966                        .HasColumnType("timestamp without time zone");
 0967
 0968                    b.Property<string>("Email")
 0969                        .IsRequired()
 0970                        .HasColumnType("text");
 0971
 0972                    b.Property<Guid>("ExternalKey")
 0973                        .ValueGeneratedOnAdd()
 0974                        .HasColumnType("uuid");
 0975
 0976                    b.Property<string>("FullName")
 0977                        .IsRequired()
 0978                        .HasColumnType("text");
 0979
 0980                    b.Property<Guid>("GUID")
 0981                        .ValueGeneratedOnAdd()
 0982                        .HasColumnType("uuid");
 0983
 0984                    b.Property<string>("Inn")
 0985                        .IsRequired()
 0986                        .HasColumnType("text");
 0987
 0988                    b.Property<bool>("IsDeleted")
 0989                        .HasColumnType("boolean");
 0990
 0991                    b.Property<long>("JuridicAddressId")
 0992                        .HasColumnType("bigint");
 0993
 0994                    b.Property<string>("Kpp")
 0995                        .IsRequired()
 0996                        .HasColumnType("text");
 0997
 0998                    b.Property<DateTime?>("ModificationDateTime")
 0999                        .HasColumnType("timestamp without time zone");
 01000
 01001                    b.Property<long?>("ModifiedByUserId")
 01002                        .HasColumnType("bigint");
 01003
 01004                    b.Property<string>("Ogrn")
 01005                        .IsRequired()
 01006                        .HasColumnType("text");
 01007
 01008                    b.Property<string>("Okato")
 01009                        .HasColumnType("text");
 01010
 01011                    b.Property<string>("Okpo")
 01012                        .HasColumnType("text");
 01013
 01014                    b.Property<string>("Okved")
 01015                        .HasColumnType("text");
 01016
 01017                    b.Property<long>("OwnerId")
 01018                        .HasColumnType("bigint");
 01019
 01020                    b.Property<string>("Ownership")
 01021                        .HasColumnType("text");
 01022
 01023                    b.Property<string>("PhoneNumber")
 01024                        .IsRequired()
 01025                        .HasColumnType("text");
 01026
 01027                    b.Property<long>("PhysicAddressId")
 01028                        .HasColumnType("bigint");
 01029
 01030                    b.Property<long?>("RecStateId")
 01031                        .HasColumnType("bigint");
 01032
 01033                    b.Property<string>("SettlementAccount")
 01034                        .HasColumnType("text");
 01035
 01036                    b.Property<string>("ShortName")
 01037                        .IsRequired()
 01038                        .HasColumnType("text");
 01039
 01040                    b.Property<string>("TaxSystemCRM")
 01041                        .IsRequired()
 01042                        .HasColumnType("text");
 01043
 01044                    b.Property<long?>("TaxSystemId")
 01045                        .HasColumnType("bigint");
 01046
 01047                    b.Property<string>("WalletId")
 01048                        .IsRequired()
 01049                        .HasColumnType("text");
 01050
 01051                    b.Property<string>("WalletShortId")
 01052                        .IsRequired()
 01053                        .HasColumnType("text");
 01054
 01055                    b.Property<string>("WebSite")
 01056                        .HasColumnType("text");
 01057
 01058                    b.Property<string>("СorrespondentAccount")
 01059                        .HasColumnType("text");
 01060
 01061                    b.HasKey("Id");
 01062
 01063                    b.HasIndex("ContragentsKindId");
 01064
 01065                    b.HasIndex("CreatedByUserId");
 01066
 01067                    b.HasIndex("JuridicAddressId");
 01068
 01069                    b.HasIndex("ModifiedByUserId");
 01070
 01071                    b.HasIndex("OwnerId");
 01072
 01073                    b.HasIndex("PhysicAddressId");
 01074
 01075                    b.HasIndex("RecStateId");
 01076
 01077                    b.HasIndex("TaxSystemId");
 01078
 01079                    b.HasIndex("Inn", "Kpp")
 01080                        .IsUnique();
 01081
 01082                    b.ToTable("Contragents");
 01083
 01084                    b.HasData(
 01085                        new
 01086                        {
 01087                            Id = -1L,
 01088                            ChiefAccountant = "1",
 01089                            ContragentsKindId = 2L,
 01090                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01091                            Email = "example@email.ru",
 01092                            ExternalKey = new Guid("00000000-0000-0000-0000-000000000000"),
 01093                            FullName = "Общество с ограниченной ответственностью Демонстрационный контрагент",
 01094                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01095                            Inn = "2",
 01096                            IsDeleted = false,
 01097                            JuridicAddressId = -1L,
 01098                            Kpp = "2",
 01099                            Ogrn = "2",
 01100                            Okato = "1",
 01101                            Okpo = "1",
 01102                            Okved = "1",
 01103                            OwnerId = -2L,
 01104                            PhoneNumber = "88008008000",
 01105                            PhysicAddressId = -1L,
 01106                            RecStateId = 2L,
 01107                            ShortName = "ООО Демонстрационный контрагент",
 01108                            TaxSystemCRM = "",
 01109                            TaxSystemId = 1L,
 01110                            WalletId = "",
 01111                            WalletShortId = "",
 01112                            WebSite = "www.example.com"
 01113                        },
 01114                        new
 01115                        {
 01116                            Id = -2L,
 01117                            ChiefAccountant = "1",
 01118                            ContragentsKindId = 6L,
 01119                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01120                            Email = "service@email.ru",
 01121                            ExternalKey = new Guid("00000000-0000-0000-0000-000000000000"),
 01122                            FullName = "ООО Сервисный контрагент",
 01123                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01124                            Inn = "1",
 01125                            IsDeleted = false,
 01126                            JuridicAddressId = -1L,
 01127                            Kpp = "1",
 01128                            Ogrn = "1",
 01129                            Okato = "1",
 01130                            Okpo = "1",
 01131                            Okved = "1",
 01132                            OwnerId = -1L,
 01133                            PhoneNumber = "1",
 01134                            PhysicAddressId = -1L,
 01135                            RecStateId = 2L,
 01136                            ShortName = "Сервисный контрагент",
 01137                            TaxSystemCRM = "",
 01138                            TaxSystemId = 1L,
 01139                            WalletId = "",
 01140                            WalletShortId = "",
 01141                            WebSite = "1"
 01142                        });
 01143                });
 1144
 01145            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.ContragentsKind", b =>
 01146                {
 01147                    b.Property<long>("Id")
 01148                        .ValueGeneratedOnAdd()
 01149                        .HasColumnType("bigint")
 01150                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 01151                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 01152
 01153                    b.Property<string>("Code")
 01154                        .IsRequired()
 01155                        .HasColumnType("text");
 01156
 01157                    b.Property<long?>("CreatedByUserId")
 01158                        .HasColumnType("bigint");
 01159
 01160                    b.Property<DateTime>("CreationDateTime")
 01161                        .HasColumnType("timestamp without time zone");
 01162
 01163                    b.Property<string>("Description")
 01164                        .HasColumnType("text");
 01165
 01166                    b.Property<Guid>("ExternalKey")
 01167                        .ValueGeneratedOnAdd()
 01168                        .HasColumnType("uuid");
 01169
 01170                    b.Property<Guid>("GUID")
 01171                        .ValueGeneratedOnAdd()
 01172                        .HasColumnType("uuid");
 01173
 01174                    b.Property<bool>("IsDeleted")
 01175                        .HasColumnType("boolean");
 01176
 01177                    b.Property<DateTime?>("ModificationDateTime")
 01178                        .HasColumnType("timestamp without time zone");
 01179
 01180                    b.Property<long?>("ModifiedByUserId")
 01181                        .HasColumnType("bigint");
 01182
 01183                    b.Property<string>("Name")
 01184                        .IsRequired()
 01185                        .HasColumnType("text");
 01186
 01187                    b.Property<long?>("RecStateId")
 01188                        .HasColumnType("bigint");
 01189
 01190                    b.HasKey("Id");
 01191
 01192                    b.HasIndex("CreatedByUserId");
 01193
 01194                    b.HasIndex("ModifiedByUserId");
 01195
 01196                    b.HasIndex("RecStateId");
 01197
 01198                    b.ToTable("refContragentsKind");
 01199
 01200                    b.HasData(
 01201                        new
 01202                        {
 01203                            Id = 1L,
 01204                            Code = "Unknown",
 01205                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01206                            Description = "",
 01207                            ExternalKey = new Guid("00000000-0000-0000-0000-000000000000"),
 01208                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01209                            IsDeleted = false,
 01210                            Name = "Неизвестный"
 01211                        },
 01212                        new
 01213                        {
 01214                            Id = 2L,
 01215                            Code = "Retailer",
 01216                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01217                            Description = "",
 01218                            ExternalKey = new Guid("1cf9aefe-7a96-4a88-a1c9-072964c7c6a7"),
 01219                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01220                            IsDeleted = false,
 01221                            Name = "Магазин"
 01222                        },
 01223                        new
 01224                        {
 01225                            Id = 3L,
 01226                            Code = "Wholesaler",
 01227                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01228                            Description = "",
 01229                            ExternalKey = new Guid("ccda4192-5492-4a93-9c3e-f2d1f765d4e5"),
 01230                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01231                            IsDeleted = false,
 01232                            Name = "Дистрибьютор"
 01233                        },
 01234                        new
 01235                        {
 01236                            Id = 4L,
 01237                            Code = "Manufacturer",
 01238                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01239                            Description = "",
 01240                            ExternalKey = new Guid("31edf71f-4a7f-44f9-a705-869c38b9c70b"),
 01241                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01242                            IsDeleted = false,
 01243                            Name = "Производитель"
 01244                        },
 01245                        new
 01246                        {
 01247                            Id = 6L,
 01248                            Code = "Platform",
 01249                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01250                            Description = "",
 01251                            ExternalKey = new Guid("4cd0458f-9bb0-4417-92b7-8f4004782d5b"),
 01252                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01253                            IsDeleted = false,
 01254                            Name = "Платформа"
 01255                        });
 01256                });
 1257
 01258            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.ControlAccess", b =>
 01259                {
 01260                    b.Property<long>("Id")
 01261                        .ValueGeneratedOnAdd()
 01262                        .HasColumnType("bigint")
 01263                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 01264                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 01265
 01266                    b.Property<long>("ActionId")
 01267                        .HasColumnType("bigint");
 01268
 01269                    b.Property<bool?>("Available")
 01270                        .HasColumnType("boolean");
 01271
 01272                    b.Property<long?>("CreatedByUserId")
 01273                        .HasColumnType("bigint");
 01274
 01275                    b.Property<DateTime>("CreationDateTime")
 01276                        .HasColumnType("timestamp without time zone");
 01277
 01278                    b.Property<Guid>("GUID")
 01279                        .ValueGeneratedOnAdd()
 01280                        .HasColumnType("uuid");
 01281
 01282                    b.Property<bool>("IsDeleted")
 01283                        .HasColumnType("boolean");
 01284
 01285                    b.Property<DateTime?>("ModificationDateTime")
 01286                        .HasColumnType("timestamp without time zone");
 01287
 01288                    b.Property<long?>("ModifiedByUserId")
 01289                        .HasColumnType("bigint");
 01290
 01291                    b.Property<long?>("RecStateId")
 01292                        .HasColumnType("bigint");
 01293
 01294                    b.Property<long>("RoleId")
 01295                        .HasColumnType("bigint");
 01296
 01297                    b.HasKey("Id");
 01298
 01299                    b.HasIndex("CreatedByUserId");
 01300
 01301                    b.HasIndex("ModifiedByUserId");
 01302
 01303                    b.HasIndex("RecStateId");
 01304
 01305                    b.HasIndex("RoleId");
 01306
 01307                    b.HasIndex("ActionId", "Available", "RoleId")
 01308                        .IsUnique();
 01309
 01310                    b.ToTable("ControlsAccess");
 01311
 01312                    b.HasData(
 01313                        new
 01314                        {
 01315                            Id = 26L,
 01316                            ActionId = 8L,
 01317                            Available = true,
 01318                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01319                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01320                            IsDeleted = false,
 01321                            RoleId = 1L
 01322                        },
 01323                        new
 01324                        {
 01325                            Id = 27L,
 01326                            ActionId = 4L,
 01327                            Available = true,
 01328                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01329                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01330                            IsDeleted = false,
 01331                            RoleId = 1L
 01332                        },
 01333                        new
 01334                        {
 01335                            Id = 28L,
 01336                            ActionId = 9L,
 01337                            Available = true,
 01338                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01339                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01340                            IsDeleted = false,
 01341                            RoleId = 1L
 01342                        },
 01343                        new
 01344                        {
 01345                            Id = 29L,
 01346                            ActionId = 11L,
 01347                            Available = true,
 01348                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01349                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01350                            IsDeleted = false,
 01351                            RoleId = 1L
 01352                        },
 01353                        new
 01354                        {
 01355                            Id = 30L,
 01356                            ActionId = 6L,
 01357                            Available = true,
 01358                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01359                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01360                            IsDeleted = false,
 01361                            RoleId = 1L
 01362                        },
 01363                        new
 01364                        {
 01365                            Id = 31L,
 01366                            ActionId = 13L,
 01367                            Available = true,
 01368                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01369                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01370                            IsDeleted = false,
 01371                            RoleId = 1L
 01372                        },
 01373                        new
 01374                        {
 01375                            Id = 32L,
 01376                            ActionId = 12L,
 01377                            Available = true,
 01378                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01379                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01380                            IsDeleted = false,
 01381                            RoleId = 1L
 01382                        },
 01383                        new
 01384                        {
 01385                            Id = 33L,
 01386                            ActionId = 5L,
 01387                            Available = true,
 01388                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01389                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01390                            IsDeleted = false,
 01391                            RoleId = 1L
 01392                        },
 01393                        new
 01394                        {
 01395                            Id = 34L,
 01396                            ActionId = 8L,
 01397                            Available = true,
 01398                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01399                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01400                            IsDeleted = false,
 01401                            RoleId = 2L
 01402                        },
 01403                        new
 01404                        {
 01405                            Id = 35L,
 01406                            ActionId = 4L,
 01407                            Available = true,
 01408                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01409                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01410                            IsDeleted = false,
 01411                            RoleId = 2L
 01412                        },
 01413                        new
 01414                        {
 01415                            Id = 36L,
 01416                            ActionId = 9L,
 01417                            Available = true,
 01418                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01419                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01420                            IsDeleted = false,
 01421                            RoleId = 2L
 01422                        },
 01423                        new
 01424                        {
 01425                            Id = 37L,
 01426                            ActionId = 11L,
 01427                            Available = true,
 01428                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01429                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01430                            IsDeleted = false,
 01431                            RoleId = 2L
 01432                        },
 01433                        new
 01434                        {
 01435                            Id = 38L,
 01436                            ActionId = 6L,
 01437                            Available = true,
 01438                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01439                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01440                            IsDeleted = false,
 01441                            RoleId = 2L
 01442                        },
 01443                        new
 01444                        {
 01445                            Id = 39L,
 01446                            ActionId = 13L,
 01447                            Available = true,
 01448                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01449                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01450                            IsDeleted = false,
 01451                            RoleId = 2L
 01452                        },
 01453                        new
 01454                        {
 01455                            Id = 40L,
 01456                            ActionId = 12L,
 01457                            Available = true,
 01458                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01459                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01460                            IsDeleted = false,
 01461                            RoleId = 2L
 01462                        },
 01463                        new
 01464                        {
 01465                            Id = 41L,
 01466                            ActionId = 5L,
 01467                            Available = true,
 01468                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01469                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01470                            IsDeleted = false,
 01471                            RoleId = 2L
 01472                        },
 01473                        new
 01474                        {
 01475                            Id = 42L,
 01476                            ActionId = 9L,
 01477                            Available = true,
 01478                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01479                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01480                            IsDeleted = false,
 01481                            RoleId = 6L
 01482                        },
 01483                        new
 01484                        {
 01485                            Id = 43L,
 01486                            ActionId = 11L,
 01487                            Available = true,
 01488                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01489                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01490                            IsDeleted = false,
 01491                            RoleId = 6L
 01492                        },
 01493                        new
 01494                        {
 01495                            Id = 44L,
 01496                            ActionId = 8L,
 01497                            Available = false,
 01498                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01499                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01500                            IsDeleted = false,
 01501                            RoleId = 6L
 01502                        },
 01503                        new
 01504                        {
 01505                            Id = 45L,
 01506                            ActionId = 4L,
 01507                            Available = true,
 01508                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01509                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01510                            IsDeleted = false,
 01511                            RoleId = 6L
 01512                        },
 01513                        new
 01514                        {
 01515                            Id = 46L,
 01516                            ActionId = 6L,
 01517                            Available = false,
 01518                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01519                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01520                            IsDeleted = false,
 01521                            RoleId = 6L
 01522                        },
 01523                        new
 01524                        {
 01525                            Id = 47L,
 01526                            ActionId = 13L,
 01527                            Available = true,
 01528                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01529                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01530                            IsDeleted = false,
 01531                            RoleId = 6L
 01532                        },
 01533                        new
 01534                        {
 01535                            Id = 48L,
 01536                            ActionId = 5L,
 01537                            Available = true,
 01538                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01539                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01540                            IsDeleted = false,
 01541                            RoleId = 6L
 01542                        },
 01543                        new
 01544                        {
 01545                            Id = 49L,
 01546                            ActionId = 9L,
 01547                            Available = true,
 01548                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01549                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01550                            IsDeleted = false,
 01551                            RoleId = 7L
 01552                        },
 01553                        new
 01554                        {
 01555                            Id = 50L,
 01556                            ActionId = 11L,
 01557                            Available = true,
 01558                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01559                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01560                            IsDeleted = false,
 01561                            RoleId = 7L
 01562                        },
 01563                        new
 01564                        {
 01565                            Id = 51L,
 01566                            ActionId = 8L,
 01567                            Available = false,
 01568                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01569                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01570                            IsDeleted = false,
 01571                            RoleId = 7L
 01572                        },
 01573                        new
 01574                        {
 01575                            Id = 52L,
 01576                            ActionId = 4L,
 01577                            Available = true,
 01578                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01579                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01580                            IsDeleted = false,
 01581                            RoleId = 7L
 01582                        },
 01583                        new
 01584                        {
 01585                            Id = 53L,
 01586                            ActionId = 6L,
 01587                            Available = false,
 01588                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01589                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01590                            IsDeleted = false,
 01591                            RoleId = 7L
 01592                        },
 01593                        new
 01594                        {
 01595                            Id = 54L,
 01596                            ActionId = 13L,
 01597                            Available = true,
 01598                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01599                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01600                            IsDeleted = false,
 01601                            RoleId = 7L
 01602                        },
 01603                        new
 01604                        {
 01605                            Id = 55L,
 01606                            ActionId = 5L,
 01607                            Available = true,
 01608                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01609                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01610                            IsDeleted = false,
 01611                            RoleId = 7L
 01612                        },
 01613                        new
 01614                        {
 01615                            Id = 56L,
 01616                            ActionId = 9L,
 01617                            Available = true,
 01618                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01619                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01620                            IsDeleted = false,
 01621                            RoleId = 8L
 01622                        },
 01623                        new
 01624                        {
 01625                            Id = 57L,
 01626                            ActionId = 11L,
 01627                            Available = true,
 01628                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01629                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01630                            IsDeleted = false,
 01631                            RoleId = 8L
 01632                        },
 01633                        new
 01634                        {
 01635                            Id = 58L,
 01636                            ActionId = 8L,
 01637                            Available = false,
 01638                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01639                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01640                            IsDeleted = false,
 01641                            RoleId = 8L
 01642                        },
 01643                        new
 01644                        {
 01645                            Id = 59L,
 01646                            ActionId = 4L,
 01647                            Available = false,
 01648                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01649                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01650                            IsDeleted = false,
 01651                            RoleId = 8L
 01652                        },
 01653                        new
 01654                        {
 01655                            Id = 60L,
 01656                            ActionId = 6L,
 01657                            Available = false,
 01658                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01659                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01660                            IsDeleted = false,
 01661                            RoleId = 8L
 01662                        },
 01663                        new
 01664                        {
 01665                            Id = 61L,
 01666                            ActionId = 13L,
 01667                            Available = false,
 01668                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01669                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01670                            IsDeleted = false,
 01671                            RoleId = 8L
 01672                        },
 01673                        new
 01674                        {
 01675                            Id = 62L,
 01676                            ActionId = 5L,
 01677                            Available = true,
 01678                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01679                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01680                            IsDeleted = false,
 01681                            RoleId = 8L
 01682                        },
 01683                        new
 01684                        {
 01685                            Id = 63L,
 01686                            ActionId = 9L,
 01687                            Available = true,
 01688                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01689                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01690                            IsDeleted = false,
 01691                            RoleId = 3L
 01692                        },
 01693                        new
 01694                        {
 01695                            Id = 64L,
 01696                            ActionId = 11L,
 01697                            Available = true,
 01698                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01699                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01700                            IsDeleted = false,
 01701                            RoleId = 3L
 01702                        },
 01703                        new
 01704                        {
 01705                            Id = 65L,
 01706                            ActionId = 8L,
 01707                            Available = true,
 01708                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01709                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01710                            IsDeleted = false,
 01711                            RoleId = 3L
 01712                        },
 01713                        new
 01714                        {
 01715                            Id = 66L,
 01716                            ActionId = 4L,
 01717                            Available = true,
 01718                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01719                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01720                            IsDeleted = false,
 01721                            RoleId = 3L
 01722                        },
 01723                        new
 01724                        {
 01725                            Id = 67L,
 01726                            ActionId = 5L,
 01727                            Available = true,
 01728                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01729                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01730                            IsDeleted = false,
 01731                            RoleId = 3L
 01732                        },
 01733                        new
 01734                        {
 01735                            Id = 69L,
 01736                            ActionId = 9L,
 01737                            Available = true,
 01738                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01739                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01740                            IsDeleted = false,
 01741                            RoleId = 4L
 01742                        },
 01743                        new
 01744                        {
 01745                            Id = 70L,
 01746                            ActionId = 11L,
 01747                            Available = true,
 01748                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01749                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01750                            IsDeleted = false,
 01751                            RoleId = 4L
 01752                        },
 01753                        new
 01754                        {
 01755                            Id = 71L,
 01756                            ActionId = 8L,
 01757                            Available = true,
 01758                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01759                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01760                            IsDeleted = false,
 01761                            RoleId = 4L
 01762                        },
 01763                        new
 01764                        {
 01765                            Id = 72L,
 01766                            ActionId = 4L,
 01767                            Available = true,
 01768                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01769                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01770                            IsDeleted = false,
 01771                            RoleId = 4L
 01772                        },
 01773                        new
 01774                        {
 01775                            Id = 73L,
 01776                            ActionId = 5L,
 01777                            Available = true,
 01778                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01779                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01780                            IsDeleted = false,
 01781                            RoleId = 4L
 01782                        },
 01783                        new
 01784                        {
 01785                            Id = 75L,
 01786                            ActionId = 9L,
 01787                            Available = true,
 01788                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01789                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01790                            IsDeleted = false,
 01791                            RoleId = 5L
 01792                        },
 01793                        new
 01794                        {
 01795                            Id = 76L,
 01796                            ActionId = 11L,
 01797                            Available = true,
 01798                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01799                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01800                            IsDeleted = false,
 01801                            RoleId = 5L
 01802                        },
 01803                        new
 01804                        {
 01805                            Id = 77L,
 01806                            ActionId = 8L,
 01807                            Available = true,
 01808                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01809                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01810                            IsDeleted = false,
 01811                            RoleId = 5L
 01812                        },
 01813                        new
 01814                        {
 01815                            Id = 78L,
 01816                            ActionId = 4L,
 01817                            Available = true,
 01818                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01819                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01820                            IsDeleted = false,
 01821                            RoleId = 5L
 01822                        },
 01823                        new
 01824                        {
 01825                            Id = 79L,
 01826                            ActionId = 5L,
 01827                            Available = true,
 01828                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01829                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01830                            IsDeleted = false,
 01831                            RoleId = 5L
 01832                        },
 01833                        new
 01834                        {
 01835                            Id = 82L,
 01836                            ActionId = 11L,
 01837                            Available = true,
 01838                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01839                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01840                            IsDeleted = false,
 01841                            RoleId = 9L
 01842                        },
 01843                        new
 01844                        {
 01845                            Id = 83L,
 01846                            ActionId = 3L,
 01847                            Available = true,
 01848                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01849                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01850                            IsDeleted = false,
 01851                            RoleId = 1L
 01852                        },
 01853                        new
 01854                        {
 01855                            Id = 84L,
 01856                            ActionId = 3L,
 01857                            Available = true,
 01858                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01859                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01860                            IsDeleted = false,
 01861                            RoleId = 2L
 01862                        },
 01863                        new
 01864                        {
 01865                            Id = 85L,
 01866                            ActionId = 3L,
 01867                            Available = true,
 01868                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01869                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01870                            IsDeleted = false,
 01871                            RoleId = 3L
 01872                        },
 01873                        new
 01874                        {
 01875                            Id = 86L,
 01876                            ActionId = 3L,
 01877                            Available = true,
 01878                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01879                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01880                            IsDeleted = false,
 01881                            RoleId = 4L
 01882                        },
 01883                        new
 01884                        {
 01885                            Id = 87L,
 01886                            ActionId = 3L,
 01887                            Available = true,
 01888                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01889                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01890                            IsDeleted = false,
 01891                            RoleId = 5L
 01892                        },
 01893                        new
 01894                        {
 01895                            Id = 88L,
 01896                            ActionId = 3L,
 01897                            Available = true,
 01898                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01899                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01900                            IsDeleted = false,
 01901                            RoleId = 6L
 01902                        },
 01903                        new
 01904                        {
 01905                            Id = 89L,
 01906                            ActionId = 3L,
 01907                            Available = true,
 01908                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01909                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01910                            IsDeleted = false,
 01911                            RoleId = 7L
 01912                        },
 01913                        new
 01914                        {
 01915                            Id = 90L,
 01916                            ActionId = 3L,
 01917                            Available = true,
 01918                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01919                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01920                            IsDeleted = false,
 01921                            RoleId = 8L
 01922                        },
 01923                        new
 01924                        {
 01925                            Id = 95L,
 01926                            ActionId = 7L,
 01927                            Available = true,
 01928                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01929                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01930                            IsDeleted = false,
 01931                            RoleId = 7L
 01932                        },
 01933                        new
 01934                        {
 01935                            Id = 96L,
 01936                            ActionId = 2L,
 01937                            Available = true,
 01938                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01939                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01940                            IsDeleted = false,
 01941                            RoleId = 7L
 01942                        },
 01943                        new
 01944                        {
 01945                            Id = 97L,
 01946                            ActionId = 10L,
 01947                            Available = true,
 01948                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01949                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01950                            IsDeleted = false,
 01951                            RoleId = 7L
 01952                        },
 01953                        new
 01954                        {
 01955                            Id = 98L,
 01956                            ActionId = 7L,
 01957                            Available = true,
 01958                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01959                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01960                            IsDeleted = false,
 01961                            RoleId = 1L
 01962                        },
 01963                        new
 01964                        {
 01965                            Id = 99L,
 01966                            ActionId = 2L,
 01967                            Available = true,
 01968                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01969                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01970                            IsDeleted = false,
 01971                            RoleId = 1L
 01972                        },
 01973                        new
 01974                        {
 01975                            Id = 100L,
 01976                            ActionId = 10L,
 01977                            Available = true,
 01978                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01979                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01980                            IsDeleted = false,
 01981                            RoleId = 1L
 01982                        },
 01983                        new
 01984                        {
 01985                            Id = 101L,
 01986                            ActionId = 7L,
 01987                            Available = true,
 01988                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01989                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 01990                            IsDeleted = false,
 01991                            RoleId = 2L
 01992                        },
 01993                        new
 01994                        {
 01995                            Id = 102L,
 01996                            ActionId = 2L,
 01997                            Available = true,
 01998                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 01999                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02000                            IsDeleted = false,
 02001                            RoleId = 2L
 02002                        },
 02003                        new
 02004                        {
 02005                            Id = 103L,
 02006                            ActionId = 10L,
 02007                            Available = true,
 02008                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02009                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02010                            IsDeleted = false,
 02011                            RoleId = 2L
 02012                        },
 02013                        new
 02014                        {
 02015                            Id = 104L,
 02016                            ActionId = 7L,
 02017                            Available = false,
 02018                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02019                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02020                            IsDeleted = false,
 02021                            RoleId = 3L
 02022                        },
 02023                        new
 02024                        {
 02025                            Id = 105L,
 02026                            ActionId = 2L,
 02027                            Available = false,
 02028                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02029                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02030                            IsDeleted = false,
 02031                            RoleId = 3L
 02032                        },
 02033                        new
 02034                        {
 02035                            Id = 106L,
 02036                            ActionId = 10L,
 02037                            Available = false,
 02038                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02039                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02040                            IsDeleted = false,
 02041                            RoleId = 3L
 02042                        },
 02043                        new
 02044                        {
 02045                            Id = 107L,
 02046                            ActionId = 14L,
 02047                            Available = true,
 02048                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02049                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02050                            IsDeleted = false,
 02051                            RoleId = 1L
 02052                        },
 02053                        new
 02054                        {
 02055                            Id = 108L,
 02056                            ActionId = 14L,
 02057                            Available = false,
 02058                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02059                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02060                            IsDeleted = false,
 02061                            RoleId = 2L
 02062                        },
 02063                        new
 02064                        {
 02065                            Id = 109L,
 02066                            ActionId = 14L,
 02067                            Available = true,
 02068                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02069                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02070                            IsDeleted = false,
 02071                            RoleId = 3L
 02072                        },
 02073                        new
 02074                        {
 02075                            Id = 110L,
 02076                            ActionId = 14L,
 02077                            Available = true,
 02078                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02079                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02080                            IsDeleted = false,
 02081                            RoleId = 7L
 02082                        },
 02083                        new
 02084                        {
 02085                            Id = 111L,
 02086                            ActionId = 14L,
 02087                            Available = true,
 02088                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02089                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02090                            IsDeleted = false,
 02091                            RoleId = 6L
 02092                        },
 02093                        new
 02094                        {
 02095                            Id = 112L,
 02096                            ActionId = 2L,
 02097                            Available = true,
 02098                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02099                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02100                            IsDeleted = false,
 02101                            RoleId = 6L
 02102                        },
 02103                        new
 02104                        {
 02105                            Id = 113L,
 02106                            ActionId = 7L,
 02107                            Available = true,
 02108                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02109                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02110                            IsDeleted = false,
 02111                            RoleId = 6L
 02112                        },
 02113                        new
 02114                        {
 02115                            Id = 114L,
 02116                            ActionId = 10L,
 02117                            Available = true,
 02118                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02119                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02120                            IsDeleted = false,
 02121                            RoleId = 6L
 02122                        },
 02123                        new
 02124                        {
 02125                            Id = 115L,
 02126                            ActionId = 1L,
 02127                            Available = true,
 02128                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02129                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02130                            IsDeleted = false,
 02131                            RoleId = 3L
 02132                        },
 02133                        new
 02134                        {
 02135                            Id = 116L,
 02136                            ActionId = 1L,
 02137                            Available = true,
 02138                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02139                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02140                            IsDeleted = false,
 02141                            RoleId = 4L
 02142                        },
 02143                        new
 02144                        {
 02145                            Id = 117L,
 02146                            ActionId = 1L,
 02147                            Available = true,
 02148                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02149                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02150                            IsDeleted = false,
 02151                            RoleId = 5L
 02152                        },
 02153                        new
 02154                        {
 02155                            Id = 118L,
 02156                            ActionId = 13L,
 02157                            Available = true,
 02158                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02159                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02160                            IsDeleted = false,
 02161                            RoleId = 3L
 02162                        },
 02163                        new
 02164                        {
 02165                            Id = 119L,
 02166                            ActionId = 7L,
 02167                            Available = false,
 02168                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02169                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02170                            IsDeleted = false,
 02171                            RoleId = 4L
 02172                        },
 02173                        new
 02174                        {
 02175                            Id = 120L,
 02176                            ActionId = 2L,
 02177                            Available = false,
 02178                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02179                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02180                            IsDeleted = false,
 02181                            RoleId = 4L
 02182                        },
 02183                        new
 02184                        {
 02185                            Id = 121L,
 02186                            ActionId = 10L,
 02187                            Available = false,
 02188                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02189                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02190                            IsDeleted = false,
 02191                            RoleId = 4L
 02192                        },
 02193                        new
 02194                        {
 02195                            Id = 122L,
 02196                            ActionId = 7L,
 02197                            Available = false,
 02198                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02199                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02200                            IsDeleted = false,
 02201                            RoleId = 5L
 02202                        },
 02203                        new
 02204                        {
 02205                            Id = 123L,
 02206                            ActionId = 2L,
 02207                            Available = false,
 02208                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02209                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02210                            IsDeleted = false,
 02211                            RoleId = 5L
 02212                        },
 02213                        new
 02214                        {
 02215                            Id = 124L,
 02216                            ActionId = 10L,
 02217                            Available = false,
 02218                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02219                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02220                            IsDeleted = false,
 02221                            RoleId = 5L
 02222                        },
 02223                        new
 02224                        {
 02225                            Id = 127L,
 02226                            ActionId = 15L,
 02227                            Available = true,
 02228                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02229                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02230                            IsDeleted = false,
 02231                            RoleId = 3L
 02232                        },
 02233                        new
 02234                        {
 02235                            Id = 130L,
 02236                            ActionId = 15L,
 02237                            Available = true,
 02238                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02239                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02240                            IsDeleted = false,
 02241                            RoleId = 6L
 02242                        },
 02243                        new
 02244                        {
 02245                            Id = 131L,
 02246                            ActionId = 16L,
 02247                            Available = true,
 02248                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02249                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02250                            IsDeleted = false,
 02251                            RoleId = 1L
 02252                        },
 02253                        new
 02254                        {
 02255                            Id = 132L,
 02256                            ActionId = 16L,
 02257                            Available = true,
 02258                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02259                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02260                            IsDeleted = false,
 02261                            RoleId = 3L
 02262                        },
 02263                        new
 02264                        {
 02265                            Id = 133L,
 02266                            ActionId = 16L,
 02267                            Available = true,
 02268                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02269                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02270                            IsDeleted = false,
 02271                            RoleId = 4L
 02272                        },
 02273                        new
 02274                        {
 02275                            Id = 134L,
 02276                            ActionId = 16L,
 02277                            Available = true,
 02278                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02279                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02280                            IsDeleted = false,
 02281                            RoleId = 5L
 02282                        },
 02283                        new
 02284                        {
 02285                            Id = 135L,
 02286                            ActionId = 16L,
 02287                            Available = true,
 02288                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02289                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02290                            IsDeleted = false,
 02291                            RoleId = 6L
 02292                        },
 02293                        new
 02294                        {
 02295                            Id = 136L,
 02296                            ActionId = 16L,
 02297                            Available = true,
 02298                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02299                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02300                            IsDeleted = false,
 02301                            RoleId = 7L
 02302                        },
 02303                        new
 02304                        {
 02305                            Id = 137L,
 02306                            ActionId = 16L,
 02307                            Available = true,
 02308                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02309                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02310                            IsDeleted = false,
 02311                            RoleId = 8L
 02312                        },
 02313                        new
 02314                        {
 02315                            Id = 138L,
 02316                            ActionId = 17L,
 02317                            Available = true,
 02318                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02319                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02320                            IsDeleted = false,
 02321                            RoleId = 1L
 02322                        },
 02323                        new
 02324                        {
 02325                            Id = 139L,
 02326                            ActionId = 17L,
 02327                            Available = true,
 02328                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02329                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02330                            IsDeleted = false,
 02331                            RoleId = 3L
 02332                        },
 02333                        new
 02334                        {
 02335                            Id = 140L,
 02336                            ActionId = 17L,
 02337                            Available = true,
 02338                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02339                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02340                            IsDeleted = false,
 02341                            RoleId = 4L
 02342                        },
 02343                        new
 02344                        {
 02345                            Id = 141L,
 02346                            ActionId = 17L,
 02347                            Available = true,
 02348                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02349                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02350                            IsDeleted = false,
 02351                            RoleId = 5L
 02352                        },
 02353                        new
 02354                        {
 02355                            Id = 142L,
 02356                            ActionId = 17L,
 02357                            Available = true,
 02358                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02359                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02360                            IsDeleted = false,
 02361                            RoleId = 6L
 02362                        },
 02363                        new
 02364                        {
 02365                            Id = 143L,
 02366                            ActionId = 17L,
 02367                            Available = true,
 02368                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02369                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02370                            IsDeleted = false,
 02371                            RoleId = 7L
 02372                        },
 02373                        new
 02374                        {
 02375                            Id = 144L,
 02376                            ActionId = 17L,
 02377                            Available = true,
 02378                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02379                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02380                            IsDeleted = false,
 02381                            RoleId = 8L
 02382                        },
 02383                        new
 02384                        {
 02385                            Id = 145L,
 02386                            ActionId = 18L,
 02387                            Available = true,
 02388                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02389                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02390                            IsDeleted = false,
 02391                            RoleId = 1L
 02392                        },
 02393                        new
 02394                        {
 02395                            Id = 146L,
 02396                            ActionId = 18L,
 02397                            Available = true,
 02398                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02399                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02400                            IsDeleted = false,
 02401                            RoleId = 3L
 02402                        },
 02403                        new
 02404                        {
 02405                            Id = 147L,
 02406                            ActionId = 18L,
 02407                            Available = true,
 02408                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02409                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02410                            IsDeleted = false,
 02411                            RoleId = 4L
 02412                        },
 02413                        new
 02414                        {
 02415                            Id = 148L,
 02416                            ActionId = 18L,
 02417                            Available = true,
 02418                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02419                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02420                            IsDeleted = false,
 02421                            RoleId = 5L
 02422                        },
 02423                        new
 02424                        {
 02425                            Id = 149L,
 02426                            ActionId = 18L,
 02427                            Available = true,
 02428                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02429                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02430                            IsDeleted = false,
 02431                            RoleId = 6L
 02432                        },
 02433                        new
 02434                        {
 02435                            Id = 150L,
 02436                            ActionId = 18L,
 02437                            Available = true,
 02438                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02439                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02440                            IsDeleted = false,
 02441                            RoleId = 7L
 02442                        },
 02443                        new
 02444                        {
 02445                            Id = 151L,
 02446                            ActionId = 18L,
 02447                            Available = true,
 02448                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02449                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02450                            IsDeleted = false,
 02451                            RoleId = 8L
 02452                        },
 02453                        new
 02454                        {
 02455                            Id = 152L,
 02456                            ActionId = 20L,
 02457                            Available = true,
 02458                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02459                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02460                            IsDeleted = false,
 02461                            RoleId = 1L
 02462                        },
 02463                        new
 02464                        {
 02465                            Id = 153L,
 02466                            ActionId = 20L,
 02467                            Available = true,
 02468                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02469                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02470                            IsDeleted = false,
 02471                            RoleId = 3L
 02472                        },
 02473                        new
 02474                        {
 02475                            Id = 154L,
 02476                            ActionId = 20L,
 02477                            Available = true,
 02478                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02479                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02480                            IsDeleted = false,
 02481                            RoleId = 4L
 02482                        },
 02483                        new
 02484                        {
 02485                            Id = 155L,
 02486                            ActionId = 20L,
 02487                            Available = true,
 02488                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02489                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02490                            IsDeleted = false,
 02491                            RoleId = 5L
 02492                        },
 02493                        new
 02494                        {
 02495                            Id = 156L,
 02496                            ActionId = 20L,
 02497                            Available = true,
 02498                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02499                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02500                            IsDeleted = false,
 02501                            RoleId = 6L
 02502                        },
 02503                        new
 02504                        {
 02505                            Id = 157L,
 02506                            ActionId = 20L,
 02507                            Available = true,
 02508                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02509                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02510                            IsDeleted = false,
 02511                            RoleId = 7L
 02512                        },
 02513                        new
 02514                        {
 02515                            Id = 158L,
 02516                            ActionId = 20L,
 02517                            Available = true,
 02518                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02519                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02520                            IsDeleted = false,
 02521                            RoleId = 8L
 02522                        },
 02523                        new
 02524                        {
 02525                            Id = 159L,
 02526                            ActionId = 21L,
 02527                            Available = true,
 02528                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02529                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02530                            IsDeleted = false,
 02531                            RoleId = 1L
 02532                        },
 02533                        new
 02534                        {
 02535                            Id = 160L,
 02536                            ActionId = 21L,
 02537                            Available = true,
 02538                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02539                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02540                            IsDeleted = false,
 02541                            RoleId = 3L
 02542                        },
 02543                        new
 02544                        {
 02545                            Id = 161L,
 02546                            ActionId = 21L,
 02547                            Available = true,
 02548                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02549                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02550                            IsDeleted = false,
 02551                            RoleId = 4L
 02552                        },
 02553                        new
 02554                        {
 02555                            Id = 162L,
 02556                            ActionId = 21L,
 02557                            Available = true,
 02558                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02559                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02560                            IsDeleted = false,
 02561                            RoleId = 5L
 02562                        },
 02563                        new
 02564                        {
 02565                            Id = 163L,
 02566                            ActionId = 21L,
 02567                            Available = true,
 02568                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02569                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02570                            IsDeleted = false,
 02571                            RoleId = 6L
 02572                        },
 02573                        new
 02574                        {
 02575                            Id = 164L,
 02576                            ActionId = 21L,
 02577                            Available = true,
 02578                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02579                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02580                            IsDeleted = false,
 02581                            RoleId = 7L
 02582                        },
 02583                        new
 02584                        {
 02585                            Id = 165L,
 02586                            ActionId = 21L,
 02587                            Available = true,
 02588                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02589                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02590                            IsDeleted = false,
 02591                            RoleId = 8L
 02592                        },
 02593                        new
 02594                        {
 02595                            Id = 166L,
 02596                            ActionId = 19L,
 02597                            Available = true,
 02598                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02599                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02600                            IsDeleted = false,
 02601                            RoleId = 1L
 02602                        },
 02603                        new
 02604                        {
 02605                            Id = 167L,
 02606                            ActionId = 19L,
 02607                            Available = true,
 02608                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02609                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02610                            IsDeleted = false,
 02611                            RoleId = 2L
 02612                        },
 02613                        new
 02614                        {
 02615                            Id = 168L,
 02616                            ActionId = 19L,
 02617                            Available = true,
 02618                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02619                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02620                            IsDeleted = false,
 02621                            RoleId = 3L
 02622                        },
 02623                        new
 02624                        {
 02625                            Id = 169L,
 02626                            ActionId = 19L,
 02627                            Available = true,
 02628                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02629                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02630                            IsDeleted = false,
 02631                            RoleId = 4L
 02632                        },
 02633                        new
 02634                        {
 02635                            Id = 170L,
 02636                            ActionId = 19L,
 02637                            Available = true,
 02638                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02639                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02640                            IsDeleted = false,
 02641                            RoleId = 5L
 02642                        },
 02643                        new
 02644                        {
 02645                            Id = 171L,
 02646                            ActionId = 19L,
 02647                            Available = true,
 02648                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02649                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02650                            IsDeleted = false,
 02651                            RoleId = 6L
 02652                        },
 02653                        new
 02654                        {
 02655                            Id = 172L,
 02656                            ActionId = 19L,
 02657                            Available = true,
 02658                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02659                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02660                            IsDeleted = false,
 02661                            RoleId = 8L
 02662                        },
 02663                        new
 02664                        {
 02665                            Id = 173L,
 02666                            ActionId = 22L,
 02667                            Available = true,
 02668                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02669                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02670                            IsDeleted = false,
 02671                            RoleId = 1L
 02672                        },
 02673                        new
 02674                        {
 02675                            Id = 174L,
 02676                            ActionId = 22L,
 02677                            Available = true,
 02678                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02679                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02680                            IsDeleted = false,
 02681                            RoleId = 2L
 02682                        },
 02683                        new
 02684                        {
 02685                            Id = 175L,
 02686                            ActionId = 23L,
 02687                            Available = true,
 02688                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02689                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02690                            IsDeleted = false,
 02691                            RoleId = 1L
 02692                        },
 02693                        new
 02694                        {
 02695                            Id = 176L,
 02696                            ActionId = 24L,
 02697                            Available = true,
 02698                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02699                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02700                            IsDeleted = false,
 02701                            RoleId = 1L
 02702                        },
 02703                        new
 02704                        {
 02705                            Id = 177L,
 02706                            ActionId = 25L,
 02707                            Available = true,
 02708                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02709                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02710                            IsDeleted = false,
 02711                            RoleId = 1L
 02712                        },
 02713                        new
 02714                        {
 02715                            Id = 178L,
 02716                            ActionId = 8L,
 02717                            Available = true,
 02718                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02719                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02720                            IsDeleted = false,
 02721                            RoleId = 9L
 02722                        },
 02723                        new
 02724                        {
 02725                            Id = 179L,
 02726                            ActionId = 1L,
 02727                            Available = true,
 02728                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02729                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02730                            IsDeleted = false,
 02731                            RoleId = 9L
 02732                        },
 02733                        new
 02734                        {
 02735                            Id = 180L,
 02736                            ActionId = 26L,
 02737                            Available = true,
 02738                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02739                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02740                            IsDeleted = false,
 02741                            RoleId = 3L
 02742                        },
 02743                        new
 02744                        {
 02745                            Id = 181L,
 02746                            ActionId = 26L,
 02747                            Available = true,
 02748                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02749                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02750                            IsDeleted = false,
 02751                            RoleId = 4L
 02752                        });
 02753                });
 2754
 02755            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Country", b =>
 02756                {
 02757                    b.Property<long>("Id")
 02758                        .ValueGeneratedOnAdd()
 02759                        .HasColumnType("bigint")
 02760                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 02761                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 02762
 02763                    b.Property<int>("Code")
 02764                        .HasColumnType("integer");
 02765
 02766                    b.Property<long?>("CreatedByUserId")
 02767                        .HasColumnType("bigint");
 02768
 02769                    b.Property<DateTime>("CreationDateTime")
 02770                        .HasColumnType("timestamp without time zone");
 02771
 02772                    b.Property<Guid>("GUID")
 02773                        .ValueGeneratedOnAdd()
 02774                        .HasColumnType("uuid");
 02775
 02776                    b.Property<bool>("IsDeleted")
 02777                        .HasColumnType("boolean");
 02778
 02779                    b.Property<DateTime?>("ModificationDateTime")
 02780                        .HasColumnType("timestamp without time zone");
 02781
 02782                    b.Property<long?>("ModifiedByUserId")
 02783                        .HasColumnType("bigint");
 02784
 02785                    b.Property<string>("Name")
 02786                        .IsRequired()
 02787                        .HasColumnType("text");
 02788
 02789                    b.Property<long?>("RecStateId")
 02790                        .HasColumnType("bigint");
 02791
 02792                    b.HasKey("Id");
 02793
 02794                    b.HasIndex("CreatedByUserId");
 02795
 02796                    b.HasIndex("ModifiedByUserId");
 02797
 02798                    b.HasIndex("Name")
 02799                        .IsUnique();
 02800
 02801                    b.HasIndex("RecStateId");
 02802
 02803                    b.ToTable("refCountries");
 02804
 02805                    b.HasData(
 02806                        new
 02807                        {
 02808                            Id = 2L,
 02809                            Code = 895,
 02810                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02811                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02812                            IsDeleted = false,
 02813                            Name = "Абхазия"
 02814                        },
 02815                        new
 02816                        {
 02817                            Id = 3L,
 02818                            Code = 36,
 02819                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02820                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02821                            IsDeleted = false,
 02822                            Name = "Австралия"
 02823                        },
 02824                        new
 02825                        {
 02826                            Id = 4L,
 02827                            Code = 40,
 02828                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02829                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02830                            IsDeleted = false,
 02831                            Name = "Австрия"
 02832                        },
 02833                        new
 02834                        {
 02835                            Id = 5L,
 02836                            Code = 31,
 02837                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02838                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02839                            IsDeleted = false,
 02840                            Name = "Азербайджан"
 02841                        },
 02842                        new
 02843                        {
 02844                            Id = 6L,
 02845                            Code = 8,
 02846                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02847                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02848                            IsDeleted = false,
 02849                            Name = "Албания"
 02850                        },
 02851                        new
 02852                        {
 02853                            Id = 7L,
 02854                            Code = 12,
 02855                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02856                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02857                            IsDeleted = false,
 02858                            Name = "Алжир"
 02859                        },
 02860                        new
 02861                        {
 02862                            Id = 8L,
 02863                            Code = 16,
 02864                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02865                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02866                            IsDeleted = false,
 02867                            Name = "Американское Самоа"
 02868                        },
 02869                        new
 02870                        {
 02871                            Id = 9L,
 02872                            Code = 660,
 02873                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02874                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02875                            IsDeleted = false,
 02876                            Name = "Ангилья"
 02877                        },
 02878                        new
 02879                        {
 02880                            Id = 10L,
 02881                            Code = 24,
 02882                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02883                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02884                            IsDeleted = false,
 02885                            Name = "Ангола"
 02886                        },
 02887                        new
 02888                        {
 02889                            Id = 11L,
 02890                            Code = 20,
 02891                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02892                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02893                            IsDeleted = false,
 02894                            Name = "Андорра"
 02895                        },
 02896                        new
 02897                        {
 02898                            Id = 12L,
 02899                            Code = 10,
 02900                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02901                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02902                            IsDeleted = false,
 02903                            Name = "Антарктида"
 02904                        },
 02905                        new
 02906                        {
 02907                            Id = 13L,
 02908                            Code = 28,
 02909                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02910                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02911                            IsDeleted = false,
 02912                            Name = "Антигуа и Барбуда"
 02913                        },
 02914                        new
 02915                        {
 02916                            Id = 14L,
 02917                            Code = 32,
 02918                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02919                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02920                            IsDeleted = false,
 02921                            Name = "Аргентина"
 02922                        },
 02923                        new
 02924                        {
 02925                            Id = 15L,
 02926                            Code = 51,
 02927                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02928                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02929                            IsDeleted = false,
 02930                            Name = "Армения"
 02931                        },
 02932                        new
 02933                        {
 02934                            Id = 16L,
 02935                            Code = 533,
 02936                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02937                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02938                            IsDeleted = false,
 02939                            Name = "Аруба"
 02940                        },
 02941                        new
 02942                        {
 02943                            Id = 17L,
 02944                            Code = 4,
 02945                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02946                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02947                            IsDeleted = false,
 02948                            Name = "Афганистан"
 02949                        },
 02950                        new
 02951                        {
 02952                            Id = 18L,
 02953                            Code = 44,
 02954                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02955                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02956                            IsDeleted = false,
 02957                            Name = "Багамы"
 02958                        },
 02959                        new
 02960                        {
 02961                            Id = 19L,
 02962                            Code = 50,
 02963                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02964                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02965                            IsDeleted = false,
 02966                            Name = "Бангладеш"
 02967                        },
 02968                        new
 02969                        {
 02970                            Id = 20L,
 02971                            Code = 52,
 02972                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02973                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02974                            IsDeleted = false,
 02975                            Name = "Барбадос"
 02976                        },
 02977                        new
 02978                        {
 02979                            Id = 21L,
 02980                            Code = 48,
 02981                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02982                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02983                            IsDeleted = false,
 02984                            Name = "Бахрейн"
 02985                        },
 02986                        new
 02987                        {
 02988                            Id = 22L,
 02989                            Code = 112,
 02990                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 02991                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 02992                            IsDeleted = false,
 02993                            Name = "Беларусь"
 02994                        },
 02995                        new
 02996                        {
 02997                            Id = 23L,
 02998                            Code = 84,
 02999                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03000                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03001                            IsDeleted = false,
 03002                            Name = "Белиз"
 03003                        },
 03004                        new
 03005                        {
 03006                            Id = 24L,
 03007                            Code = 56,
 03008                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03009                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03010                            IsDeleted = false,
 03011                            Name = "Бельгия"
 03012                        },
 03013                        new
 03014                        {
 03015                            Id = 25L,
 03016                            Code = 204,
 03017                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03018                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03019                            IsDeleted = false,
 03020                            Name = "Бенин"
 03021                        },
 03022                        new
 03023                        {
 03024                            Id = 26L,
 03025                            Code = 60,
 03026                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03027                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03028                            IsDeleted = false,
 03029                            Name = "Бермуды"
 03030                        },
 03031                        new
 03032                        {
 03033                            Id = 27L,
 03034                            Code = 100,
 03035                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03036                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03037                            IsDeleted = false,
 03038                            Name = "Болгария"
 03039                        },
 03040                        new
 03041                        {
 03042                            Id = 28L,
 03043                            Code = 68,
 03044                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03045                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03046                            IsDeleted = false,
 03047                            Name = "Боливия, Многонациональное Государство"
 03048                        },
 03049                        new
 03050                        {
 03051                            Id = 29L,
 03052                            Code = 535,
 03053                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03054                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03055                            IsDeleted = false,
 03056                            Name = "Бонэйр, Синт-Эстатиус и Саба"
 03057                        },
 03058                        new
 03059                        {
 03060                            Id = 30L,
 03061                            Code = 70,
 03062                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03063                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03064                            IsDeleted = false,
 03065                            Name = "Босния и Герцеговина"
 03066                        },
 03067                        new
 03068                        {
 03069                            Id = 31L,
 03070                            Code = 72,
 03071                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03072                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03073                            IsDeleted = false,
 03074                            Name = "Ботсвана"
 03075                        },
 03076                        new
 03077                        {
 03078                            Id = 32L,
 03079                            Code = 76,
 03080                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03081                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03082                            IsDeleted = false,
 03083                            Name = "Бразилия"
 03084                        },
 03085                        new
 03086                        {
 03087                            Id = 33L,
 03088                            Code = 86,
 03089                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03090                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03091                            IsDeleted = false,
 03092                            Name = "Британская территория в Индийском океане"
 03093                        },
 03094                        new
 03095                        {
 03096                            Id = 34L,
 03097                            Code = 96,
 03098                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03099                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03100                            IsDeleted = false,
 03101                            Name = "Бруней-Даруссалам"
 03102                        },
 03103                        new
 03104                        {
 03105                            Id = 35L,
 03106                            Code = 854,
 03107                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03108                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03109                            IsDeleted = false,
 03110                            Name = "Буркина-Фасо"
 03111                        },
 03112                        new
 03113                        {
 03114                            Id = 36L,
 03115                            Code = 108,
 03116                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03117                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03118                            IsDeleted = false,
 03119                            Name = "Бурунди"
 03120                        },
 03121                        new
 03122                        {
 03123                            Id = 37L,
 03124                            Code = 64,
 03125                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03126                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03127                            IsDeleted = false,
 03128                            Name = "Бутан"
 03129                        },
 03130                        new
 03131                        {
 03132                            Id = 38L,
 03133                            Code = 548,
 03134                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03135                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03136                            IsDeleted = false,
 03137                            Name = "Вануату"
 03138                        },
 03139                        new
 03140                        {
 03141                            Id = 39L,
 03142                            Code = 348,
 03143                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03144                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03145                            IsDeleted = false,
 03146                            Name = "Венгрия"
 03147                        },
 03148                        new
 03149                        {
 03150                            Id = 40L,
 03151                            Code = 862,
 03152                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03153                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03154                            IsDeleted = false,
 03155                            Name = "Венесуэла Боливарианская Республика"
 03156                        },
 03157                        new
 03158                        {
 03159                            Id = 41L,
 03160                            Code = 92,
 03161                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03162                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03163                            IsDeleted = false,
 03164                            Name = "Виргинские острова (Британские)"
 03165                        },
 03166                        new
 03167                        {
 03168                            Id = 42L,
 03169                            Code = 850,
 03170                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03171                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03172                            IsDeleted = false,
 03173                            Name = "Виргинские острова (США)"
 03174                        },
 03175                        new
 03176                        {
 03177                            Id = 43L,
 03178                            Code = 704,
 03179                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03180                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03181                            IsDeleted = false,
 03182                            Name = "Вьетнам"
 03183                        },
 03184                        new
 03185                        {
 03186                            Id = 44L,
 03187                            Code = 266,
 03188                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03189                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03190                            IsDeleted = false,
 03191                            Name = "Габон"
 03192                        },
 03193                        new
 03194                        {
 03195                            Id = 45L,
 03196                            Code = 332,
 03197                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03198                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03199                            IsDeleted = false,
 03200                            Name = "Гаити"
 03201                        },
 03202                        new
 03203                        {
 03204                            Id = 46L,
 03205                            Code = 328,
 03206                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03207                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03208                            IsDeleted = false,
 03209                            Name = "Гайана"
 03210                        },
 03211                        new
 03212                        {
 03213                            Id = 47L,
 03214                            Code = 270,
 03215                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03216                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03217                            IsDeleted = false,
 03218                            Name = "Гамбия"
 03219                        },
 03220                        new
 03221                        {
 03222                            Id = 48L,
 03223                            Code = 288,
 03224                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03225                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03226                            IsDeleted = false,
 03227                            Name = "Гана"
 03228                        },
 03229                        new
 03230                        {
 03231                            Id = 49L,
 03232                            Code = 312,
 03233                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03234                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03235                            IsDeleted = false,
 03236                            Name = "Гваделупа"
 03237                        },
 03238                        new
 03239                        {
 03240                            Id = 50L,
 03241                            Code = 320,
 03242                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03243                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03244                            IsDeleted = false,
 03245                            Name = "Гватемала"
 03246                        },
 03247                        new
 03248                        {
 03249                            Id = 51L,
 03250                            Code = 324,
 03251                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03252                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03253                            IsDeleted = false,
 03254                            Name = "Гвинея"
 03255                        },
 03256                        new
 03257                        {
 03258                            Id = 52L,
 03259                            Code = 624,
 03260                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03261                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03262                            IsDeleted = false,
 03263                            Name = "Гвинея-Бисау"
 03264                        },
 03265                        new
 03266                        {
 03267                            Id = 53L,
 03268                            Code = 276,
 03269                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03270                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03271                            IsDeleted = false,
 03272                            Name = "Германия"
 03273                        },
 03274                        new
 03275                        {
 03276                            Id = 54L,
 03277                            Code = 831,
 03278                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03279                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03280                            IsDeleted = false,
 03281                            Name = "Гернси"
 03282                        },
 03283                        new
 03284                        {
 03285                            Id = 55L,
 03286                            Code = 292,
 03287                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03288                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03289                            IsDeleted = false,
 03290                            Name = "Гибралтар"
 03291                        },
 03292                        new
 03293                        {
 03294                            Id = 56L,
 03295                            Code = 340,
 03296                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03297                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03298                            IsDeleted = false,
 03299                            Name = "Гондурас"
 03300                        },
 03301                        new
 03302                        {
 03303                            Id = 57L,
 03304                            Code = 344,
 03305                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03306                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03307                            IsDeleted = false,
 03308                            Name = "Гонконг"
 03309                        },
 03310                        new
 03311                        {
 03312                            Id = 58L,
 03313                            Code = 308,
 03314                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03315                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03316                            IsDeleted = false,
 03317                            Name = "Гренада"
 03318                        },
 03319                        new
 03320                        {
 03321                            Id = 59L,
 03322                            Code = 304,
 03323                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03324                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03325                            IsDeleted = false,
 03326                            Name = "Гренландия"
 03327                        },
 03328                        new
 03329                        {
 03330                            Id = 60L,
 03331                            Code = 300,
 03332                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03333                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03334                            IsDeleted = false,
 03335                            Name = "Греция"
 03336                        },
 03337                        new
 03338                        {
 03339                            Id = 61L,
 03340                            Code = 268,
 03341                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03342                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03343                            IsDeleted = false,
 03344                            Name = "Грузия"
 03345                        },
 03346                        new
 03347                        {
 03348                            Id = 62L,
 03349                            Code = 316,
 03350                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03351                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03352                            IsDeleted = false,
 03353                            Name = "Гуам"
 03354                        },
 03355                        new
 03356                        {
 03357                            Id = 63L,
 03358                            Code = 208,
 03359                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03360                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03361                            IsDeleted = false,
 03362                            Name = "Дания"
 03363                        },
 03364                        new
 03365                        {
 03366                            Id = 64L,
 03367                            Code = 832,
 03368                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03369                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03370                            IsDeleted = false,
 03371                            Name = "Джерси"
 03372                        },
 03373                        new
 03374                        {
 03375                            Id = 65L,
 03376                            Code = 262,
 03377                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03378                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03379                            IsDeleted = false,
 03380                            Name = "Джибути"
 03381                        },
 03382                        new
 03383                        {
 03384                            Id = 66L,
 03385                            Code = 212,
 03386                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03387                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03388                            IsDeleted = false,
 03389                            Name = "Доминика"
 03390                        },
 03391                        new
 03392                        {
 03393                            Id = 67L,
 03394                            Code = 214,
 03395                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03396                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03397                            IsDeleted = false,
 03398                            Name = "Доминиканская Республика"
 03399                        },
 03400                        new
 03401                        {
 03402                            Id = 68L,
 03403                            Code = 818,
 03404                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03405                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03406                            IsDeleted = false,
 03407                            Name = "Египет"
 03408                        },
 03409                        new
 03410                        {
 03411                            Id = 69L,
 03412                            Code = 894,
 03413                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03414                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03415                            IsDeleted = false,
 03416                            Name = "Замбия"
 03417                        },
 03418                        new
 03419                        {
 03420                            Id = 70L,
 03421                            Code = 732,
 03422                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03423                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03424                            IsDeleted = false,
 03425                            Name = "Западная Сахара"
 03426                        },
 03427                        new
 03428                        {
 03429                            Id = 71L,
 03430                            Code = 716,
 03431                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03432                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03433                            IsDeleted = false,
 03434                            Name = "Зимбабве"
 03435                        },
 03436                        new
 03437                        {
 03438                            Id = 72L,
 03439                            Code = 376,
 03440                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03441                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03442                            IsDeleted = false,
 03443                            Name = "Израиль"
 03444                        },
 03445                        new
 03446                        {
 03447                            Id = 73L,
 03448                            Code = 356,
 03449                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03450                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03451                            IsDeleted = false,
 03452                            Name = "Индия"
 03453                        },
 03454                        new
 03455                        {
 03456                            Id = 74L,
 03457                            Code = 360,
 03458                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03459                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03460                            IsDeleted = false,
 03461                            Name = "Индонезия"
 03462                        },
 03463                        new
 03464                        {
 03465                            Id = 75L,
 03466                            Code = 400,
 03467                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03468                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03469                            IsDeleted = false,
 03470                            Name = "Иордания"
 03471                        },
 03472                        new
 03473                        {
 03474                            Id = 76L,
 03475                            Code = 368,
 03476                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03477                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03478                            IsDeleted = false,
 03479                            Name = "Ирак"
 03480                        },
 03481                        new
 03482                        {
 03483                            Id = 77L,
 03484                            Code = 364,
 03485                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03486                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03487                            IsDeleted = false,
 03488                            Name = "Иран (Исламская Республика)"
 03489                        },
 03490                        new
 03491                        {
 03492                            Id = 78L,
 03493                            Code = 372,
 03494                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03495                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03496                            IsDeleted = false,
 03497                            Name = "Ирландия"
 03498                        },
 03499                        new
 03500                        {
 03501                            Id = 79L,
 03502                            Code = 352,
 03503                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03504                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03505                            IsDeleted = false,
 03506                            Name = "Исландия"
 03507                        },
 03508                        new
 03509                        {
 03510                            Id = 80L,
 03511                            Code = 724,
 03512                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03513                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03514                            IsDeleted = false,
 03515                            Name = "Испания"
 03516                        },
 03517                        new
 03518                        {
 03519                            Id = 81L,
 03520                            Code = 380,
 03521                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03522                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03523                            IsDeleted = false,
 03524                            Name = "Италия"
 03525                        },
 03526                        new
 03527                        {
 03528                            Id = 82L,
 03529                            Code = 887,
 03530                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03531                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03532                            IsDeleted = false,
 03533                            Name = "Йемен"
 03534                        },
 03535                        new
 03536                        {
 03537                            Id = 83L,
 03538                            Code = 132,
 03539                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03540                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03541                            IsDeleted = false,
 03542                            Name = "Кабо-Верде"
 03543                        },
 03544                        new
 03545                        {
 03546                            Id = 84L,
 03547                            Code = 398,
 03548                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03549                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03550                            IsDeleted = false,
 03551                            Name = "Казахстан"
 03552                        },
 03553                        new
 03554                        {
 03555                            Id = 85L,
 03556                            Code = 116,
 03557                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03558                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03559                            IsDeleted = false,
 03560                            Name = "Камбоджа"
 03561                        },
 03562                        new
 03563                        {
 03564                            Id = 86L,
 03565                            Code = 120,
 03566                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03567                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03568                            IsDeleted = false,
 03569                            Name = "Камерун"
 03570                        },
 03571                        new
 03572                        {
 03573                            Id = 87L,
 03574                            Code = 124,
 03575                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03576                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03577                            IsDeleted = false,
 03578                            Name = "Канада"
 03579                        },
 03580                        new
 03581                        {
 03582                            Id = 88L,
 03583                            Code = 634,
 03584                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03585                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03586                            IsDeleted = false,
 03587                            Name = "Катар"
 03588                        },
 03589                        new
 03590                        {
 03591                            Id = 89L,
 03592                            Code = 404,
 03593                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03594                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03595                            IsDeleted = false,
 03596                            Name = "Кения"
 03597                        },
 03598                        new
 03599                        {
 03600                            Id = 90L,
 03601                            Code = 196,
 03602                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03603                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03604                            IsDeleted = false,
 03605                            Name = "Кипр"
 03606                        },
 03607                        new
 03608                        {
 03609                            Id = 91L,
 03610                            Code = 417,
 03611                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03612                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03613                            IsDeleted = false,
 03614                            Name = "Киргизия"
 03615                        },
 03616                        new
 03617                        {
 03618                            Id = 92L,
 03619                            Code = 296,
 03620                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03621                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03622                            IsDeleted = false,
 03623                            Name = "Кирибати"
 03624                        },
 03625                        new
 03626                        {
 03627                            Id = 93L,
 03628                            Code = 156,
 03629                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03630                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03631                            IsDeleted = false,
 03632                            Name = "Китай"
 03633                        },
 03634                        new
 03635                        {
 03636                            Id = 94L,
 03637                            Code = 166,
 03638                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03639                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03640                            IsDeleted = false,
 03641                            Name = "Кокосовые (Килинг) острова"
 03642                        },
 03643                        new
 03644                        {
 03645                            Id = 95L,
 03646                            Code = 170,
 03647                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03648                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03649                            IsDeleted = false,
 03650                            Name = "Колумбия"
 03651                        },
 03652                        new
 03653                        {
 03654                            Id = 96L,
 03655                            Code = 174,
 03656                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03657                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03658                            IsDeleted = false,
 03659                            Name = "Коморы"
 03660                        },
 03661                        new
 03662                        {
 03663                            Id = 97L,
 03664                            Code = 178,
 03665                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03666                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03667                            IsDeleted = false,
 03668                            Name = "Конго"
 03669                        },
 03670                        new
 03671                        {
 03672                            Id = 98L,
 03673                            Code = 180,
 03674                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03675                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03676                            IsDeleted = false,
 03677                            Name = "Конго, Демократическая Республика"
 03678                        },
 03679                        new
 03680                        {
 03681                            Id = 99L,
 03682                            Code = 408,
 03683                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03684                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03685                            IsDeleted = false,
 03686                            Name = "Корея, Народно-Демократическая Республика"
 03687                        },
 03688                        new
 03689                        {
 03690                            Id = 100L,
 03691                            Code = 410,
 03692                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03693                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03694                            IsDeleted = false,
 03695                            Name = "Корея, Республика"
 03696                        },
 03697                        new
 03698                        {
 03699                            Id = 101L,
 03700                            Code = 188,
 03701                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03702                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03703                            IsDeleted = false,
 03704                            Name = "Коста-Рика"
 03705                        },
 03706                        new
 03707                        {
 03708                            Id = 102L,
 03709                            Code = 384,
 03710                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03711                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03712                            IsDeleted = false,
 03713                            Name = "Кот д'Ивуар"
 03714                        },
 03715                        new
 03716                        {
 03717                            Id = 103L,
 03718                            Code = 192,
 03719                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03720                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03721                            IsDeleted = false,
 03722                            Name = "Куба"
 03723                        },
 03724                        new
 03725                        {
 03726                            Id = 104L,
 03727                            Code = 414,
 03728                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03729                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03730                            IsDeleted = false,
 03731                            Name = "Кувейт"
 03732                        },
 03733                        new
 03734                        {
 03735                            Id = 105L,
 03736                            Code = 531,
 03737                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03738                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03739                            IsDeleted = false,
 03740                            Name = "Кюрасао"
 03741                        },
 03742                        new
 03743                        {
 03744                            Id = 106L,
 03745                            Code = 418,
 03746                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03747                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03748                            IsDeleted = false,
 03749                            Name = "Лаос"
 03750                        },
 03751                        new
 03752                        {
 03753                            Id = 107L,
 03754                            Code = 428,
 03755                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03756                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03757                            IsDeleted = false,
 03758                            Name = "Латвия"
 03759                        },
 03760                        new
 03761                        {
 03762                            Id = 108L,
 03763                            Code = 426,
 03764                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03765                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03766                            IsDeleted = false,
 03767                            Name = "Лесото"
 03768                        },
 03769                        new
 03770                        {
 03771                            Id = 109L,
 03772                            Code = 422,
 03773                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03774                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03775                            IsDeleted = false,
 03776                            Name = "Ливан"
 03777                        },
 03778                        new
 03779                        {
 03780                            Id = 110L,
 03781                            Code = 434,
 03782                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03783                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03784                            IsDeleted = false,
 03785                            Name = "Ливия"
 03786                        },
 03787                        new
 03788                        {
 03789                            Id = 111L,
 03790                            Code = 430,
 03791                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03792                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03793                            IsDeleted = false,
 03794                            Name = "Либерия"
 03795                        },
 03796                        new
 03797                        {
 03798                            Id = 112L,
 03799                            Code = 438,
 03800                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03801                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03802                            IsDeleted = false,
 03803                            Name = "Лихтенштейн"
 03804                        },
 03805                        new
 03806                        {
 03807                            Id = 113L,
 03808                            Code = 440,
 03809                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03810                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03811                            IsDeleted = false,
 03812                            Name = "Литва"
 03813                        },
 03814                        new
 03815                        {
 03816                            Id = 114L,
 03817                            Code = 442,
 03818                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03819                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03820                            IsDeleted = false,
 03821                            Name = "Люксембург"
 03822                        },
 03823                        new
 03824                        {
 03825                            Id = 115L,
 03826                            Code = 480,
 03827                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03828                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03829                            IsDeleted = false,
 03830                            Name = "Маврикий"
 03831                        },
 03832                        new
 03833                        {
 03834                            Id = 116L,
 03835                            Code = 478,
 03836                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03837                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03838                            IsDeleted = false,
 03839                            Name = "Мавритания"
 03840                        },
 03841                        new
 03842                        {
 03843                            Id = 117L,
 03844                            Code = 450,
 03845                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03846                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03847                            IsDeleted = false,
 03848                            Name = "Мадагаскар"
 03849                        },
 03850                        new
 03851                        {
 03852                            Id = 118L,
 03853                            Code = 175,
 03854                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03855                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03856                            IsDeleted = false,
 03857                            Name = "Майотта"
 03858                        },
 03859                        new
 03860                        {
 03861                            Id = 119L,
 03862                            Code = 446,
 03863                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03864                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03865                            IsDeleted = false,
 03866                            Name = "Макао"
 03867                        },
 03868                        new
 03869                        {
 03870                            Id = 120L,
 03871                            Code = 454,
 03872                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03873                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03874                            IsDeleted = false,
 03875                            Name = "Малави"
 03876                        },
 03877                        new
 03878                        {
 03879                            Id = 121L,
 03880                            Code = 458,
 03881                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03882                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03883                            IsDeleted = false,
 03884                            Name = "Малайзия"
 03885                        },
 03886                        new
 03887                        {
 03888                            Id = 122L,
 03889                            Code = 466,
 03890                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03891                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03892                            IsDeleted = false,
 03893                            Name = "Мали"
 03894                        },
 03895                        new
 03896                        {
 03897                            Id = 123L,
 03898                            Code = 581,
 03899                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03900                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03901                            IsDeleted = false,
 03902                            Name = "Малые Тихоокеанские отдаленные острова Соединенных Штатов"
 03903                        },
 03904                        new
 03905                        {
 03906                            Id = 124L,
 03907                            Code = 462,
 03908                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03909                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03910                            IsDeleted = false,
 03911                            Name = "Мальдивы"
 03912                        },
 03913                        new
 03914                        {
 03915                            Id = 125L,
 03916                            Code = 470,
 03917                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03918                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03919                            IsDeleted = false,
 03920                            Name = "Мальта"
 03921                        },
 03922                        new
 03923                        {
 03924                            Id = 126L,
 03925                            Code = 504,
 03926                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03927                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03928                            IsDeleted = false,
 03929                            Name = "Марокко"
 03930                        },
 03931                        new
 03932                        {
 03933                            Id = 127L,
 03934                            Code = 474,
 03935                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03936                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03937                            IsDeleted = false,
 03938                            Name = "Мартиника"
 03939                        },
 03940                        new
 03941                        {
 03942                            Id = 128L,
 03943                            Code = 584,
 03944                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03945                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03946                            IsDeleted = false,
 03947                            Name = "Маршалловы острова"
 03948                        },
 03949                        new
 03950                        {
 03951                            Id = 129L,
 03952                            Code = 484,
 03953                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03954                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03955                            IsDeleted = false,
 03956                            Name = "Мексика"
 03957                        },
 03958                        new
 03959                        {
 03960                            Id = 130L,
 03961                            Code = 583,
 03962                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03963                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03964                            IsDeleted = false,
 03965                            Name = "Микронезия, Федеративные Штаты"
 03966                        },
 03967                        new
 03968                        {
 03969                            Id = 131L,
 03970                            Code = 508,
 03971                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03972                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03973                            IsDeleted = false,
 03974                            Name = "Мозамбик"
 03975                        },
 03976                        new
 03977                        {
 03978                            Id = 132L,
 03979                            Code = 498,
 03980                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03981                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03982                            IsDeleted = false,
 03983                            Name = "Молдова, Республика"
 03984                        },
 03985                        new
 03986                        {
 03987                            Id = 133L,
 03988                            Code = 492,
 03989                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03990                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 03991                            IsDeleted = false,
 03992                            Name = "Монако"
 03993                        },
 03994                        new
 03995                        {
 03996                            Id = 134L,
 03997                            Code = 496,
 03998                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 03999                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04000                            IsDeleted = false,
 04001                            Name = "Монголия"
 04002                        },
 04003                        new
 04004                        {
 04005                            Id = 135L,
 04006                            Code = 500,
 04007                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04008                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04009                            IsDeleted = false,
 04010                            Name = "Монтсеррат"
 04011                        },
 04012                        new
 04013                        {
 04014                            Id = 136L,
 04015                            Code = 104,
 04016                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04017                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04018                            IsDeleted = false,
 04019                            Name = "Мьянма"
 04020                        },
 04021                        new
 04022                        {
 04023                            Id = 137L,
 04024                            Code = 516,
 04025                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04026                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04027                            IsDeleted = false,
 04028                            Name = "Намибия"
 04029                        },
 04030                        new
 04031                        {
 04032                            Id = 138L,
 04033                            Code = 520,
 04034                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04035                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04036                            IsDeleted = false,
 04037                            Name = "Науру"
 04038                        },
 04039                        new
 04040                        {
 04041                            Id = 139L,
 04042                            Code = 524,
 04043                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04044                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04045                            IsDeleted = false,
 04046                            Name = "Непал"
 04047                        },
 04048                        new
 04049                        {
 04050                            Id = 140L,
 04051                            Code = 562,
 04052                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04053                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04054                            IsDeleted = false,
 04055                            Name = "Нигер"
 04056                        },
 04057                        new
 04058                        {
 04059                            Id = 141L,
 04060                            Code = 566,
 04061                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04062                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04063                            IsDeleted = false,
 04064                            Name = "Нигерия"
 04065                        },
 04066                        new
 04067                        {
 04068                            Id = 142L,
 04069                            Code = 528,
 04070                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04071                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04072                            IsDeleted = false,
 04073                            Name = "Нидерланды"
 04074                        },
 04075                        new
 04076                        {
 04077                            Id = 143L,
 04078                            Code = 558,
 04079                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04080                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04081                            IsDeleted = false,
 04082                            Name = "Никарагуа"
 04083                        },
 04084                        new
 04085                        {
 04086                            Id = 144L,
 04087                            Code = 570,
 04088                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04089                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04090                            IsDeleted = false,
 04091                            Name = "Ниуэ"
 04092                        },
 04093                        new
 04094                        {
 04095                            Id = 145L,
 04096                            Code = 554,
 04097                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04098                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04099                            IsDeleted = false,
 04100                            Name = "Новая Зеландия"
 04101                        },
 04102                        new
 04103                        {
 04104                            Id = 146L,
 04105                            Code = 540,
 04106                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04107                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04108                            IsDeleted = false,
 04109                            Name = "Новая Каледония"
 04110                        },
 04111                        new
 04112                        {
 04113                            Id = 147L,
 04114                            Code = 578,
 04115                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04116                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04117                            IsDeleted = false,
 04118                            Name = "Норвегия"
 04119                        },
 04120                        new
 04121                        {
 04122                            Id = 148L,
 04123                            Code = 784,
 04124                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04125                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04126                            IsDeleted = false,
 04127                            Name = "Объединенные Арабские Эмираты"
 04128                        },
 04129                        new
 04130                        {
 04131                            Id = 149L,
 04132                            Code = 512,
 04133                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04134                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04135                            IsDeleted = false,
 04136                            Name = "Оман"
 04137                        },
 04138                        new
 04139                        {
 04140                            Id = 150L,
 04141                            Code = 74,
 04142                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04143                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04144                            IsDeleted = false,
 04145                            Name = "Остров Буве"
 04146                        },
 04147                        new
 04148                        {
 04149                            Id = 151L,
 04150                            Code = 833,
 04151                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04152                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04153                            IsDeleted = false,
 04154                            Name = "Остров Мэн"
 04155                        },
 04156                        new
 04157                        {
 04158                            Id = 152L,
 04159                            Code = 574,
 04160                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04161                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04162                            IsDeleted = false,
 04163                            Name = "Остров Норфолк"
 04164                        },
 04165                        new
 04166                        {
 04167                            Id = 153L,
 04168                            Code = 162,
 04169                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04170                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04171                            IsDeleted = false,
 04172                            Name = "Остров Рождества"
 04173                        },
 04174                        new
 04175                        {
 04176                            Id = 154L,
 04177                            Code = 334,
 04178                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04179                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04180                            IsDeleted = false,
 04181                            Name = "Остров Херд и острова Макдональд"
 04182                        },
 04183                        new
 04184                        {
 04185                            Id = 155L,
 04186                            Code = 136,
 04187                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04188                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04189                            IsDeleted = false,
 04190                            Name = "Острова Кайман"
 04191                        },
 04192                        new
 04193                        {
 04194                            Id = 156L,
 04195                            Code = 184,
 04196                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04197                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04198                            IsDeleted = false,
 04199                            Name = "Острова Кука"
 04200                        },
 04201                        new
 04202                        {
 04203                            Id = 157L,
 04204                            Code = 796,
 04205                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04206                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04207                            IsDeleted = false,
 04208                            Name = "Острова Теркс и Кайкос"
 04209                        },
 04210                        new
 04211                        {
 04212                            Id = 158L,
 04213                            Code = 586,
 04214                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04215                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04216                            IsDeleted = false,
 04217                            Name = "Пакистан"
 04218                        },
 04219                        new
 04220                        {
 04221                            Id = 159L,
 04222                            Code = 585,
 04223                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04224                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04225                            IsDeleted = false,
 04226                            Name = "Палау"
 04227                        },
 04228                        new
 04229                        {
 04230                            Id = 160L,
 04231                            Code = 275,
 04232                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04233                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04234                            IsDeleted = false,
 04235                            Name = "Палестина, Государство"
 04236                        },
 04237                        new
 04238                        {
 04239                            Id = 161L,
 04240                            Code = 591,
 04241                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04242                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04243                            IsDeleted = false,
 04244                            Name = "Панама"
 04245                        },
 04246                        new
 04247                        {
 04248                            Id = 162L,
 04249                            Code = 336,
 04250                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04251                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04252                            IsDeleted = false,
 04253                            Name = "Папский Престол (Государство-город Ватикан)"
 04254                        },
 04255                        new
 04256                        {
 04257                            Id = 163L,
 04258                            Code = 598,
 04259                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04260                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04261                            IsDeleted = false,
 04262                            Name = "Папуа-Новая Гвинея"
 04263                        },
 04264                        new
 04265                        {
 04266                            Id = 164L,
 04267                            Code = 600,
 04268                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04269                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04270                            IsDeleted = false,
 04271                            Name = "Парагвай"
 04272                        },
 04273                        new
 04274                        {
 04275                            Id = 165L,
 04276                            Code = 604,
 04277                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04278                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04279                            IsDeleted = false,
 04280                            Name = "Перу"
 04281                        },
 04282                        new
 04283                        {
 04284                            Id = 166L,
 04285                            Code = 612,
 04286                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04287                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04288                            IsDeleted = false,
 04289                            Name = "Питкерн"
 04290                        },
 04291                        new
 04292                        {
 04293                            Id = 167L,
 04294                            Code = 616,
 04295                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04296                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04297                            IsDeleted = false,
 04298                            Name = "Польша"
 04299                        },
 04300                        new
 04301                        {
 04302                            Id = 168L,
 04303                            Code = 620,
 04304                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04305                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04306                            IsDeleted = false,
 04307                            Name = "Португалия"
 04308                        },
 04309                        new
 04310                        {
 04311                            Id = 169L,
 04312                            Code = 630,
 04313                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04314                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04315                            IsDeleted = false,
 04316                            Name = "Пуэрто-Рико"
 04317                        },
 04318                        new
 04319                        {
 04320                            Id = 170L,
 04321                            Code = 807,
 04322                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04323                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04324                            IsDeleted = false,
 04325                            Name = "Северная Македония"
 04326                        },
 04327                        new
 04328                        {
 04329                            Id = 171L,
 04330                            Code = 638,
 04331                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04332                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04333                            IsDeleted = false,
 04334                            Name = "Реюньон"
 04335                        },
 04336                        new
 04337                        {
 04338                            Id = 172L,
 04339                            Code = 643,
 04340                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04341                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04342                            IsDeleted = false,
 04343                            Name = "Россия"
 04344                        },
 04345                        new
 04346                        {
 04347                            Id = 173L,
 04348                            Code = 646,
 04349                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04350                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04351                            IsDeleted = false,
 04352                            Name = "Руанда"
 04353                        },
 04354                        new
 04355                        {
 04356                            Id = 174L,
 04357                            Code = 642,
 04358                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04359                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04360                            IsDeleted = false,
 04361                            Name = "Румыния"
 04362                        },
 04363                        new
 04364                        {
 04365                            Id = 175L,
 04366                            Code = 882,
 04367                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04368                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04369                            IsDeleted = false,
 04370                            Name = "Самоа"
 04371                        },
 04372                        new
 04373                        {
 04374                            Id = 176L,
 04375                            Code = 674,
 04376                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04377                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04378                            IsDeleted = false,
 04379                            Name = "Сан-Марино"
 04380                        },
 04381                        new
 04382                        {
 04383                            Id = 177L,
 04384                            Code = 678,
 04385                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04386                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04387                            IsDeleted = false,
 04388                            Name = "Сан-Томе и Принсипи"
 04389                        },
 04390                        new
 04391                        {
 04392                            Id = 178L,
 04393                            Code = 682,
 04394                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04395                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04396                            IsDeleted = false,
 04397                            Name = "Саудовская Аравия"
 04398                        },
 04399                        new
 04400                        {
 04401                            Id = 179L,
 04402                            Code = 748,
 04403                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04404                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04405                            IsDeleted = false,
 04406                            Name = "Эсватини"
 04407                        },
 04408                        new
 04409                        {
 04410                            Id = 180L,
 04411                            Code = 654,
 04412                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04413                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04414                            IsDeleted = false,
 04415                            Name = "Святая Елена, Остров вознесения, Тристан-да-Кунья"
 04416                        },
 04417                        new
 04418                        {
 04419                            Id = 181L,
 04420                            Code = 580,
 04421                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04422                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04423                            IsDeleted = false,
 04424                            Name = "Северные Марианские острова"
 04425                        },
 04426                        new
 04427                        {
 04428                            Id = 182L,
 04429                            Code = 652,
 04430                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04431                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04432                            IsDeleted = false,
 04433                            Name = "Сен-Бартелеми"
 04434                        },
 04435                        new
 04436                        {
 04437                            Id = 183L,
 04438                            Code = 663,
 04439                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04440                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04441                            IsDeleted = false,
 04442                            Name = "Сен-Мартен (французская часть)"
 04443                        },
 04444                        new
 04445                        {
 04446                            Id = 184L,
 04447                            Code = 686,
 04448                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04449                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04450                            IsDeleted = false,
 04451                            Name = "Сенегал"
 04452                        },
 04453                        new
 04454                        {
 04455                            Id = 185L,
 04456                            Code = 670,
 04457                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04458                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04459                            IsDeleted = false,
 04460                            Name = "Сент-Винсент и Гренадины"
 04461                        },
 04462                        new
 04463                        {
 04464                            Id = 186L,
 04465                            Code = 659,
 04466                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04467                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04468                            IsDeleted = false,
 04469                            Name = "Сент-Китс и Невис"
 04470                        },
 04471                        new
 04472                        {
 04473                            Id = 187L,
 04474                            Code = 662,
 04475                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04476                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04477                            IsDeleted = false,
 04478                            Name = "Сент-Люсия"
 04479                        },
 04480                        new
 04481                        {
 04482                            Id = 188L,
 04483                            Code = 666,
 04484                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04485                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04486                            IsDeleted = false,
 04487                            Name = "Сен-Пьер и Микелон"
 04488                        },
 04489                        new
 04490                        {
 04491                            Id = 189L,
 04492                            Code = 688,
 04493                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04494                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04495                            IsDeleted = false,
 04496                            Name = "Сербия"
 04497                        },
 04498                        new
 04499                        {
 04500                            Id = 190L,
 04501                            Code = 690,
 04502                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04503                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04504                            IsDeleted = false,
 04505                            Name = "Сейшелы"
 04506                        },
 04507                        new
 04508                        {
 04509                            Id = 191L,
 04510                            Code = 702,
 04511                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04512                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04513                            IsDeleted = false,
 04514                            Name = "Сингапур"
 04515                        },
 04516                        new
 04517                        {
 04518                            Id = 192L,
 04519                            Code = 534,
 04520                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04521                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04522                            IsDeleted = false,
 04523                            Name = "Сен-Мартен (нидерландская часть)"
 04524                        },
 04525                        new
 04526                        {
 04527                            Id = 193L,
 04528                            Code = 760,
 04529                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04530                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04531                            IsDeleted = false,
 04532                            Name = "Сирийская Арабская Республика"
 04533                        },
 04534                        new
 04535                        {
 04536                            Id = 194L,
 04537                            Code = 703,
 04538                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04539                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04540                            IsDeleted = false,
 04541                            Name = "Словакия"
 04542                        },
 04543                        new
 04544                        {
 04545                            Id = 195L,
 04546                            Code = 705,
 04547                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04548                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04549                            IsDeleted = false,
 04550                            Name = "Словения"
 04551                        },
 04552                        new
 04553                        {
 04554                            Id = 196L,
 04555                            Code = 826,
 04556                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04557                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04558                            IsDeleted = false,
 04559                            Name = "Соединенное Королевство"
 04560                        },
 04561                        new
 04562                        {
 04563                            Id = 197L,
 04564                            Code = 840,
 04565                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04566                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04567                            IsDeleted = false,
 04568                            Name = "Соединенные Штаты"
 04569                        },
 04570                        new
 04571                        {
 04572                            Id = 198L,
 04573                            Code = 90,
 04574                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04575                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04576                            IsDeleted = false,
 04577                            Name = "Соломоновы острова"
 04578                        },
 04579                        new
 04580                        {
 04581                            Id = 199L,
 04582                            Code = 706,
 04583                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04584                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04585                            IsDeleted = false,
 04586                            Name = "Сомали"
 04587                        },
 04588                        new
 04589                        {
 04590                            Id = 200L,
 04591                            Code = 729,
 04592                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04593                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04594                            IsDeleted = false,
 04595                            Name = "Судан"
 04596                        },
 04597                        new
 04598                        {
 04599                            Id = 201L,
 04600                            Code = 740,
 04601                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04602                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04603                            IsDeleted = false,
 04604                            Name = "Суринам"
 04605                        },
 04606                        new
 04607                        {
 04608                            Id = 202L,
 04609                            Code = 694,
 04610                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04611                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04612                            IsDeleted = false,
 04613                            Name = "Сьерра-Леоне"
 04614                        },
 04615                        new
 04616                        {
 04617                            Id = 203L,
 04618                            Code = 762,
 04619                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04620                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04621                            IsDeleted = false,
 04622                            Name = "Таджикистан"
 04623                        },
 04624                        new
 04625                        {
 04626                            Id = 204L,
 04627                            Code = 764,
 04628                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04629                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04630                            IsDeleted = false,
 04631                            Name = "Таиланд"
 04632                        },
 04633                        new
 04634                        {
 04635                            Id = 205L,
 04636                            Code = 158,
 04637                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04638                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04639                            IsDeleted = false,
 04640                            Name = "Тайвань (Китай)"
 04641                        },
 04642                        new
 04643                        {
 04644                            Id = 206L,
 04645                            Code = 834,
 04646                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04647                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04648                            IsDeleted = false,
 04649                            Name = "Танзания, Объединенная Республика"
 04650                        },
 04651                        new
 04652                        {
 04653                            Id = 207L,
 04654                            Code = 626,
 04655                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04656                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04657                            IsDeleted = false,
 04658                            Name = "Тимор-Лесте"
 04659                        },
 04660                        new
 04661                        {
 04662                            Id = 208L,
 04663                            Code = 768,
 04664                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04665                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04666                            IsDeleted = false,
 04667                            Name = "Того"
 04668                        },
 04669                        new
 04670                        {
 04671                            Id = 209L,
 04672                            Code = 772,
 04673                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04674                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04675                            IsDeleted = false,
 04676                            Name = "Токелау"
 04677                        },
 04678                        new
 04679                        {
 04680                            Id = 210L,
 04681                            Code = 776,
 04682                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04683                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04684                            IsDeleted = false,
 04685                            Name = "Тонга"
 04686                        },
 04687                        new
 04688                        {
 04689                            Id = 211L,
 04690                            Code = 780,
 04691                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04692                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04693                            IsDeleted = false,
 04694                            Name = "Тринидад и Тобаго"
 04695                        },
 04696                        new
 04697                        {
 04698                            Id = 212L,
 04699                            Code = 798,
 04700                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04701                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04702                            IsDeleted = false,
 04703                            Name = "Тувалу"
 04704                        },
 04705                        new
 04706                        {
 04707                            Id = 213L,
 04708                            Code = 788,
 04709                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04710                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04711                            IsDeleted = false,
 04712                            Name = "Тунис"
 04713                        },
 04714                        new
 04715                        {
 04716                            Id = 214L,
 04717                            Code = 795,
 04718                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04719                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04720                            IsDeleted = false,
 04721                            Name = "Туркменистан"
 04722                        },
 04723                        new
 04724                        {
 04725                            Id = 215L,
 04726                            Code = 792,
 04727                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04728                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04729                            IsDeleted = false,
 04730                            Name = "Турция"
 04731                        },
 04732                        new
 04733                        {
 04734                            Id = 216L,
 04735                            Code = 800,
 04736                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04737                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04738                            IsDeleted = false,
 04739                            Name = "Уганда"
 04740                        },
 04741                        new
 04742                        {
 04743                            Id = 217L,
 04744                            Code = 860,
 04745                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04746                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04747                            IsDeleted = false,
 04748                            Name = "Узбекистан"
 04749                        },
 04750                        new
 04751                        {
 04752                            Id = 218L,
 04753                            Code = 804,
 04754                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04755                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04756                            IsDeleted = false,
 04757                            Name = "Украина"
 04758                        },
 04759                        new
 04760                        {
 04761                            Id = 219L,
 04762                            Code = 876,
 04763                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04764                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04765                            IsDeleted = false,
 04766                            Name = "Уоллис и Футуна"
 04767                        },
 04768                        new
 04769                        {
 04770                            Id = 220L,
 04771                            Code = 858,
 04772                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04773                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04774                            IsDeleted = false,
 04775                            Name = "Уругвай"
 04776                        },
 04777                        new
 04778                        {
 04779                            Id = 221L,
 04780                            Code = 234,
 04781                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04782                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04783                            IsDeleted = false,
 04784                            Name = "Фарерские острова"
 04785                        },
 04786                        new
 04787                        {
 04788                            Id = 222L,
 04789                            Code = 242,
 04790                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04791                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04792                            IsDeleted = false,
 04793                            Name = "Фиджи"
 04794                        },
 04795                        new
 04796                        {
 04797                            Id = 223L,
 04798                            Code = 608,
 04799                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04800                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04801                            IsDeleted = false,
 04802                            Name = "Филиппины"
 04803                        },
 04804                        new
 04805                        {
 04806                            Id = 224L,
 04807                            Code = 246,
 04808                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04809                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04810                            IsDeleted = false,
 04811                            Name = "Финляндия"
 04812                        },
 04813                        new
 04814                        {
 04815                            Id = 225L,
 04816                            Code = 238,
 04817                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04818                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04819                            IsDeleted = false,
 04820                            Name = "Фолклендские острова (Мальвинские)"
 04821                        },
 04822                        new
 04823                        {
 04824                            Id = 226L,
 04825                            Code = 250,
 04826                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04827                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04828                            IsDeleted = false,
 04829                            Name = "Франция"
 04830                        },
 04831                        new
 04832                        {
 04833                            Id = 227L,
 04834                            Code = 254,
 04835                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04836                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04837                            IsDeleted = false,
 04838                            Name = "Французская Гвиана"
 04839                        },
 04840                        new
 04841                        {
 04842                            Id = 228L,
 04843                            Code = 258,
 04844                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04845                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04846                            IsDeleted = false,
 04847                            Name = "Французская Полинезия"
 04848                        },
 04849                        new
 04850                        {
 04851                            Id = 229L,
 04852                            Code = 260,
 04853                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04854                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04855                            IsDeleted = false,
 04856                            Name = "Французские Южные территории"
 04857                        },
 04858                        new
 04859                        {
 04860                            Id = 230L,
 04861                            Code = 191,
 04862                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04863                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04864                            IsDeleted = false,
 04865                            Name = "Хорватия"
 04866                        },
 04867                        new
 04868                        {
 04869                            Id = 231L,
 04870                            Code = 140,
 04871                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04872                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04873                            IsDeleted = false,
 04874                            Name = "Центрально-Африканская Республика"
 04875                        },
 04876                        new
 04877                        {
 04878                            Id = 232L,
 04879                            Code = 148,
 04880                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04881                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04882                            IsDeleted = false,
 04883                            Name = "Чад"
 04884                        },
 04885                        new
 04886                        {
 04887                            Id = 233L,
 04888                            Code = 499,
 04889                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04890                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04891                            IsDeleted = false,
 04892                            Name = "Черногория"
 04893                        },
 04894                        new
 04895                        {
 04896                            Id = 234L,
 04897                            Code = 203,
 04898                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04899                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04900                            IsDeleted = false,
 04901                            Name = "Чешская Республика"
 04902                        },
 04903                        new
 04904                        {
 04905                            Id = 235L,
 04906                            Code = 152,
 04907                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04908                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04909                            IsDeleted = false,
 04910                            Name = "Чили"
 04911                        },
 04912                        new
 04913                        {
 04914                            Id = 236L,
 04915                            Code = 756,
 04916                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04917                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04918                            IsDeleted = false,
 04919                            Name = "Швейцария"
 04920                        },
 04921                        new
 04922                        {
 04923                            Id = 237L,
 04924                            Code = 752,
 04925                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04926                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04927                            IsDeleted = false,
 04928                            Name = "Швеция"
 04929                        },
 04930                        new
 04931                        {
 04932                            Id = 238L,
 04933                            Code = 744,
 04934                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04935                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04936                            IsDeleted = false,
 04937                            Name = "Шпицберген и Ян Майен"
 04938                        },
 04939                        new
 04940                        {
 04941                            Id = 239L,
 04942                            Code = 144,
 04943                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04944                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04945                            IsDeleted = false,
 04946                            Name = "Шри-Ланка"
 04947                        },
 04948                        new
 04949                        {
 04950                            Id = 240L,
 04951                            Code = 218,
 04952                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04953                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04954                            IsDeleted = false,
 04955                            Name = "Эквадор"
 04956                        },
 04957                        new
 04958                        {
 04959                            Id = 241L,
 04960                            Code = 226,
 04961                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04962                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04963                            IsDeleted = false,
 04964                            Name = "Экваториальная Гвинея"
 04965                        },
 04966                        new
 04967                        {
 04968                            Id = 242L,
 04969                            Code = 248,
 04970                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04971                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04972                            IsDeleted = false,
 04973                            Name = "Эландские острова"
 04974                        },
 04975                        new
 04976                        {
 04977                            Id = 243L,
 04978                            Code = 222,
 04979                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04980                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04981                            IsDeleted = false,
 04982                            Name = "Эль-Сальвадор"
 04983                        },
 04984                        new
 04985                        {
 04986                            Id = 244L,
 04987                            Code = 232,
 04988                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04989                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04990                            IsDeleted = false,
 04991                            Name = "Эритрея"
 04992                        },
 04993                        new
 04994                        {
 04995                            Id = 245L,
 04996                            Code = 233,
 04997                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 04998                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 04999                            IsDeleted = false,
 05000                            Name = "Эстония"
 05001                        },
 05002                        new
 05003                        {
 05004                            Id = 246L,
 05005                            Code = 231,
 05006                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05007                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05008                            IsDeleted = false,
 05009                            Name = "Эфиопия"
 05010                        },
 05011                        new
 05012                        {
 05013                            Id = 247L,
 05014                            Code = 710,
 05015                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05016                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05017                            IsDeleted = false,
 05018                            Name = "Южная Африка"
 05019                        },
 05020                        new
 05021                        {
 05022                            Id = 248L,
 05023                            Code = 239,
 05024                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05025                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05026                            IsDeleted = false,
 05027                            Name = "Южная Джорджия и Южные Сандвичевы острова"
 05028                        },
 05029                        new
 05030                        {
 05031                            Id = 249L,
 05032                            Code = 896,
 05033                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05034                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05035                            IsDeleted = false,
 05036                            Name = "Южная Осетия"
 05037                        },
 05038                        new
 05039                        {
 05040                            Id = 250L,
 05041                            Code = 728,
 05042                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05043                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05044                            IsDeleted = false,
 05045                            Name = "Южный Судан"
 05046                        },
 05047                        new
 05048                        {
 05049                            Id = 251L,
 05050                            Code = 388,
 05051                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05052                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05053                            IsDeleted = false,
 05054                            Name = "Ямайка"
 05055                        },
 05056                        new
 05057                        {
 05058                            Id = 252L,
 05059                            Code = 392,
 05060                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05061                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05062                            IsDeleted = false,
 05063                            Name = "Япония"
 05064                        });
 05065                });
 5066
 05067            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Currency", b =>
 05068                {
 05069                    b.Property<long>("Id")
 05070                        .ValueGeneratedOnAdd()
 05071                        .HasColumnType("bigint")
 05072                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 05073                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 05074
 05075                    b.Property<string>("CODE")
 05076                        .IsRequired()
 05077                        .HasColumnType("text");
 05078
 05079                    b.Property<string>("COUNTRY")
 05080                        .IsRequired()
 05081                        .HasColumnType("text");
 05082
 05083                    b.Property<long?>("CreatedByUserId")
 05084                        .HasColumnType("bigint");
 05085
 05086                    b.Property<DateTime>("CreationDateTime")
 05087                        .HasColumnType("timestamp without time zone");
 05088
 05089                    b.Property<Guid>("GUID")
 05090                        .ValueGeneratedOnAdd()
 05091                        .HasColumnType("uuid");
 05092
 05093                    b.Property<bool>("IsDeleted")
 05094                        .HasColumnType("boolean");
 05095
 05096                    b.Property<DateTime?>("ModificationDateTime")
 05097                        .HasColumnType("timestamp without time zone");
 05098
 05099                    b.Property<long?>("ModifiedByUserId")
 05100                        .HasColumnType("bigint");
 05101
 05102                    b.Property<string>("NAME")
 05103                        .IsRequired()
 05104                        .HasColumnType("text");
 05105
 05106                    b.Property<decimal>("Rate")
 05107                        .HasColumnType("decimal(18,2)");
 05108
 05109                    b.Property<long?>("RecStateId")
 05110                        .HasColumnType("bigint");
 05111
 05112                    b.Property<string>("STRCODE")
 05113                        .IsRequired()
 05114                        .HasColumnType("text");
 05115
 05116                    b.Property<string>("global_id")
 05117                        .HasColumnType("text");
 05118
 05119                    b.Property<string>("system_object_id")
 05120                        .HasColumnType("text");
 05121
 05122                    b.HasKey("Id");
 05123
 05124                    b.HasIndex("CODE")
 05125                        .IsUnique();
 05126
 05127                    b.HasIndex("CreatedByUserId");
 05128
 05129                    b.HasIndex("ModifiedByUserId");
 05130
 05131                    b.HasIndex("NAME")
 05132                        .IsUnique();
 05133
 05134                    b.HasIndex("RecStateId");
 05135
 05136                    b.HasIndex("STRCODE")
 05137                        .IsUnique();
 05138
 05139                    b.ToTable("refCurrency");
 05140
 05141                    b.HasData(
 05142                        new
 05143                        {
 05144                            Id = 1L,
 05145                            CODE = "643",
 05146                            COUNTRY = "Россия",
 05147                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05148                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05149                            IsDeleted = false,
 05150                            NAME = "Российский рубль",
 05151                            Rate = 1m,
 05152                            STRCODE = "RUB",
 05153                            global_id = "62838439",
 05154                            system_object_id = "643"
 05155                        });
 05156                });
 5157
 05158            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.DeliveryCostType", b =>
 05159                {
 05160                    b.Property<long>("Id")
 05161                        .ValueGeneratedOnAdd()
 05162                        .HasColumnType("bigint")
 05163                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 05164                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 05165
 05166                    b.Property<string>("Code")
 05167                        .IsRequired()
 05168                        .HasColumnType("text");
 05169
 05170                    b.Property<long?>("CreatedByUserId")
 05171                        .HasColumnType("bigint");
 05172
 05173                    b.Property<DateTime>("CreationDateTime")
 05174                        .HasColumnType("timestamp without time zone");
 05175
 05176                    b.Property<long>("DeliveryTypeId")
 05177                        .HasColumnType("bigint");
 05178
 05179                    b.Property<string>("Description")
 05180                        .HasColumnType("text");
 05181
 05182                    b.Property<Guid>("GUID")
 05183                        .ValueGeneratedOnAdd()
 05184                        .HasColumnType("uuid");
 05185
 05186                    b.Property<bool>("IsDeleted")
 05187                        .HasColumnType("boolean");
 05188
 05189                    b.Property<DateTime?>("ModificationDateTime")
 05190                        .HasColumnType("timestamp without time zone");
 05191
 05192                    b.Property<long?>("ModifiedByUserId")
 05193                        .HasColumnType("bigint");
 05194
 05195                    b.Property<string>("Name")
 05196                        .IsRequired()
 05197                        .HasColumnType("text");
 05198
 05199                    b.Property<long>("RecStateId")
 05200                        .HasColumnType("bigint");
 05201
 05202                    b.HasKey("Id");
 05203
 05204                    b.HasIndex("CreatedByUserId");
 05205
 05206                    b.HasIndex("DeliveryTypeId");
 05207
 05208                    b.HasIndex("ModifiedByUserId");
 05209
 05210                    b.HasIndex("RecStateId");
 05211
 05212                    b.ToTable("refDeliveryCostType");
 05213
 05214                    b.HasData(
 05215                        new
 05216                        {
 05217                            Id = 1L,
 05218                            Code = "OrderSum",
 05219                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05220                            DeliveryTypeId = 1L,
 05221                            Description = "На основе суммы заказа",
 05222                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05223                            IsDeleted = false,
 05224                            Name = "Сумма заказа",
 05225                            RecStateId = 2L
 05226                        },
 05227                        new
 05228                        {
 05229                            Id = 2L,
 05230                            Code = "OverallSize",
 05231                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05232                            DeliveryTypeId = 1L,
 05233                            Description = "На основе габаритных характеристик",
 05234                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05235                            IsDeleted = false,
 05236                            Name = "Габаритные характеристики",
 05237                            RecStateId = 3L
 05238                        });
 05239                });
 5240
 05241            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.DeliveryType", b =>
 05242                {
 05243                    b.Property<long>("Id")
 05244                        .ValueGeneratedOnAdd()
 05245                        .HasColumnType("bigint")
 05246                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 05247                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 05248
 05249                    b.Property<string>("Code")
 05250                        .IsRequired()
 05251                        .HasColumnType("text");
 05252
 05253                    b.Property<long?>("CreatedByUserId")
 05254                        .HasColumnType("bigint");
 05255
 05256                    b.Property<DateTime>("CreationDateTime")
 05257                        .HasColumnType("timestamp without time zone");
 05258
 05259                    b.Property<string>("Description")
 05260                        .HasColumnType("text");
 05261
 05262                    b.Property<Guid>("GUID")
 05263                        .ValueGeneratedOnAdd()
 05264                        .HasColumnType("uuid");
 05265
 05266                    b.Property<bool>("IsDeleted")
 05267                        .HasColumnType("boolean");
 05268
 05269                    b.Property<DateTime?>("ModificationDateTime")
 05270                        .HasColumnType("timestamp without time zone");
 05271
 05272                    b.Property<long?>("ModifiedByUserId")
 05273                        .HasColumnType("bigint");
 05274
 05275                    b.Property<string>("Name")
 05276                        .IsRequired()
 05277                        .HasColumnType("text");
 05278
 05279                    b.Property<long?>("RecStateId")
 05280                        .HasColumnType("bigint");
 05281
 05282                    b.HasKey("Id");
 05283
 05284                    b.HasIndex("CreatedByUserId");
 05285
 05286                    b.HasIndex("ModifiedByUserId");
 05287
 05288                    b.HasIndex("RecStateId");
 05289
 05290                    b.ToTable("refDeliveryType");
 05291
 05292                    b.HasData(
 05293                        new
 05294                        {
 05295                            Id = 1L,
 05296                            Code = "Delivery",
 05297                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05298                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05299                            IsDeleted = false,
 05300                            Name = "Доставка"
 05301                        },
 05302                        new
 05303                        {
 05304                            Id = 2L,
 05305                            Code = "Pickup",
 05306                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05307                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05308                            IsDeleted = false,
 05309                            Name = "Самовывоз"
 05310                        });
 05311                });
 5312
 05313            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", b =>
 05314                {
 05315                    b.Property<long>("Id")
 05316                        .ValueGeneratedOnAdd()
 05317                        .HasColumnType("bigint")
 05318                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 05319
 05320                    b.Property<long?>("ActualAddressId")
 05321                        .HasColumnType("bigint");
 05322
 05323                    b.Property<decimal>("Area")
 05324                        .HasColumnType("decimal(18,2)");
 05325
 05326                    b.Property<long?>("ClusterId")
 05327                        .HasColumnType("bigint");
 05328
 05329                    b.Property<long>("ContragentId")
 05330                        .HasColumnType("bigint");
 05331
 05332                    b.Property<long?>("CreatedByUserId")
 05333                        .HasColumnType("bigint");
 05334
 05335                    b.Property<DateTime>("CreationDateTime")
 05336                        .HasColumnType("timestamp without time zone");
 05337
 05338                    b.Property<string>("Email")
 05339                        .HasColumnType("text");
 05340
 05341                    b.Property<Guid>("GUID")
 05342                        .ValueGeneratedOnAdd()
 05343                        .HasColumnType("uuid");
 05344
 05345                    b.Property<bool>("IsDeleted")
 05346                        .HasColumnType("boolean");
 05347
 05348                    b.Property<long?>("KindId")
 05349                        .HasColumnType("bigint");
 05350
 05351                    b.Property<string>("Kpp")
 05352                        .HasColumnType("text");
 05353
 05354                    b.Property<DateTime?>("ModificationDateTime")
 05355                        .HasColumnType("timestamp without time zone");
 05356
 05357                    b.Property<long?>("ModifiedByUserId")
 05358                        .HasColumnType("bigint");
 05359
 05360                    b.Property<string>("Name")
 05361                        .IsRequired()
 05362                        .HasColumnType("text");
 05363
 05364                    b.Property<string>("PhoneNumber")
 05365                        .IsRequired()
 05366                        .HasColumnType("text");
 05367
 05368                    b.Property<long?>("RecStateId")
 05369                        .HasColumnType("bigint");
 05370
 05371                    b.Property<long?>("StatusId")
 05372                        .HasColumnType("bigint");
 05373
 05374                    b.HasKey("Id");
 05375
 05376                    b.HasIndex("ActualAddressId");
 05377
 05378                    b.HasIndex("ClusterId");
 05379
 05380                    b.HasIndex("ContragentId");
 05381
 05382                    b.HasIndex("CreatedByUserId");
 05383
 05384                    b.HasIndex("KindId");
 05385
 05386                    b.HasIndex("ModifiedByUserId");
 05387
 05388                    b.HasIndex("Name")
 05389                        .IsUnique();
 05390
 05391                    b.HasIndex("PhoneNumber");
 05392
 05393                    b.HasIndex("RecStateId");
 05394
 05395                    b.HasIndex("StatusId");
 05396
 05397                    b.ToTable("Departments");
 05398
 05399                    b.HasData(
 05400                        new
 05401                        {
 05402                            Id = -2L,
 05403                            ActualAddressId = -1L,
 05404                            Area = 100.0m,
 05405                            ContragentId = -2L,
 05406                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05407                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05408                            IsDeleted = false,
 05409                            KindId = 4L,
 05410                            Kpp = "4",
 05411                            Name = "Сервисный департамент",
 05412                            PhoneNumber = "88008008000",
 05413                            StatusId = 2L
 05414                        },
 05415                        new
 05416                        {
 05417                            Id = -1L,
 05418                            ActualAddressId = -1L,
 05419                            Area = 100.0m,
 05420                            ContragentId = -1L,
 05421                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05422                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05423                            IsDeleted = false,
 05424                            KindId = 2L,
 05425                            Kpp = "3",
 05426                            Name = "Демонстрационный магазин №1",
 05427                            PhoneNumber = "88008008000",
 05428                            StatusId = 2L
 05429                        });
 05430                });
 5431
 05432            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.DepartmentCategoryRatio", b =>
 05433                {
 05434                    b.Property<long>("Id")
 05435                        .ValueGeneratedOnAdd()
 05436                        .HasColumnType("bigint")
 05437                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 05438
 05439                    b.Property<long>("CategoryId")
 05440                        .HasColumnType("bigint");
 05441
 05442                    b.Property<long?>("CreatedByUserId")
 05443                        .HasColumnType("bigint");
 05444
 05445                    b.Property<DateTime>("CreationDateTime")
 05446                        .HasColumnType("timestamp without time zone");
 05447
 05448                    b.Property<long>("DepartmentId")
 05449                        .HasColumnType("bigint");
 05450
 05451                    b.Property<Guid>("GUID")
 05452                        .ValueGeneratedOnAdd()
 05453                        .HasColumnType("uuid");
 05454
 05455                    b.Property<bool>("IsDeleted")
 05456                        .HasColumnType("boolean");
 05457
 05458                    b.Property<DateTime?>("ModificationDateTime")
 05459                        .HasColumnType("timestamp without time zone");
 05460
 05461                    b.Property<long?>("ModifiedByUserId")
 05462                        .HasColumnType("bigint");
 05463
 05464                    b.Property<long?>("RecStateId")
 05465                        .HasColumnType("bigint");
 05466
 05467                    b.Property<decimal>("TradeRatio")
 05468                        .HasColumnType("decimal(18,2)");
 05469
 05470                    b.HasKey("Id");
 05471
 05472                    b.HasIndex("CategoryId");
 05473
 05474                    b.HasIndex("CreatedByUserId");
 05475
 05476                    b.HasIndex("ModifiedByUserId");
 05477
 05478                    b.HasIndex("RecStateId");
 05479
 05480                    b.HasIndex("DepartmentId", "CategoryId")
 05481                        .IsUnique();
 05482
 05483                    b.ToTable("DepartmentCategoryRatio");
 05484                });
 5485
 05486            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.DepartmentGoodSetting", b =>
 05487                {
 05488                    b.Property<long>("Id")
 05489                        .ValueGeneratedOnAdd()
 05490                        .HasColumnType("bigint")
 05491                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 05492
 05493                    b.Property<long?>("CreatedByUserId")
 05494                        .HasColumnType("bigint");
 05495
 05496                    b.Property<DateTime>("CreationDateTime")
 05497                        .HasColumnType("timestamp without time zone");
 05498
 05499                    b.Property<long>("DepartmentId")
 05500                        .HasColumnType("bigint");
 05501
 05502                    b.Property<Guid>("GUID")
 05503                        .ValueGeneratedOnAdd()
 05504                        .HasColumnType("uuid");
 05505
 05506                    b.Property<long>("GoodId")
 05507                        .HasColumnType("bigint");
 05508
 05509                    b.Property<bool>("IsDeleted")
 05510                        .HasColumnType("boolean");
 05511
 05512                    b.Property<decimal>("MinQuantity")
 05513                        .HasColumnType("decimal(18,2)");
 05514
 05515                    b.Property<DateTime?>("ModificationDateTime")
 05516                        .HasColumnType("timestamp without time zone");
 05517
 05518                    b.Property<long?>("ModifiedByUserId")
 05519                        .HasColumnType("bigint");
 05520
 05521                    b.Property<decimal>("PickingQuantum")
 05522                        .HasColumnType("decimal(18,2)");
 05523
 05524                    b.Property<long?>("RecStateId")
 05525                        .HasColumnType("bigint");
 05526
 05527                    b.Property<bool>("ShowcaseVisible")
 05528                        .HasColumnType("boolean");
 05529
 05530                    b.Property<string>("VendorCode")
 05531                        .HasColumnType("text");
 05532
 05533                    b.HasKey("Id");
 05534
 05535                    b.HasIndex("CreatedByUserId");
 05536
 05537                    b.HasIndex("DepartmentId");
 05538
 05539                    b.HasIndex("ModifiedByUserId");
 05540
 05541                    b.HasIndex("RecStateId");
 05542
 05543                    b.HasIndex("GoodId", "DepartmentId")
 05544                        .IsUnique();
 05545
 05546                    b.ToTable("DepartmentGoodSetting");
 05547                });
 5548
 05549            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.DepartmentsKind", b =>
 05550                {
 05551                    b.Property<long>("Id")
 05552                        .ValueGeneratedOnAdd()
 05553                        .HasColumnType("bigint")
 05554                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 05555                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 05556
 05557                    b.Property<string>("Code")
 05558                        .IsRequired()
 05559                        .HasColumnType("text");
 05560
 05561                    b.Property<long>("ContragentsKindId")
 05562                        .HasColumnType("bigint");
 05563
 05564                    b.Property<long?>("CreatedByUserId")
 05565                        .HasColumnType("bigint");
 05566
 05567                    b.Property<DateTime>("CreationDateTime")
 05568                        .HasColumnType("timestamp without time zone");
 05569
 05570                    b.Property<string>("Description")
 05571                        .HasColumnType("text");
 05572
 05573                    b.Property<Guid>("GUID")
 05574                        .ValueGeneratedOnAdd()
 05575                        .HasColumnType("uuid");
 05576
 05577                    b.Property<bool>("IsDeleted")
 05578                        .HasColumnType("boolean");
 05579
 05580                    b.Property<DateTime?>("ModificationDateTime")
 05581                        .HasColumnType("timestamp without time zone");
 05582
 05583                    b.Property<long?>("ModifiedByUserId")
 05584                        .HasColumnType("bigint");
 05585
 05586                    b.Property<string>("Name")
 05587                        .IsRequired()
 05588                        .HasColumnType("text");
 05589
 05590                    b.Property<long?>("RecStateId")
 05591                        .HasColumnType("bigint");
 05592
 05593                    b.HasKey("Id");
 05594
 05595                    b.HasIndex("ContragentsKindId");
 05596
 05597                    b.HasIndex("CreatedByUserId");
 05598
 05599                    b.HasIndex("ModifiedByUserId");
 05600
 05601                    b.HasIndex("RecStateId");
 05602
 05603                    b.ToTable("refDepartmentsKind");
 05604
 05605                    b.HasData(
 05606                        new
 05607                        {
 05608                            Id = 1L,
 05609                            Code = "Warehouse",
 05610                            ContragentsKindId = 3L,
 05611                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05612                            Description = "",
 05613                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05614                            IsDeleted = false,
 05615                            Name = "Склад"
 05616                        },
 05617                        new
 05618                        {
 05619                            Id = 2L,
 05620                            Code = "Shop",
 05621                            ContragentsKindId = 2L,
 05622                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05623                            Description = "",
 05624                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05625                            IsDeleted = false,
 05626                            Name = "Магазин"
 05627                        },
 05628                        new
 05629                        {
 05630                            Id = 3L,
 05631                            Code = "Plant",
 05632                            ContragentsKindId = 4L,
 05633                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05634                            Description = "",
 05635                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05636                            IsDeleted = false,
 05637                            Name = "Завод"
 05638                        },
 05639                        new
 05640                        {
 05641                            Id = 4L,
 05642                            Code = "Maintenance",
 05643                            ContragentsKindId = 6L,
 05644                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05645                            Description = "",
 05646                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05647                            IsDeleted = false,
 05648                            Name = "Сервисная служба"
 05649                        });
 05650                });
 5651
 05652            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.DepartmentsStatus", b =>
 05653                {
 05654                    b.Property<long>("Id")
 05655                        .ValueGeneratedOnAdd()
 05656                        .HasColumnType("bigint")
 05657                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 05658                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 05659
 05660                    b.Property<string>("Code")
 05661                        .IsRequired()
 05662                        .HasColumnType("text");
 05663
 05664                    b.Property<long?>("CreatedByUserId")
 05665                        .HasColumnType("bigint");
 05666
 05667                    b.Property<DateTime>("CreationDateTime")
 05668                        .HasColumnType("timestamp without time zone");
 05669
 05670                    b.Property<string>("Description")
 05671                        .HasColumnType("text");
 05672
 05673                    b.Property<Guid>("GUID")
 05674                        .ValueGeneratedOnAdd()
 05675                        .HasColumnType("uuid");
 05676
 05677                    b.Property<bool>("IsDeleted")
 05678                        .HasColumnType("boolean");
 05679
 05680                    b.Property<DateTime?>("ModificationDateTime")
 05681                        .HasColumnType("timestamp without time zone");
 05682
 05683                    b.Property<long?>("ModifiedByUserId")
 05684                        .HasColumnType("bigint");
 05685
 05686                    b.Property<string>("Name")
 05687                        .IsRequired()
 05688                        .HasColumnType("text");
 05689
 05690                    b.Property<long?>("RecStateId")
 05691                        .HasColumnType("bigint");
 05692
 05693                    b.HasKey("Id");
 05694
 05695                    b.HasIndex("CreatedByUserId");
 05696
 05697                    b.HasIndex("ModifiedByUserId");
 05698
 05699                    b.HasIndex("RecStateId");
 05700
 05701                    b.ToTable("refDepartmentsStatus");
 05702
 05703                    b.HasData(
 05704                        new
 05705                        {
 05706                            Id = 1L,
 05707                            Code = "New",
 05708                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05709                            Description = "",
 05710                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05711                            IsDeleted = false,
 05712                            Name = "Новый"
 05713                        },
 05714                        new
 05715                        {
 05716                            Id = 2L,
 05717                            Code = "Active",
 05718                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05719                            Description = "",
 05720                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05721                            IsDeleted = false,
 05722                            Name = "Активный"
 05723                        },
 05724                        new
 05725                        {
 05726                            Id = 3L,
 05727                            Code = "Inactive",
 05728                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05729                            Description = "",
 05730                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05731                            IsDeleted = false,
 05732                            Name = "Неактивный"
 05733                        },
 05734                        new
 05735                        {
 05736                            Id = 4L,
 05737                            Code = "Paused",
 05738                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05739                            Description = "",
 05740                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05741                            IsDeleted = false,
 05742                            Name = "На паузе"
 05743                        });
 05744                });
 5745
 05746            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.DiscountColor", b =>
 05747                {
 05748                    b.Property<long>("Id")
 05749                        .ValueGeneratedOnAdd()
 05750                        .HasColumnType("bigint")
 05751                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 05752                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 05753
 05754                    b.Property<long?>("CreatedByUserId")
 05755                        .HasColumnType("bigint");
 05756
 05757                    b.Property<DateTime>("CreationDateTime")
 05758                        .HasColumnType("timestamp without time zone");
 05759
 05760                    b.Property<int>("DiscountLevel")
 05761                        .HasColumnType("integer");
 05762
 05763                    b.Property<Guid>("GUID")
 05764                        .ValueGeneratedOnAdd()
 05765                        .HasColumnType("uuid");
 05766
 05767                    b.Property<bool>("IsDeleted")
 05768                        .HasColumnType("boolean");
 05769
 05770                    b.Property<string>("LabelColor")
 05771                        .IsRequired()
 05772                        .HasColumnType("text");
 05773
 05774                    b.Property<DateTime?>("ModificationDateTime")
 05775                        .HasColumnType("timestamp without time zone");
 05776
 05777                    b.Property<long?>("ModifiedByUserId")
 05778                        .HasColumnType("bigint");
 05779
 05780                    b.Property<long?>("RecStateId")
 05781                        .HasColumnType("bigint");
 05782
 05783                    b.Property<string>("TextColor")
 05784                        .IsRequired()
 05785                        .HasColumnType("text");
 05786
 05787                    b.Property<decimal>("Transparency")
 05788                        .HasColumnType("decimal(18,2)");
 05789
 05790                    b.HasKey("Id");
 05791
 05792                    b.HasIndex("CreatedByUserId");
 05793
 05794                    b.HasIndex("ModifiedByUserId");
 05795
 05796                    b.HasIndex("RecStateId");
 05797
 05798                    b.HasIndex("DiscountLevel", "LabelColor")
 05799                        .IsUnique();
 05800
 05801                    b.ToTable("DiscountColors");
 05802
 05803                    b.HasData(
 05804                        new
 05805                        {
 05806                            Id = 1L,
 05807                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 05808                            DiscountLevel = 10,
 05809                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 05810                            IsDeleted = false,
 05811                            LabelColor = "#EA6B6A",
 05812                            TextColor = "#FFFFFF",
 05813                            Transparency = 1m
 05814                        });
 05815                });
 5816
 05817            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.DownloadGoodsImagesTask", b =>
 05818                {
 05819                    b.Property<long>("Id")
 05820                        .ValueGeneratedOnAdd()
 05821                        .HasColumnType("bigint")
 05822                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 05823
 05824                    b.Property<bool>("ActiveGoodsOnly")
 05825                        .HasColumnType("boolean");
 05826
 05827                    b.Property<long?>("CreatedByUserId")
 05828                        .HasColumnType("bigint");
 05829
 05830                    b.Property<DateTime>("CreationDateTime")
 05831                        .HasColumnType("timestamp without time zone");
 05832
 05833                    b.Property<string>("DownloadUrl")
 05834                        .HasColumnType("text");
 05835
 05836                    b.Property<string>("Error")
 05837                        .HasColumnType("text");
 05838
 05839                    b.Property<DateTime?>("FinishedDate")
 05840                        .HasColumnType("timestamp without time zone");
 05841
 05842                    b.Property<bool>("InProgress")
 05843                        .HasColumnType("boolean");
 05844
 05845                    b.Property<string>("InnerError")
 05846                        .HasColumnType("text");
 05847
 05848                    b.Property<string>("InnerStackTrace")
 05849                        .HasColumnType("text");
 05850
 05851                    b.Property<bool>("IsDeleted")
 05852                        .HasColumnType("boolean");
 05853
 05854                    b.Property<DateTime?>("ModificationDateTime")
 05855                        .HasColumnType("timestamp without time zone");
 05856
 05857                    b.Property<long?>("ModifiedByUserId")
 05858                        .HasColumnType("bigint");
 05859
 05860                    b.Property<long?>("RecStateId")
 05861                        .HasColumnType("bigint");
 05862
 05863                    b.Property<string>("StackTrace")
 05864                        .HasColumnType("text");
 05865
 05866                    b.HasKey("Id");
 05867
 05868                    b.HasIndex("CreatedByUserId");
 05869
 05870                    b.HasIndex("ModifiedByUserId");
 05871
 05872                    b.HasIndex("RecStateId");
 05873
 05874                    b.ToTable("DownloadGoodsImagesTasks");
 05875                });
 5876
 05877            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Email", b =>
 05878                {
 05879                    b.Property<long>("Id")
 05880                        .ValueGeneratedOnAdd()
 05881                        .HasColumnType("bigint")
 05882                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 05883
 05884                    b.Property<string>("Attachment")
 05885                        .HasColumnType("text");
 05886
 05887                    b.Property<string>("Body")
 05888                        .IsRequired()
 05889                        .HasColumnType("text");
 05890
 05891                    b.Property<long?>("CreatedByUserId")
 05892                        .HasColumnType("bigint");
 05893
 05894                    b.Property<DateTime>("CreationDateTime")
 05895                        .HasColumnType("timestamp without time zone");
 05896
 05897                    b.Property<string>("Error")
 05898                        .HasColumnType("text");
 05899
 05900                    b.Property<Guid>("GUID")
 05901                        .ValueGeneratedOnAdd()
 05902                        .HasColumnType("uuid");
 05903
 05904                    b.Property<bool>("IsDeleted")
 05905                        .HasColumnType("boolean");
 05906
 05907                    b.Property<DateTime?>("ModificationDateTime")
 05908                        .HasColumnType("timestamp without time zone");
 05909
 05910                    b.Property<long?>("ModifiedByUserId")
 05911                        .HasColumnType("bigint");
 05912
 05913                    b.Property<long?>("RecStateId")
 05914                        .HasColumnType("bigint");
 05915
 05916                    b.Property<string>("Receiver")
 05917                        .IsRequired()
 05918                        .HasColumnType("text");
 05919
 05920                    b.Property<int>("Status")
 05921                        .HasColumnType("integer");
 05922
 05923                    b.Property<string>("Subject")
 05924                        .IsRequired()
 05925                        .HasColumnType("text");
 05926
 05927                    b.HasKey("Id");
 05928
 05929                    b.HasIndex("CreatedByUserId");
 05930
 05931                    b.HasIndex("ModifiedByUserId");
 05932
 05933                    b.HasIndex("RecStateId");
 05934
 05935                    b.ToTable("Emails");
 05936                });
 5937
 05938            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Event", b =>
 05939                {
 05940                    b.Property<long>("Id")
 05941                        .ValueGeneratedOnAdd()
 05942                        .HasColumnType("bigint")
 05943                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 05944
 05945                    b.Property<long?>("CreatedByUserId")
 05946                        .HasColumnType("bigint");
 05947
 05948                    b.Property<DateTime>("CreationDateTime")
 05949                        .HasColumnType("timestamp without time zone");
 05950
 05951                    b.Property<DateTime>("DtCreated")
 05952                        .HasColumnType("timestamp without time zone");
 05953
 05954                    b.Property<string>("Entity")
 05955                        .IsRequired()
 05956                        .HasColumnType("text");
 05957
 05958                    b.Property<long>("EventsKindId")
 05959                        .HasColumnType("bigint");
 05960
 05961                    b.Property<Guid>("GUID")
 05962                        .ValueGeneratedOnAdd()
 05963                        .HasColumnType("uuid");
 05964
 05965                    b.Property<bool>("IsDeleted")
 05966                        .HasColumnType("boolean");
 05967
 05968                    b.Property<DateTime?>("ModificationDateTime")
 05969                        .HasColumnType("timestamp without time zone");
 05970
 05971                    b.Property<long?>("ModifiedByUserId")
 05972                        .HasColumnType("bigint");
 05973
 05974                    b.Property<string>("ReasonJson")
 05975                        .HasColumnType("text");
 05976
 05977                    b.Property<long?>("RecStateId")
 05978                        .HasColumnType("bigint");
 05979
 05980                    b.Property<Guid>("RecordGuid")
 05981                        .HasColumnType("uuid");
 05982
 05983                    b.Property<long>("UserId")
 05984                        .HasColumnType("bigint");
 05985
 05986                    b.HasKey("Id");
 05987
 05988                    b.HasIndex("CreatedByUserId");
 05989
 05990                    b.HasIndex("Entity");
 05991
 05992                    b.HasIndex("EventsKindId");
 05993
 05994                    b.HasIndex("ModifiedByUserId");
 05995
 05996                    b.HasIndex("ReasonJson");
 05997
 05998                    b.HasIndex("RecStateId");
 05999
 06000                    b.HasIndex("UserId");
 06001
 06002                    b.ToTable("Events");
 06003                });
 6004
 06005            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.EventsKind", b =>
 06006                {
 06007                    b.Property<long>("Id")
 06008                        .ValueGeneratedOnAdd()
 06009                        .HasColumnType("bigint")
 06010                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 06011                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 06012
 06013                    b.Property<string>("Code")
 06014                        .IsRequired()
 06015                        .HasColumnType("text");
 06016
 06017                    b.Property<long?>("CreatedByUserId")
 06018                        .HasColumnType("bigint");
 06019
 06020                    b.Property<DateTime>("CreationDateTime")
 06021                        .HasColumnType("timestamp without time zone");
 06022
 06023                    b.Property<string>("Description")
 06024                        .HasColumnType("text");
 06025
 06026                    b.Property<Guid>("GUID")
 06027                        .ValueGeneratedOnAdd()
 06028                        .HasColumnType("uuid");
 06029
 06030                    b.Property<bool>("IsDeleted")
 06031                        .HasColumnType("boolean");
 06032
 06033                    b.Property<DateTime?>("ModificationDateTime")
 06034                        .HasColumnType("timestamp without time zone");
 06035
 06036                    b.Property<long?>("ModifiedByUserId")
 06037                        .HasColumnType("bigint");
 06038
 06039                    b.Property<string>("Name")
 06040                        .IsRequired()
 06041                        .HasColumnType("text");
 06042
 06043                    b.Property<long?>("RecStateId")
 06044                        .HasColumnType("bigint");
 06045
 06046                    b.HasKey("Id");
 06047
 06048                    b.HasIndex("CreatedByUserId");
 06049
 06050                    b.HasIndex("ModifiedByUserId");
 06051
 06052                    b.HasIndex("RecStateId");
 06053
 06054                    b.ToTable("refEventsKind");
 06055
 06056                    b.HasData(
 06057                        new
 06058                        {
 06059                            Id = 1L,
 06060                            Code = "Unknown",
 06061                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06062                            Description = "",
 06063                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06064                            IsDeleted = false,
 06065                            Name = "Неизвестно"
 06066                        },
 06067                        new
 06068                        {
 06069                            Id = 2L,
 06070                            Code = "Create",
 06071                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06072                            Description = "",
 06073                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06074                            IsDeleted = false,
 06075                            Name = "Создание"
 06076                        },
 06077                        new
 06078                        {
 06079                            Id = 3L,
 06080                            Code = "Update",
 06081                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06082                            Description = "",
 06083                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06084                            IsDeleted = false,
 06085                            Name = "Обновление"
 06086                        },
 06087                        new
 06088                        {
 06089                            Id = 4L,
 06090                            Code = "Delete",
 06091                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06092                            Description = "",
 06093                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06094                            IsDeleted = false,
 06095                            Name = "Удаление"
 06096                        });
 06097                });
 6098
 06099            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.ExchangeToken", b =>
 06100                {
 06101                    b.Property<long>("Id")
 06102                        .ValueGeneratedOnAdd()
 06103                        .HasColumnType("bigint")
 06104                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 06105                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 06106
 06107                    b.Property<long?>("CreatedByUserId")
 06108                        .HasColumnType("bigint");
 06109
 06110                    b.Property<DateTime>("CreationDateTime")
 06111                        .HasColumnType("timestamp without time zone");
 06112
 06113                    b.Property<long>("DepartmentId")
 06114                        .HasColumnType("bigint");
 06115
 06116                    b.Property<string>("Description")
 06117                        .HasColumnType("text");
 06118
 06119                    b.Property<Guid>("GUID")
 06120                        .ValueGeneratedOnAdd()
 06121                        .HasColumnType("uuid");
 06122
 06123                    b.Property<bool>("IsDeleted")
 06124                        .HasColumnType("boolean");
 06125
 06126                    b.Property<DateTime?>("ModificationDateTime")
 06127                        .HasColumnType("timestamp without time zone");
 06128
 06129                    b.Property<long?>("ModifiedByUserId")
 06130                        .HasColumnType("bigint");
 06131
 06132                    b.Property<long?>("RecStateId")
 06133                        .HasColumnType("bigint");
 06134
 06135                    b.HasKey("Id");
 06136
 06137                    b.HasIndex("CreatedByUserId");
 06138
 06139                    b.HasIndex("DepartmentId");
 06140
 06141                    b.HasIndex("ModifiedByUserId");
 06142
 06143                    b.HasIndex("RecStateId");
 06144
 06145                    b.ToTable("ExchangeTokens");
 06146
 06147                    b.HasData(
 06148                        new
 06149                        {
 06150                            Id = 1L,
 06151                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06152                            DepartmentId = -2L,
 06153                            Description = "Для синхронизации с CRM",
 06154                            GUID = new Guid("8eea3bee-1f37-4654-a22f-f0b18b0c4588"),
 06155                            IsDeleted = false,
 06156                            RecStateId = 2L
 06157                        });
 06158                });
 6159
 06160            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.FrontAction", b =>
 06161                {
 06162                    b.Property<long>("Id")
 06163                        .ValueGeneratedOnAdd()
 06164                        .HasColumnType("bigint")
 06165                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 06166                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 06167
 06168                    b.Property<long?>("CreatedByUserId")
 06169                        .HasColumnType("bigint");
 06170
 06171                    b.Property<DateTime>("CreationDateTime")
 06172                        .HasColumnType("timestamp without time zone");
 06173
 06174                    b.Property<string>("Description")
 06175                        .HasColumnType("text");
 06176
 06177                    b.Property<Guid>("GUID")
 06178                        .ValueGeneratedOnAdd()
 06179                        .HasColumnType("uuid");
 06180
 06181                    b.Property<bool>("IsDeleted")
 06182                        .HasColumnType("boolean");
 06183
 06184                    b.Property<DateTime?>("ModificationDateTime")
 06185                        .HasColumnType("timestamp without time zone");
 06186
 06187                    b.Property<long?>("ModifiedByUserId")
 06188                        .HasColumnType("bigint");
 06189
 06190                    b.Property<string>("Name")
 06191                        .IsRequired()
 06192                        .HasColumnType("text");
 06193
 06194                    b.Property<long?>("RecStateId")
 06195                        .HasColumnType("bigint");
 06196
 06197                    b.HasKey("Id");
 06198
 06199                    b.HasIndex("CreatedByUserId");
 06200
 06201                    b.HasIndex("ModifiedByUserId");
 06202
 06203                    b.HasIndex("RecStateId");
 06204
 06205                    b.ToTable("FrontActions");
 06206
 06207                    b.HasData(
 06208                        new
 06209                        {
 06210                            Id = 1L,
 06211                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06212                            Description = "Доступ к черновикам заявок",
 06213                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06214                            IsDeleted = false,
 06215                            Name = "viewOrderDraft"
 06216                        },
 06217                        new
 06218                        {
 06219                            Id = 2L,
 06220                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06221                            Description = "Доступ к ценообразованию",
 06222                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06223                            IsDeleted = false,
 06224                            Name = "viewPricing"
 06225                        },
 06226                        new
 06227                        {
 06228                            Id = 3L,
 06229                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06230                            Description = "Доступ к уведомлениям",
 06231                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06232                            IsDeleted = false,
 06233                            Name = "viewNotifications"
 06234                        },
 06235                        new
 06236                        {
 06237                            Id = 4L,
 06238                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06239                            Description = "Доступ к отгрузкам",
 06240                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06241                            IsDeleted = false,
 06242                            Name = "viewShipments"
 06243                        },
 06244                        new
 06245                        {
 06246                            Id = 5L,
 06247                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06248                            Description = "Доступ к технической поддержке",
 06249                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06250                            IsDeleted = false,
 06251                            Name = "viewSupport"
 06252                        },
 06253                        new
 06254                        {
 06255                            Id = 6L,
 06256                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06257                            Description = "Доступ к аналитике",
 06258                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06259                            IsDeleted = false,
 06260                            Name = "viewAnalytics"
 06261                        },
 06262                        new
 06263                        {
 06264                            Id = 7L,
 06265                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06266                            Description = "Доступ к товарному запасу",
 06267                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06268                            IsDeleted = false,
 06269                            Name = "viewRests"
 06270                        },
 06271                        new
 06272                        {
 06273                            Id = 8L,
 06274                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06275                            Description = "Доступ к заявкам",
 06276                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06277                            IsDeleted = false,
 06278                            Name = "viewOrders"
 06279                        },
 06280                        new
 06281                        {
 06282                            Id = 9L,
 06283                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06284                            Description = "Доступ к профилю пользователя",
 06285                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06286                            IsDeleted = false,
 06287                            Name = "viewUser"
 06288                        },
 06289                        new
 06290                        {
 06291                            Id = 10L,
 06292                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06293                            Description = "Доступ к параметрам отборки",
 06294                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06295                            IsDeleted = false,
 06296                            Name = "viewSelectionParameters"
 06297                        },
 06298                        new
 06299                        {
 06300                            Id = 11L,
 06301                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06302                            Description = "Доступ на просмотр витрины",
 06303                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06304                            IsDeleted = false,
 06305                            Name = "viewShowcase"
 06306                        },
 06307                        new
 06308                        {
 06309                            Id = 12L,
 06310                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06311                            Description = "Доступ к управлению платформой",
 06312                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06313                            IsDeleted = false,
 06314                            Name = "viewSystemManagement"
 06315                        },
 06316                        new
 06317                        {
 06318                            Id = 13L,
 06319                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06320                            Description = "Доступ к настройкам",
 06321                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06322                            IsDeleted = false,
 06323                            Name = "viewSettings"
 06324                        },
 06325                        new
 06326                        {
 06327                            Id = 14L,
 06328                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06329                            Description = "Доступ на просмотр подразделений",
 06330                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06331                            IsDeleted = false,
 06332                            Name = "viewDepartments"
 06333                        },
 06334                        new
 06335                        {
 06336                            Id = 15L,
 06337                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06338                            Description = "Доступ к профилю кошелька",
 06339                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06340                            IsDeleted = false,
 06341                            Name = "viewOrganisationPaymentAccount"
 06342                        },
 06343                        new
 06344                        {
 06345                            Id = 16L,
 06346                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06347                            Description = "Доступ на просмотр номенклатуры",
 06348                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06349                            IsDeleted = false,
 06350                            Name = "viewNomenclature"
 06351                        },
 06352                        new
 06353                        {
 06354                            Id = 17L,
 06355                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06356                            Description = "Доступ на просмотр брендов",
 06357                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06358                            IsDeleted = false,
 06359                            Name = "viewBrands"
 06360                        },
 06361                        new
 06362                        {
 06363                            Id = 18L,
 06364                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06365                            Description = "Доступ на просмотр категорий",
 06366                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06367                            IsDeleted = false,
 06368                            Name = "viewGoodsHierarchy"
 06369                        },
 06370                        new
 06371                        {
 06372                            Id = 19L,
 06373                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06374                            Description = "Доступ на добавление подразделений",
 06375                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06376                            IsDeleted = false,
 06377                            Name = "addDepartment"
 06378                        },
 06379                        new
 06380                        {
 06381                            Id = 20L,
 06382                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06383                            Description = "Доступ на редактирование контрактов",
 06384                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06385                            IsDeleted = false,
 06386                            Name = "editContracts"
 06387                        },
 06388                        new
 06389                        {
 06390                            Id = 21L,
 06391                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06392                            Description = "Доступ на удаление контрактов",
 06393                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06394                            IsDeleted = false,
 06395                            Name = "deleteContracts"
 06396                        },
 06397                        new
 06398                        {
 06399                            Id = 22L,
 06400                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06401                            Description = "Доступ к вкладке администрирования",
 06402                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06403                            IsDeleted = false,
 06404                            Name = "viewAdministration"
 06405                        },
 06406                        new
 06407                        {
 06408                            Id = 23L,
 06409                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06410                            Description = "Доступ на редактирование/удаление/создание категорий",
 06411                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06412                            IsDeleted = false,
 06413                            Name = "editGoodHierarchy"
 06414                        },
 06415                        new
 06416                        {
 06417                            Id = 24L,
 06418                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06419                            Description = "Доступ на редактирование/удаление/создание брендов",
 06420                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06421                            IsDeleted = false,
 06422                            Name = "editBrands"
 06423                        },
 06424                        new
 06425                        {
 06426                            Id = 25L,
 06427                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06428                            Description = "Доступ на редактирование/удаление/создание номенклатуры",
 06429                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06430                            IsDeleted = false,
 06431                            Name = "editNomenclature"
 06432                        },
 06433                        new
 06434                        {
 06435                            Id = 26L,
 06436                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06437                            Description = "Просмотр кэша анонимных корзин",
 06438                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06439                            IsDeleted = false,
 06440                            Name = "viewAnonymousCache"
 06441                        });
 06442                });
 6443
 06444            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Good", b =>
 06445                {
 06446                    b.Property<long>("Id")
 06447                        .ValueGeneratedOnAdd()
 06448                        .HasColumnType("bigint")
 06449                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 06450
 06451                    b.Property<long?>("BrandId")
 06452                        .HasColumnType("bigint");
 06453
 06454                    b.Property<long>("CategoryId")
 06455                        .HasColumnType("bigint");
 06456
 06457                    b.Property<string>("ConformityCertNumber")
 06458                        .IsRequired()
 06459                        .HasColumnType("text");
 06460
 06461                    b.Property<long?>("CountryId")
 06462                        .HasColumnType("bigint");
 06463
 06464                    b.Property<long?>("CreatedByUserId")
 06465                        .HasColumnType("bigint");
 06466
 06467                    b.Property<DateTime>("CreationDateTime")
 06468                        .HasColumnType("timestamp without time zone");
 06469
 06470                    b.Property<string>("CustomDeclarationNumber")
 06471                        .IsRequired()
 06472                        .HasColumnType("text");
 06473
 06474                    b.Property<long?>("DefaultBarCodeId")
 06475                        .HasColumnType("bigint");
 06476
 06477                    b.Property<int>("ExpirationDays")
 06478                        .HasColumnType("integer");
 06479
 06480                    b.Property<Guid>("GUID")
 06481                        .ValueGeneratedOnAdd()
 06482                        .HasColumnType("uuid");
 06483
 06484                    b.Property<decimal>("GroupPackHeight")
 06485                        .HasColumnType("decimal(18,2)");
 06486
 06487                    b.Property<int>("GroupPackNesting")
 06488                        .HasColumnType("integer");
 06489
 06490                    b.Property<decimal>("GroupPackThickness")
 06491                        .HasColumnType("decimal(18,2)");
 06492
 06493                    b.Property<decimal>("GroupPackWidth")
 06494                        .HasColumnType("decimal(18,2)");
 06495
 06496                    b.Property<decimal>("Height")
 06497                        .HasColumnType("decimal(18,2)");
 06498
 06499                    b.Property<bool>("IsDeleted")
 06500                        .HasColumnType("boolean");
 06501
 06502                    b.Property<long?>("ManufacturerId")
 06503                        .HasColumnType("bigint");
 06504
 06505                    b.Property<decimal>("MinDeliveryLot")
 06506                        .HasColumnType("decimal(18,2)");
 06507
 06508                    b.Property<DateTime?>("ModificationDateTime")
 06509                        .HasColumnType("timestamp without time zone");
 06510
 06511                    b.Property<long?>("ModifiedByUserId")
 06512                        .HasColumnType("bigint");
 06513
 06514                    b.Property<string>("Name")
 06515                        .IsRequired()
 06516                        .HasColumnType("text");
 06517
 06518                    b.Property<int>("PalletNesting")
 06519                        .HasColumnType("integer");
 06520
 06521                    b.Property<long?>("RecStateId")
 06522                        .HasColumnType("bigint");
 06523
 06524                    b.Property<long?>("SubBrandId")
 06525                        .HasColumnType("bigint");
 06526
 06527                    b.Property<long?>("SupplierId")
 06528                        .HasColumnType("bigint");
 06529
 06530                    b.Property<decimal>("Thickness")
 06531                        .HasColumnType("decimal(18,2)");
 06532
 06533                    b.Property<string>("UniqueCode")
 06534                        .HasColumnType("text");
 06535
 06536                    b.Property<long>("UnitsKindId")
 06537                        .HasColumnType("bigint");
 06538
 06539                    b.Property<long>("VatsKindId")
 06540                        .HasColumnType("bigint");
 06541
 06542                    b.Property<string>("VendorCode")
 06543                        .HasColumnType("text");
 06544
 06545                    b.Property<decimal>("Weight")
 06546                        .HasColumnType("decimal(18,2)");
 06547
 06548                    b.Property<decimal>("Width")
 06549                        .HasColumnType("decimal(18,2)");
 06550
 06551                    b.HasKey("Id");
 06552
 06553                    b.HasIndex("BrandId");
 06554
 06555                    b.HasIndex("CategoryId");
 06556
 06557                    b.HasIndex("CountryId");
 06558
 06559                    b.HasIndex("CreatedByUserId");
 06560
 06561                    b.HasIndex("DefaultBarCodeId");
 06562
 06563                    b.HasIndex("ManufacturerId");
 06564
 06565                    b.HasIndex("ModifiedByUserId");
 06566
 06567                    b.HasIndex("Name");
 06568
 06569                    b.HasIndex("RecStateId");
 06570
 06571                    b.HasIndex("SubBrandId");
 06572
 06573                    b.HasIndex("SupplierId");
 06574
 06575                    b.HasIndex("UnitsKindId");
 06576
 06577                    b.HasIndex("VatsKindId");
 06578
 06579                    b.ToTable("Goods");
 06580                });
 6581
 06582            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.GoodBarcode", b =>
 06583                {
 06584                    b.Property<long>("GoodId")
 06585                        .HasColumnType("bigint");
 06586
 06587                    b.Property<long>("BarCodeId")
 06588                        .HasColumnType("bigint");
 06589
 06590                    b.Property<long?>("CreatedByUserId")
 06591                        .HasColumnType("bigint");
 06592
 06593                    b.Property<DateTime>("CreationDateTime")
 06594                        .HasColumnType("timestamp without time zone");
 06595
 06596                    b.Property<Guid>("GUID")
 06597                        .ValueGeneratedOnAdd()
 06598                        .HasColumnType("uuid");
 06599
 06600                    b.Property<bool>("IsPrimary")
 06601                        .HasColumnType("boolean");
 06602
 06603                    b.HasKey("GoodId", "BarCodeId");
 06604
 06605                    b.HasIndex("BarCodeId");
 06606
 06607                    b.HasIndex("GoodId", "IsPrimary")
 06608                        .IsUnique()
 06609                        .HasFilter("\"IsPrimary\" is true");
 06610
 06611                    b.ToTable("GoodBarcodes");
 06612                });
 6613
 06614            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.GoodLabel", b =>
 06615                {
 06616                    b.Property<long>("Id")
 06617                        .ValueGeneratedOnAdd()
 06618                        .HasColumnType("bigint")
 06619                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 06620
 06621                    b.Property<long?>("CreatedByUserId")
 06622                        .HasColumnType("bigint");
 06623
 06624                    b.Property<DateTime>("CreationDateTime")
 06625                        .HasColumnType("timestamp without time zone");
 06626
 06627                    b.Property<Guid>("GUID")
 06628                        .ValueGeneratedOnAdd()
 06629                        .HasColumnType("uuid");
 06630
 06631                    b.Property<bool>("IsDeleted")
 06632                        .HasColumnType("boolean");
 06633
 06634                    b.Property<string>("LabelColor")
 06635                        .HasColumnType("text");
 06636
 06637                    b.Property<DateTime?>("ModificationDateTime")
 06638                        .HasColumnType("timestamp without time zone");
 06639
 06640                    b.Property<long?>("ModifiedByUserId")
 06641                        .HasColumnType("bigint");
 06642
 06643                    b.Property<string>("Name")
 06644                        .IsRequired()
 06645                        .HasColumnType("text");
 06646
 06647                    b.Property<int>("Priority")
 06648                        .HasColumnType("integer");
 06649
 06650                    b.Property<long?>("RecStateId")
 06651                        .HasColumnType("bigint");
 06652
 06653                    b.Property<bool>("ShowcaseVisible")
 06654                        .HasColumnType("boolean");
 06655
 06656                    b.Property<string>("TextColor")
 06657                        .HasColumnType("text");
 06658
 06659                    b.HasKey("Id");
 06660
 06661                    b.HasIndex("CreatedByUserId");
 06662
 06663                    b.HasIndex("ModifiedByUserId");
 06664
 06665                    b.HasIndex("Name")
 06666                        .IsUnique();
 06667
 06668                    b.HasIndex("RecStateId");
 06669
 06670                    b.ToTable("GoodLabels");
 06671                });
 6672
 06673            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.GoodSettingsLabel", b =>
 06674                {
 06675                    b.Property<long>("GoodLabelId")
 06676                        .HasColumnType("bigint");
 06677
 06678                    b.Property<long>("GoodSettingId")
 06679                        .HasColumnType("bigint");
 06680
 06681                    b.Property<long?>("CreatedByUserId")
 06682                        .HasColumnType("bigint");
 06683
 06684                    b.Property<DateTime>("CreationDateTime")
 06685                        .HasColumnType("timestamp without time zone");
 06686
 06687                    b.Property<Guid>("GUID")
 06688                        .ValueGeneratedOnAdd()
 06689                        .HasColumnType("uuid");
 06690
 06691                    b.HasKey("GoodLabelId", "GoodSettingId");
 06692
 06693                    b.HasIndex("GoodSettingId");
 06694
 06695                    b.ToTable("GoodSettingsLabel");
 06696                });
 6697
 06698            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Incident", b =>
 06699                {
 06700                    b.Property<long>("Id")
 06701                        .ValueGeneratedOnAdd()
 06702                        .HasColumnType("bigint")
 06703                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 06704
 06705                    b.Property<string>("Body")
 06706                        .HasColumnType("text");
 06707
 06708                    b.Property<long?>("CreatedByUserId")
 06709                        .HasColumnType("bigint");
 06710
 06711                    b.Property<DateTime>("CreationDateTime")
 06712                        .HasColumnType("timestamp without time zone");
 06713
 06714                    b.Property<DateTime>("DtCreated")
 06715                        .HasColumnType("timestamp without time zone");
 06716
 06717                    b.Property<Guid>("GUID")
 06718                        .ValueGeneratedOnAdd()
 06719                        .HasColumnType("uuid");
 06720
 06721                    b.Property<bool>("IsDeleted")
 06722                        .HasColumnType("boolean");
 06723
 06724                    b.Property<long?>("KindId")
 06725                        .HasColumnType("bigint");
 06726
 06727                    b.Property<DateTime?>("ModificationDateTime")
 06728                        .HasColumnType("timestamp without time zone");
 06729
 06730                    b.Property<long?>("ModifiedByUserId")
 06731                        .HasColumnType("bigint");
 06732
 06733                    b.Property<long?>("RecStateId")
 06734                        .HasColumnType("bigint");
 06735
 06736                    b.Property<long?>("StatusId")
 06737                        .HasColumnType("bigint");
 06738
 06739                    b.Property<string>("Subject")
 06740                        .HasColumnType("text");
 06741
 06742                    b.Property<string>("Ticket")
 06743                        .HasColumnType("text");
 06744
 06745                    b.Property<long>("UserId")
 06746                        .HasColumnType("bigint");
 06747
 06748                    b.HasKey("Id");
 06749
 06750                    b.HasIndex("CreatedByUserId");
 06751
 06752                    b.HasIndex("KindId");
 06753
 06754                    b.HasIndex("ModifiedByUserId");
 06755
 06756                    b.HasIndex("RecStateId");
 06757
 06758                    b.HasIndex("StatusId");
 06759
 06760                    b.HasIndex("UserId");
 06761
 06762                    b.ToTable("Incidents");
 06763                });
 6764
 06765            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.IncidentsKind", b =>
 06766                {
 06767                    b.Property<long>("Id")
 06768                        .ValueGeneratedOnAdd()
 06769                        .HasColumnType("bigint")
 06770                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 06771                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 06772
 06773                    b.Property<string>("Code")
 06774                        .IsRequired()
 06775                        .HasColumnType("text");
 06776
 06777                    b.Property<long?>("CreatedByUserId")
 06778                        .HasColumnType("bigint");
 06779
 06780                    b.Property<DateTime>("CreationDateTime")
 06781                        .HasColumnType("timestamp without time zone");
 06782
 06783                    b.Property<string>("Description")
 06784                        .HasColumnType("text");
 06785
 06786                    b.Property<Guid>("GUID")
 06787                        .ValueGeneratedOnAdd()
 06788                        .HasColumnType("uuid");
 06789
 06790                    b.Property<bool>("IsDeleted")
 06791                        .HasColumnType("boolean");
 06792
 06793                    b.Property<DateTime?>("ModificationDateTime")
 06794                        .HasColumnType("timestamp without time zone");
 06795
 06796                    b.Property<long?>("ModifiedByUserId")
 06797                        .HasColumnType("bigint");
 06798
 06799                    b.Property<string>("Name")
 06800                        .IsRequired()
 06801                        .HasColumnType("text");
 06802
 06803                    b.Property<long?>("RecStateId")
 06804                        .HasColumnType("bigint");
 06805
 06806                    b.HasKey("Id");
 06807
 06808                    b.HasIndex("CreatedByUserId");
 06809
 06810                    b.HasIndex("ModifiedByUserId");
 06811
 06812                    b.HasIndex("RecStateId");
 06813
 06814                    b.ToTable("refIncidentsKind");
 06815
 06816                    b.HasData(
 06817                        new
 06818                        {
 06819                            Id = 1L,
 06820                            Code = "Unknown",
 06821                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06822                            Description = "",
 06823                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06824                            IsDeleted = false,
 06825                            Name = "Неизвестно"
 06826                        },
 06827                        new
 06828                        {
 06829                            Id = 2L,
 06830                            Code = "Error",
 06831                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06832                            Description = "",
 06833                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06834                            IsDeleted = false,
 06835                            Name = "Ошибка"
 06836                        },
 06837                        new
 06838                        {
 06839                            Id = 3L,
 06840                            Code = "Question",
 06841                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06842                            Description = "",
 06843                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06844                            IsDeleted = false,
 06845                            Name = "Вопрос"
 06846                        },
 06847                        new
 06848                        {
 06849                            Id = 4L,
 06850                            Code = "Suggestion",
 06851                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06852                            Description = "",
 06853                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06854                            IsDeleted = false,
 06855                            Name = "Предложение"
 06856                        });
 06857                });
 6858
 06859            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.IncidentsStatus", b =>
 06860                {
 06861                    b.Property<long>("Id")
 06862                        .ValueGeneratedOnAdd()
 06863                        .HasColumnType("bigint")
 06864                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 06865                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 06866
 06867                    b.Property<string>("Code")
 06868                        .IsRequired()
 06869                        .HasColumnType("text");
 06870
 06871                    b.Property<long?>("CreatedByUserId")
 06872                        .HasColumnType("bigint");
 06873
 06874                    b.Property<DateTime>("CreationDateTime")
 06875                        .HasColumnType("timestamp without time zone");
 06876
 06877                    b.Property<string>("Description")
 06878                        .HasColumnType("text");
 06879
 06880                    b.Property<Guid>("GUID")
 06881                        .ValueGeneratedOnAdd()
 06882                        .HasColumnType("uuid");
 06883
 06884                    b.Property<bool>("IsDeleted")
 06885                        .HasColumnType("boolean");
 06886
 06887                    b.Property<DateTime?>("ModificationDateTime")
 06888                        .HasColumnType("timestamp without time zone");
 06889
 06890                    b.Property<long?>("ModifiedByUserId")
 06891                        .HasColumnType("bigint");
 06892
 06893                    b.Property<string>("Name")
 06894                        .IsRequired()
 06895                        .HasColumnType("text");
 06896
 06897                    b.Property<long?>("RecStateId")
 06898                        .HasColumnType("bigint");
 06899
 06900                    b.HasKey("Id");
 06901
 06902                    b.HasIndex("CreatedByUserId");
 06903
 06904                    b.HasIndex("ModifiedByUserId");
 06905
 06906                    b.HasIndex("RecStateId");
 06907
 06908                    b.ToTable("refIncidentsStatus");
 06909
 06910                    b.HasData(
 06911                        new
 06912                        {
 06913                            Id = 1L,
 06914                            Code = "Open",
 06915                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06916                            Description = "",
 06917                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06918                            IsDeleted = false,
 06919                            Name = "Открыт"
 06920                        },
 06921                        new
 06922                        {
 06923                            Id = 2L,
 06924                            Code = "InWork",
 06925                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06926                            Description = "",
 06927                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06928                            IsDeleted = false,
 06929                            Name = "В работе"
 06930                        },
 06931                        new
 06932                        {
 06933                            Id = 3L,
 06934                            Code = "Resolved",
 06935                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06936                            Description = "",
 06937                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06938                            IsDeleted = false,
 06939                            Name = "Решен"
 06940                        },
 06941                        new
 06942                        {
 06943                            Id = 4L,
 06944                            Code = "Canceled",
 06945                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06946                            Description = "",
 06947                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06948                            IsDeleted = false,
 06949                            Name = "Отменен"
 06950                        },
 06951                        new
 06952                        {
 06953                            Id = 5L,
 06954                            Code = "Closed",
 06955                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 06956                            Description = "",
 06957                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 06958                            IsDeleted = false,
 06959                            Name = "Закрыт"
 06960                        });
 06961                });
 6962
 06963            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.JobLogger", b =>
 06964                {
 06965                    b.Property<long>("Id")
 06966                        .ValueGeneratedOnAdd()
 06967                        .HasColumnType("bigint")
 06968                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 06969
 06970                    b.Property<long?>("CreatedByUserId")
 06971                        .HasColumnType("bigint");
 06972
 06973                    b.Property<DateTime>("CreationDateTime")
 06974                        .HasColumnType("timestamp without time zone");
 06975
 06976                    b.Property<Guid>("GUID")
 06977                        .ValueGeneratedOnAdd()
 06978                        .HasColumnType("uuid");
 06979
 06980                    b.Property<bool>("IsDeleted")
 06981                        .HasColumnType("boolean");
 06982
 06983                    b.Property<string>("JobName")
 06984                        .HasColumnType("text");
 06985
 06986                    b.Property<string>("Log")
 06987                        .HasColumnType("text");
 06988
 06989                    b.Property<string>("LogLevel")
 06990                        .HasColumnType("text");
 06991
 06992                    b.Property<DateTime?>("ModificationDateTime")
 06993                        .HasColumnType("timestamp without time zone");
 06994
 06995                    b.Property<long?>("ModifiedByUserId")
 06996                        .HasColumnType("bigint");
 06997
 06998                    b.Property<long?>("RecStateId")
 06999                        .HasColumnType("bigint");
 07000
 07001                    b.HasKey("Id");
 07002
 07003                    b.HasIndex("CreatedByUserId");
 07004
 07005                    b.HasIndex("ModifiedByUserId");
 07006
 07007                    b.HasIndex("RecStateId");
 07008
 07009                    b.ToTable("JobLoggers");
 07010                });
 7011
 07012            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MethodRole", b =>
 07013                {
 07014                    b.Property<long>("RoleId")
 07015                        .HasColumnType("bigint");
 07016
 07017                    b.Property<long>("MethodId")
 07018                        .HasColumnType("bigint");
 07019
 07020                    b.Property<long?>("CreatedByUserId")
 07021                        .HasColumnType("bigint");
 07022
 07023                    b.Property<DateTime>("CreationDateTime")
 07024                        .HasColumnType("timestamp without time zone");
 07025
 07026                    b.Property<Guid>("GUID")
 07027                        .ValueGeneratedOnAdd()
 07028                        .HasColumnType("uuid");
 07029
 07030                    b.HasKey("RoleId", "MethodId");
 07031
 07032                    b.HasIndex("MethodId");
 07033
 07034                    b.ToTable("MethodRole");
 07035                });
 7036
 07037            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Methods", b =>
 07038                {
 07039                    b.Property<long>("Id")
 07040                        .ValueGeneratedOnAdd()
 07041                        .HasColumnType("bigint")
 07042                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 07043
 07044                    b.Property<long?>("CreatedByUserId")
 07045                        .HasColumnType("bigint");
 07046
 07047                    b.Property<DateTime>("CreationDateTime")
 07048                        .HasColumnType("timestamp without time zone");
 07049
 07050                    b.Property<string>("Description")
 07051                        .HasColumnType("text");
 07052
 07053                    b.Property<Guid>("GUID")
 07054                        .ValueGeneratedOnAdd()
 07055                        .HasColumnType("uuid");
 07056
 07057                    b.Property<bool>("IsDeleted")
 07058                        .HasColumnType("boolean");
 07059
 07060                    b.Property<string>("MethodName")
 07061                        .IsRequired()
 07062                        .HasColumnType("text");
 07063
 07064                    b.Property<DateTime?>("ModificationDateTime")
 07065                        .HasColumnType("timestamp without time zone");
 07066
 07067                    b.Property<long?>("ModifiedByUserId")
 07068                        .HasColumnType("bigint");
 07069
 07070                    b.Property<long?>("RecStateId")
 07071                        .HasColumnType("bigint");
 07072
 07073                    b.HasKey("Id");
 07074
 07075                    b.HasIndex("CreatedByUserId");
 07076
 07077                    b.HasIndex("ModifiedByUserId");
 07078
 07079                    b.HasIndex("RecStateId");
 07080
 07081                    b.ToTable("Methods");
 07082                });
 7083
 07084            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Movement", b =>
 07085                {
 07086                    b.Property<long>("Id")
 07087                        .ValueGeneratedOnAdd()
 07088                        .HasColumnType("bigint")
 07089                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 07090
 07091                    b.Property<string>("Attachment")
 07092                        .HasColumnType("text");
 07093
 07094                    b.Property<long?>("ChildrenId")
 07095                        .HasColumnType("bigint");
 07096
 07097                    b.Property<long?>("CreatedByUserId")
 07098                        .HasColumnType("bigint");
 07099
 07100                    b.Property<DateTime>("CreationDateTime")
 07101                        .HasColumnType("timestamp without time zone");
 07102
 07103                    b.Property<long>("CustomerId")
 07104                        .HasColumnType("bigint");
 07105
 07106                    b.Property<long?>("DeliveryTypeId")
 07107                        .HasColumnType("bigint");
 07108
 07109                    b.Property<string>("DocumentNumber")
 07110                        .IsRequired()
 07111                        .HasColumnType("text");
 07112
 07113                    b.Property<DateTime>("DtCreated")
 07114                        .HasColumnType("timestamp without time zone");
 07115
 07116                    b.Property<Guid>("GUID")
 07117                        .ValueGeneratedOnAdd()
 07118                        .HasColumnType("uuid");
 07119
 07120                    b.Property<bool>("IsDeleted")
 07121                        .HasColumnType("boolean");
 07122
 07123                    b.Property<decimal>("MinOrderSum")
 07124                        .HasColumnType("numeric");
 07125
 07126                    b.Property<DateTime?>("ModificationDateTime")
 07127                        .HasColumnType("timestamp without time zone");
 07128
 07129                    b.Property<long?>("ModifiedByUserId")
 07130                        .HasColumnType("bigint");
 07131
 07132                    b.Property<long>("MovementStatusId")
 07133                        .HasColumnType("bigint");
 07134
 07135                    b.Property<long>("MovementTypeId")
 07136                        .HasColumnType("bigint");
 07137
 07138                    b.Property<long?>("ParentId")
 07139                        .HasColumnType("bigint");
 07140
 07141                    b.Property<decimal>("PrepaimentPercent")
 07142                        .HasColumnType("decimal(18,2)");
 07143
 07144                    b.Property<decimal>("PrepaimentSum")
 07145                        .HasColumnType("decimal(18,2)");
 07146
 07147                    b.Property<long?>("RecStateId")
 07148                        .HasColumnType("bigint");
 07149
 07150                    b.Property<long>("ReceiverId")
 07151                        .HasColumnType("bigint");
 07152
 07153                    b.Property<long?>("SenderId")
 07154                        .HasColumnType("bigint");
 07155
 07156                    b.Property<long>("SupplierId")
 07157                        .HasColumnType("bigint");
 07158
 07159                    b.Property<DateTime?>("SupplierTransferDate")
 07160                        .HasColumnType("timestamp without time zone");
 07161
 07162                    b.HasKey("Id");
 07163
 07164                    b.HasIndex("ChildrenId");
 07165
 07166                    b.HasIndex("CreatedByUserId");
 07167
 07168                    b.HasIndex("CustomerId");
 07169
 07170                    b.HasIndex("DeliveryTypeId");
 07171
 07172                    b.HasIndex("ModifiedByUserId");
 07173
 07174                    b.HasIndex("MovementStatusId");
 07175
 07176                    b.HasIndex("MovementTypeId");
 07177
 07178                    b.HasIndex("ParentId");
 07179
 07180                    b.HasIndex("RecStateId");
 07181
 07182                    b.HasIndex("ReceiverId");
 07183
 07184                    b.HasIndex("SenderId");
 07185
 07186                    b.HasIndex("SupplierId");
 07187
 07188                    b.ToTable("Movements");
 07189                });
 7190
 07191            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementItem", b =>
 07192                {
 07193                    b.Property<long>("Id")
 07194                        .ValueGeneratedOnAdd()
 07195                        .HasColumnType("bigint")
 07196                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 07197
 07198                    b.Property<long?>("AnonymousMovementId")
 07199                        .HasColumnType("bigint");
 07200
 07201                    b.Property<string>("Comment")
 07202                        .HasColumnType("text");
 07203
 07204                    b.Property<long?>("CreatedByUserId")
 07205                        .HasColumnType("bigint");
 07206
 07207                    b.Property<DateTime>("CreationDateTime")
 07208                        .HasColumnType("timestamp without time zone");
 07209
 07210                    b.Property<Guid>("GUID")
 07211                        .ValueGeneratedOnAdd()
 07212                        .HasColumnType("uuid");
 07213
 07214                    b.Property<long>("GoodId")
 07215                        .HasColumnType("bigint");
 07216
 07217                    b.Property<bool>("IsDeleted")
 07218                        .HasColumnType("boolean");
 07219
 07220                    b.Property<DateTime?>("ModificationDateTime")
 07221                        .HasColumnType("timestamp without time zone");
 07222
 07223                    b.Property<long?>("ModifiedByUserId")
 07224                        .HasColumnType("bigint");
 07225
 07226                    b.Property<long?>("MovementId")
 07227                        .HasColumnType("bigint");
 07228
 07229                    b.Property<decimal>("Price")
 07230                        .HasColumnType("decimal(18,2)");
 07231
 07232                    b.Property<decimal>("Quantity")
 07233                        .HasColumnType("decimal(18,2)");
 07234
 07235                    b.Property<long?>("RecStateId")
 07236                        .HasColumnType("bigint");
 07237
 07238                    b.HasKey("Id");
 07239
 07240                    b.HasIndex("AnonymousMovementId");
 07241
 07242                    b.HasIndex("CreatedByUserId");
 07243
 07244                    b.HasIndex("GoodId");
 07245
 07246                    b.HasIndex("ModifiedByUserId");
 07247
 07248                    b.HasIndex("MovementId");
 07249
 07250                    b.HasIndex("RecStateId");
 07251
 07252                    b.ToTable("MovementItems");
 07253                });
 7254
 07255            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementNote", b =>
 07256                {
 07257                    b.Property<long>("Id")
 07258                        .ValueGeneratedOnAdd()
 07259                        .HasColumnType("bigint")
 07260                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 07261
 07262                    b.Property<long?>("AnonymousMovementId")
 07263                        .HasColumnType("bigint");
 07264
 07265                    b.Property<string>("Body")
 07266                        .IsRequired()
 07267                        .HasColumnType("text");
 07268
 07269                    b.Property<long?>("CreatedByUserId")
 07270                        .HasColumnType("bigint");
 07271
 07272                    b.Property<DateTime>("CreationDateTime")
 07273                        .HasColumnType("timestamp without time zone");
 07274
 07275                    b.Property<Guid>("GUID")
 07276                        .ValueGeneratedOnAdd()
 07277                        .HasColumnType("uuid");
 07278
 07279                    b.Property<bool>("IsDeleted")
 07280                        .HasColumnType("boolean");
 07281
 07282                    b.Property<DateTime?>("ModificationDateTime")
 07283                        .HasColumnType("timestamp without time zone");
 07284
 07285                    b.Property<long?>("ModifiedByUserId")
 07286                        .HasColumnType("bigint");
 07287
 07288                    b.Property<long?>("MovementId")
 07289                        .HasColumnType("bigint");
 07290
 07291                    b.Property<long?>("RecStateId")
 07292                        .HasColumnType("bigint");
 07293
 07294                    b.HasKey("Id");
 07295
 07296                    b.HasIndex("AnonymousMovementId");
 07297
 07298                    b.HasIndex("CreatedByUserId");
 07299
 07300                    b.HasIndex("ModifiedByUserId");
 07301
 07302                    b.HasIndex("MovementId");
 07303
 07304                    b.HasIndex("RecStateId");
 07305
 07306                    b.ToTable("MovementNotes");
 07307                });
 7308
 07309            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementRouteAction", b =>
 07310                {
 07311                    b.Property<long>("Id")
 07312                        .ValueGeneratedOnAdd()
 07313                        .HasColumnType("bigint")
 07314                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 07315                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 07316
 07317                    b.Property<string>("Action")
 07318                        .HasColumnType("text");
 07319
 07320                    b.Property<string>("Caption")
 07321                        .HasColumnType("text");
 07322
 07323                    b.Property<string>("Code")
 07324                        .HasColumnType("text");
 07325
 07326                    b.Property<long?>("CreatedByUserId")
 07327                        .HasColumnType("bigint");
 07328
 07329                    b.Property<DateTime>("CreationDateTime")
 07330                        .HasColumnType("timestamp without time zone");
 07331
 07332                    b.Property<Guid>("GUID")
 07333                        .ValueGeneratedOnAdd()
 07334                        .HasColumnType("uuid");
 07335
 07336                    b.Property<bool>("IsDeleted")
 07337                        .HasColumnType("boolean");
 07338
 07339                    b.Property<DateTime?>("ModificationDateTime")
 07340                        .HasColumnType("timestamp without time zone");
 07341
 07342                    b.Property<long?>("ModifiedByUserId")
 07343                        .HasColumnType("bigint");
 07344
 07345                    b.Property<long>("OwnerActionId")
 07346                        .HasColumnType("bigint");
 07347
 07348                    b.Property<long?>("RecStateId")
 07349                        .HasColumnType("bigint");
 07350
 07351                    b.Property<long>("StatusId")
 07352                        .HasColumnType("bigint");
 07353
 07354                    b.Property<string>("Type")
 07355                        .HasColumnType("text");
 07356
 07357                    b.HasKey("Id");
 07358
 07359                    b.HasIndex("CreatedByUserId");
 07360
 07361                    b.HasIndex("ModifiedByUserId");
 07362
 07363                    b.HasIndex("OwnerActionId");
 07364
 07365                    b.HasIndex("RecStateId");
 07366
 07367                    b.HasIndex("StatusId");
 07368
 07369                    b.ToTable("MovementRouteActions");
 07370
 07371                    b.HasData(
 07372                        new
 07373                        {
 07374                            Id = 1L,
 07375                            Action = "Orders/{id}/DownloadOrderToFile",
 07376                            Caption = "Скачать CSV",
 07377                            Code = "Csv",
 07378                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07379                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07380                            IsDeleted = false,
 07381                            OwnerActionId = 1L,
 07382                            StatusId = 1L,
 07383                            Type = "GET"
 07384                        },
 07385                        new
 07386                        {
 07387                            Id = 2L,
 07388                            Action = "Orders/{id}",
 07389                            Caption = "Изменить",
 07390                            Code = "Edit",
 07391                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07392                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07393                            IsDeleted = false,
 07394                            OwnerActionId = 1L,
 07395                            StatusId = 1L,
 07396                            Type = "GET"
 07397                        },
 07398                        new
 07399                        {
 07400                            Id = 3L,
 07401                            Action = "Orders/{id}",
 07402                            Caption = "Удалить",
 07403                            Code = "Delete",
 07404                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07405                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07406                            IsDeleted = false,
 07407                            OwnerActionId = 1L,
 07408                            StatusId = 1L,
 07409                            Type = "DELETE"
 07410                        },
 07411                        new
 07412                        {
 07413                            Id = 4L,
 07414                            Action = "Orders/{id}/Send",
 07415                            Caption = "Отправить заявку",
 07416                            Code = "Send",
 07417                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07418                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07419                            IsDeleted = false,
 07420                            OwnerActionId = 1L,
 07421                            StatusId = 1L,
 07422                            Type = "POST"
 07423                        },
 07424                        new
 07425                        {
 07426                            Id = 5L,
 07427                            Action = "Orders/{id}/DownloadOrderToFile",
 07428                            Caption = "Скачать CSV",
 07429                            Code = "Csv",
 07430                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07431                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07432                            IsDeleted = false,
 07433                            OwnerActionId = 1L,
 07434                            StatusId = 2L,
 07435                            Type = "GET"
 07436                        },
 07437                        new
 07438                        {
 07439                            Id = 6L,
 07440                            Action = "Orders/{id}/Clone",
 07441                            Caption = "Создать копию",
 07442                            Code = "Clone",
 07443                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07444                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07445                            IsDeleted = false,
 07446                            OwnerActionId = 1L,
 07447                            StatusId = 2L,
 07448                            Type = "POST"
 07449                        },
 07450                        new
 07451                        {
 07452                            Id = 7L,
 07453                            Action = "Orders/{id}/Reject",
 07454                            Caption = "Отказаться",
 07455                            Code = "Reject",
 07456                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07457                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07458                            IsDeleted = false,
 07459                            OwnerActionId = 1L,
 07460                            StatusId = 2L,
 07461                            Type = "POST"
 07462                        },
 07463                        new
 07464                        {
 07465                            Id = 8L,
 07466                            Action = "Orders/{id}",
 07467                            Caption = "Принять",
 07468                            Code = "Confirm",
 07469                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07470                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07471                            IsDeleted = false,
 07472                            OwnerActionId = 3L,
 07473                            StatusId = 2L,
 07474                            Type = "POST"
 07475                        },
 07476                        new
 07477                        {
 07478                            Id = 85L,
 07479                            Action = "Orders/{id}/Reject",
 07480                            Caption = "Отказать",
 07481                            Code = "Reject",
 07482                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07483                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07484                            IsDeleted = false,
 07485                            OwnerActionId = 3L,
 07486                            StatusId = 2L,
 07487                            Type = "POST"
 07488                        },
 07489                        new
 07490                        {
 07491                            Id = 9L,
 07492                            Action = "Orders/{id}/DownloadOrderToFile",
 07493                            Caption = "Скачать CSV",
 07494                            Code = "Csv",
 07495                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07496                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07497                            IsDeleted = false,
 07498                            OwnerActionId = 3L,
 07499                            StatusId = 2L,
 07500                            Type = "GET"
 07501                        },
 07502                        new
 07503                        {
 07504                            Id = 10L,
 07505                            Action = "Orders/{id}/DownloadOrderToFile",
 07506                            Caption = "Скачать CSV",
 07507                            Code = "Csv",
 07508                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07509                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07510                            IsDeleted = false,
 07511                            OwnerActionId = 1L,
 07512                            StatusId = 3L,
 07513                            Type = "GET"
 07514                        },
 07515                        new
 07516                        {
 07517                            Id = 11L,
 07518                            Action = "Orders/{id}/Clone",
 07519                            Caption = "Создать копию",
 07520                            Code = "Clone",
 07521                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07522                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07523                            IsDeleted = false,
 07524                            OwnerActionId = 1L,
 07525                            StatusId = 3L,
 07526                            Type = "POST"
 07527                        },
 07528                        new
 07529                        {
 07530                            Id = 86L,
 07531                            Action = "Orders/{id}/Reject",
 07532                            Caption = "Отказаться",
 07533                            Code = "Reject",
 07534                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07535                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07536                            IsDeleted = false,
 07537                            OwnerActionId = 1L,
 07538                            StatusId = 3L,
 07539                            Type = "POST"
 07540                        },
 07541                        new
 07542                        {
 07543                            Id = 12L,
 07544                            Action = "Orders/{id}/DownloadOrderToFile",
 07545                            Caption = "Скачать CSV",
 07546                            Code = "Csv",
 07547                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07548                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07549                            IsDeleted = false,
 07550                            OwnerActionId = 1L,
 07551                            StatusId = 4L,
 07552                            Type = "GET"
 07553                        },
 07554                        new
 07555                        {
 07556                            Id = 13L,
 07557                            Action = "Orders/{id}/Clone",
 07558                            Caption = "Создать копию",
 07559                            Code = "Clone",
 07560                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07561                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07562                            IsDeleted = false,
 07563                            OwnerActionId = 1L,
 07564                            StatusId = 4L,
 07565                            Type = "POST"
 07566                        },
 07567                        new
 07568                        {
 07569                            Id = 87L,
 07570                            Action = "Orders/{id}/DownloadOrderToFile",
 07571                            Caption = "Скачать CSV",
 07572                            Code = "Csv",
 07573                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07574                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07575                            IsDeleted = false,
 07576                            OwnerActionId = 3L,
 07577                            StatusId = 4L,
 07578                            Type = "GET"
 07579                        },
 07580                        new
 07581                        {
 07582                            Id = 14L,
 07583                            Action = "Orders/{id}/DownloadOrderToFile",
 07584                            Caption = "Скачать CSV",
 07585                            Code = "Csv",
 07586                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07587                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07588                            IsDeleted = false,
 07589                            OwnerActionId = 1L,
 07590                            StatusId = 5L,
 07591                            Type = "GET"
 07592                        },
 07593                        new
 07594                        {
 07595                            Id = 15L,
 07596                            Action = "Orders/{id}/Clone",
 07597                            Caption = "Создать копию",
 07598                            Code = "Clone",
 07599                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07600                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07601                            IsDeleted = false,
 07602                            OwnerActionId = 1L,
 07603                            StatusId = 5L,
 07604                            Type = "POST"
 07605                        },
 07606                        new
 07607                        {
 07608                            Id = 16L,
 07609                            Action = "Shipments/{id}/DownloadShipmentToFile",
 07610                            Caption = "Скачать CSV",
 07611                            Code = "Csv",
 07612                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07613                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07614                            IsDeleted = false,
 07615                            OwnerActionId = 2L,
 07616                            StatusId = 6L,
 07617                            Type = "GET"
 07618                        },
 07619                        new
 07620                        {
 07621                            Id = 17L,
 07622                            Action = "Shipments/{id}/PaymentReserve",
 07623                            Caption = "Принять",
 07624                            Code = "PaymentReserve",
 07625                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07626                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07627                            IsDeleted = false,
 07628                            OwnerActionId = 2L,
 07629                            StatusId = 6L,
 07630                            Type = "POST"
 07631                        },
 07632                        new
 07633                        {
 07634                            Id = 83L,
 07635                            Action = "Shipments/{id}/SupplierReject",
 07636                            Caption = "Отказать",
 07637                            Code = "RejectBySupplier",
 07638                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07639                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07640                            IsDeleted = false,
 07641                            OwnerActionId = 2L,
 07642                            StatusId = 6L,
 07643                            Type = "POST"
 07644                        },
 07645                        new
 07646                        {
 07647                            Id = 103L,
 07648                            Action = "Shipments/{id}/SimplePrint",
 07649                            Caption = "Скачать PDF",
 07650                            Code = "SimpleShipmentPdf",
 07651                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07652                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07653                            IsDeleted = false,
 07654                            OwnerActionId = 2L,
 07655                            StatusId = 6L,
 07656                            Type = "GET"
 07657                        },
 07658                        new
 07659                        {
 07660                            Id = 18L,
 07661                            Action = "Shipments/{id}/DownloadShipmentToFile",
 07662                            Caption = "Скачать CSV",
 07663                            Code = "Csv",
 07664                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07665                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07666                            IsDeleted = false,
 07667                            OwnerActionId = 3L,
 07668                            StatusId = 6L,
 07669                            Type = "GET"
 07670                        },
 07671                        new
 07672                        {
 07673                            Id = 158L,
 07674                            Action = "Orders/{parentId}",
 07675                            Caption = "Перейти к заявке-основанию",
 07676                            Code = "GetOnBase",
 07677                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07678                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07679                            IsDeleted = false,
 07680                            OwnerActionId = 3L,
 07681                            StatusId = 6L,
 07682                            Type = "Get"
 07683                        },
 07684                        new
 07685                        {
 07686                            Id = 104L,
 07687                            Action = "Shipments/{id}/SimplePrint",
 07688                            Caption = "Скачать PDF",
 07689                            Code = "SimpleShipmentPdf",
 07690                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07691                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07692                            IsDeleted = false,
 07693                            OwnerActionId = 3L,
 07694                            StatusId = 6L,
 07695                            Type = "GET"
 07696                        },
 07697                        new
 07698                        {
 07699                            Id = 19L,
 07700                            Action = "Shipments/{id}/Payment",
 07701                            Caption = "Оплатить",
 07702                            Code = "Payment",
 07703                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07704                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07705                            IsDeleted = false,
 07706                            OwnerActionId = 1L,
 07707                            StatusId = 8L,
 07708                            Type = "POST"
 07709                        },
 07710                        new
 07711                        {
 07712                            Id = 45L,
 07713                            Action = "Shipments/{id}/CustomerReject",
 07714                            Caption = "Отказаться",
 07715                            Code = "RejectByCustomer",
 07716                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07717                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07718                            IsDeleted = false,
 07719                            OwnerActionId = 1L,
 07720                            StatusId = 8L,
 07721                            Type = "POST"
 07722                        },
 07723                        new
 07724                        {
 07725                            Id = 20L,
 07726                            Action = "Orders/CreateOnBase",
 07727                            Caption = "Создать заявку на основе",
 07728                            Code = "CreateOnBase",
 07729                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07730                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07731                            IsDeleted = false,
 07732                            OwnerActionId = 1L,
 07733                            StatusId = 8L,
 07734                            Type = "POST"
 07735                        },
 07736                        new
 07737                        {
 07738                            Id = 136L,
 07739                            Action = "Orders/{parentId}",
 07740                            Caption = "Перейти к заявке-основанию",
 07741                            Code = "GetOnBase",
 07742                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07743                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07744                            IsDeleted = false,
 07745                            OwnerActionId = 1L,
 07746                            StatusId = 8L,
 07747                            Type = "Get"
 07748                        },
 07749                        new
 07750                        {
 07751                            Id = 21L,
 07752                            Action = "Shipments/{id}/DownloadShipmentToFile",
 07753                            Caption = "Скачать CSV",
 07754                            Code = "Csv",
 07755                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07756                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07757                            IsDeleted = false,
 07758                            OwnerActionId = 1L,
 07759                            StatusId = 8L,
 07760                            Type = "GET"
 07761                        },
 07762                        new
 07763                        {
 07764                            Id = 22L,
 07765                            Action = "Shipments/{id}/DownloadShipmentToFile",
 07766                            Caption = "Скачать CSV",
 07767                            Code = "Csv",
 07768                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07769                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07770                            IsDeleted = false,
 07771                            OwnerActionId = 2L,
 07772                            StatusId = 8L,
 07773                            Type = "GET"
 07774                        },
 07775                        new
 07776                        {
 07777                            Id = 23L,
 07778                            Action = "Shipments/{id}/DownloadShipmentToFile",
 07779                            Caption = "Скачать CSV",
 07780                            Code = "Csv",
 07781                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07782                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07783                            IsDeleted = false,
 07784                            OwnerActionId = 3L,
 07785                            StatusId = 8L,
 07786                            Type = "GET"
 07787                        },
 07788                        new
 07789                        {
 07790                            Id = 137L,
 07791                            Action = "Orders/{parentId}",
 07792                            Caption = "Перейти к заявке-основанию",
 07793                            Code = "GetOnBase",
 07794                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07795                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07796                            IsDeleted = false,
 07797                            OwnerActionId = 3L,
 07798                            StatusId = 8L,
 07799                            Type = "Get"
 07800                        },
 07801                        new
 07802                        {
 07803                            Id = 24L,
 07804                            Action = "Orders/CreateOnBase",
 07805                            Caption = "Создать заявку на основе",
 07806                            Code = "CreateOnBase",
 07807                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07808                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07809                            IsDeleted = false,
 07810                            OwnerActionId = 1L,
 07811                            StatusId = 9L,
 07812                            Type = "POST"
 07813                        },
 07814                        new
 07815                        {
 07816                            Id = 25L,
 07817                            Action = "Shipments/{id}/DownloadShipmentToFile",
 07818                            Caption = "Скачать CSV",
 07819                            Code = "Csv",
 07820                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07821                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07822                            IsDeleted = false,
 07823                            OwnerActionId = 1L,
 07824                            StatusId = 9L,
 07825                            Type = "GET"
 07826                        },
 07827                        new
 07828                        {
 07829                            Id = 88L,
 07830                            Action = "Shipments/{id}/CustomerReject",
 07831                            Caption = "Отказаться",
 07832                            Code = "RejectByCustomer",
 07833                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07834                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07835                            IsDeleted = false,
 07836                            OwnerActionId = 1L,
 07837                            StatusId = 9L,
 07838                            Type = "POST"
 07839                        },
 07840                        new
 07841                        {
 07842                            Id = 138L,
 07843                            Action = "Orders/{parentId}",
 07844                            Caption = "Перейти к заявке-основанию",
 07845                            Code = "GetOnBase",
 07846                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07847                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07848                            IsDeleted = false,
 07849                            OwnerActionId = 1L,
 07850                            StatusId = 9L,
 07851                            Type = "Get"
 07852                        },
 07853                        new
 07854                        {
 07855                            Id = 26L,
 07856                            Action = "Shipments/{id}/ReadyToShip",
 07857                            Caption = "Подготовить к выдаче",
 07858                            Code = "ReadyToShip",
 07859                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07860                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07861                            IsDeleted = false,
 07862                            OwnerActionId = 2L,
 07863                            StatusId = 9L,
 07864                            Type = "POST"
 07865                        },
 07866                        new
 07867                        {
 07868                            Id = 27L,
 07869                            Action = "Shipments/{id}/DownloadShipmentToFile",
 07870                            Caption = "Скачать CSV",
 07871                            Code = "Csv",
 07872                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07873                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07874                            IsDeleted = false,
 07875                            OwnerActionId = 2L,
 07876                            StatusId = 9L,
 07877                            Type = "GET"
 07878                        },
 07879                        new
 07880                        {
 07881                            Id = 43L,
 07882                            Action = "Shipments/{id}/SupplierReject",
 07883                            Caption = "Отказать",
 07884                            Code = "RejectBySupplier",
 07885                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07886                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07887                            IsDeleted = false,
 07888                            OwnerActionId = 2L,
 07889                            StatusId = 9L,
 07890                            Type = "POST"
 07891                        },
 07892                        new
 07893                        {
 07894                            Id = 28L,
 07895                            Action = "Shipments/{id}/DownloadShipmentToFile",
 07896                            Caption = "Скачать CSV",
 07897                            Code = "Csv",
 07898                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07899                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07900                            IsDeleted = false,
 07901                            OwnerActionId = 3L,
 07902                            StatusId = 9L,
 07903                            Type = "GET"
 07904                        },
 07905                        new
 07906                        {
 07907                            Id = 139L,
 07908                            Action = "Orders/{parentId}",
 07909                            Caption = "Перейти к заявке-основанию",
 07910                            Code = "GetOnBase",
 07911                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07912                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07913                            IsDeleted = false,
 07914                            OwnerActionId = 3L,
 07915                            StatusId = 9L,
 07916                            Type = "Get"
 07917                        },
 07918                        new
 07919                        {
 07920                            Id = 29L,
 07921                            Action = "Orders/CreateOnBase",
 07922                            Caption = "Создать заявку на основе",
 07923                            Code = "CreateOnBase",
 07924                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07925                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07926                            IsDeleted = false,
 07927                            OwnerActionId = 1L,
 07928                            StatusId = 10L,
 07929                            Type = "POST"
 07930                        },
 07931                        new
 07932                        {
 07933                            Id = 30L,
 07934                            Action = "Shipments/{id}/DownloadShipmentToFile",
 07935                            Caption = "Скачать CSV",
 07936                            Code = "Csv",
 07937                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07938                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07939                            IsDeleted = false,
 07940                            OwnerActionId = 1L,
 07941                            StatusId = 10L,
 07942                            Type = "GET"
 07943                        },
 07944                        new
 07945                        {
 07946                            Id = 34L,
 07947                            Action = "Shipments/{id}/Print",
 07948                            Caption = "Распечатать УПД",
 07949                            Code = "Pdf",
 07950                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07951                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07952                            IsDeleted = false,
 07953                            OwnerActionId = 1L,
 07954                            StatusId = 10L,
 07955                            Type = "GET"
 07956                        },
 07957                        new
 07958                        {
 07959                            Id = 89L,
 07960                            Action = "Shipments/{id}/CustomerReject",
 07961                            Caption = "Отказаться",
 07962                            Code = "RejectByCustomer",
 07963                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07964                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07965                            IsDeleted = false,
 07966                            OwnerActionId = 1L,
 07967                            StatusId = 10L,
 07968                            Type = "POST"
 07969                        },
 07970                        new
 07971                        {
 07972                            Id = 140L,
 07973                            Action = "Orders/{parentId}",
 07974                            Caption = "Перейти к заявке-основанию",
 07975                            Code = "GetOnBase",
 07976                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07977                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07978                            IsDeleted = false,
 07979                            OwnerActionId = 1L,
 07980                            StatusId = 10L,
 07981                            Type = "Get"
 07982                        },
 07983                        new
 07984                        {
 07985                            Id = 31L,
 07986                            Action = "Shipments/{id}/Ship",
 07987                            Caption = "Выдать",
 07988                            Code = "Ship",
 07989                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 07990                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 07991                            IsDeleted = false,
 07992                            OwnerActionId = 2L,
 07993                            StatusId = 10L,
 07994                            Type = "POST"
 07995                        },
 07996                        new
 07997                        {
 07998                            Id = 35L,
 07999                            Action = "Shipments/{id}/Correction",
 08000                            Caption = "Редактировать",
 08001                            Code = "Edit",
 08002                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08003                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08004                            IsDeleted = false,
 08005                            OwnerActionId = 2L,
 08006                            StatusId = 10L,
 08007                            Type = "POST"
 08008                        },
 08009                        new
 08010                        {
 08011                            Id = 44L,
 08012                            Action = "Shipments/{id}/SupplierReject",
 08013                            Caption = "Отказать",
 08014                            Code = "RejectBySupplier",
 08015                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08016                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08017                            IsDeleted = false,
 08018                            OwnerActionId = 2L,
 08019                            StatusId = 10L,
 08020                            Type = "POST"
 08021                        },
 08022                        new
 08023                        {
 08024                            Id = 32L,
 08025                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08026                            Caption = "Скачать CSV",
 08027                            Code = "Csv",
 08028                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08029                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08030                            IsDeleted = false,
 08031                            OwnerActionId = 2L,
 08032                            StatusId = 10L,
 08033                            Type = "GET"
 08034                        },
 08035                        new
 08036                        {
 08037                            Id = 33L,
 08038                            Action = "Shipments/{id}/Print",
 08039                            Caption = "Распечатать УПД",
 08040                            Code = "Pdf",
 08041                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08042                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08043                            IsDeleted = false,
 08044                            OwnerActionId = 2L,
 08045                            StatusId = 10L,
 08046                            Type = "GET"
 08047                        },
 08048                        new
 08049                        {
 08050                            Id = 98L,
 08051                            Action = "Shipments/{id}/Print",
 08052                            Caption = "Распечатать УПД",
 08053                            Code = "Pdf",
 08054                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08055                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08056                            IsDeleted = false,
 08057                            OwnerActionId = 3L,
 08058                            StatusId = 10L,
 08059                            Type = "GET"
 08060                        },
 08061                        new
 08062                        {
 08063                            Id = 97L,
 08064                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08065                            Caption = "Скачать CSV",
 08066                            Code = "Csv",
 08067                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08068                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08069                            IsDeleted = false,
 08070                            OwnerActionId = 3L,
 08071                            StatusId = 10L,
 08072                            Type = "GET"
 08073                        },
 08074                        new
 08075                        {
 08076                            Id = 141L,
 08077                            Action = "Orders/{parentId}",
 08078                            Caption = "Перейти к заявке-основанию",
 08079                            Code = "GetOnBase",
 08080                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08081                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08082                            IsDeleted = false,
 08083                            OwnerActionId = 3L,
 08084                            StatusId = 10L,
 08085                            Type = "Get"
 08086                        },
 08087                        new
 08088                        {
 08089                            Id = 36L,
 08090                            Action = "Orders/CreateOnBase",
 08091                            Caption = "Создать заявку на основе",
 08092                            Code = "CreateOnBase",
 08093                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08094                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08095                            IsDeleted = false,
 08096                            OwnerActionId = 1L,
 08097                            StatusId = 11L,
 08098                            Type = "POST"
 08099                        },
 08100                        new
 08101                        {
 08102                            Id = 37L,
 08103                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08104                            Caption = "Скачать CSV",
 08105                            Code = "Csv",
 08106                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08107                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08108                            IsDeleted = false,
 08109                            OwnerActionId = 1L,
 08110                            StatusId = 11L,
 08111                            Type = "GET"
 08112                        },
 08113                        new
 08114                        {
 08115                            Id = 90L,
 08116                            Action = "Shipments/{id}/CustomerReject",
 08117                            Caption = "Отказаться",
 08118                            Code = "RejectByCustomer",
 08119                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08120                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08121                            IsDeleted = false,
 08122                            OwnerActionId = 1L,
 08123                            StatusId = 11L,
 08124                            Type = "POST"
 08125                        },
 08126                        new
 08127                        {
 08128                            Id = 142L,
 08129                            Action = "Orders/{parentId}",
 08130                            Caption = "Перейти к заявке-основанию",
 08131                            Code = "GetOnBase",
 08132                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08133                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08134                            IsDeleted = false,
 08135                            OwnerActionId = 1L,
 08136                            StatusId = 11L,
 08137                            Type = "Get"
 08138                        },
 08139                        new
 08140                        {
 08141                            Id = 38L,
 08142                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08143                            Caption = "Скачать CSV",
 08144                            Code = "Csv",
 08145                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08146                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08147                            IsDeleted = false,
 08148                            OwnerActionId = 2L,
 08149                            StatusId = 11L,
 08150                            Type = "GET"
 08151                        },
 08152                        new
 08153                        {
 08154                            Id = 39L,
 08155                            Action = "Shipments/{id}/ReadyToShip",
 08156                            Caption = "Подготовить к выдаче",
 08157                            Code = "ReadyToShip",
 08158                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08159                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08160                            IsDeleted = false,
 08161                            OwnerActionId = 2L,
 08162                            StatusId = 11L,
 08163                            Type = "POST"
 08164                        },
 08165                        new
 08166                        {
 08167                            Id = 81L,
 08168                            Action = "Shipments/{id}/SupplierReject",
 08169                            Caption = "Отказать",
 08170                            Code = "RejectBySupplier",
 08171                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08172                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08173                            IsDeleted = false,
 08174                            OwnerActionId = 2L,
 08175                            StatusId = 11L,
 08176                            Type = "POST"
 08177                        },
 08178                        new
 08179                        {
 08180                            Id = 40L,
 08181                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08182                            Caption = "Скачать CSV",
 08183                            Code = "Csv",
 08184                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08185                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08186                            IsDeleted = false,
 08187                            OwnerActionId = 3L,
 08188                            StatusId = 11L,
 08189                            Type = "GET"
 08190                        },
 08191                        new
 08192                        {
 08193                            Id = 143L,
 08194                            Action = "Orders/{parentId}",
 08195                            Caption = "Перейти к заявке-основанию",
 08196                            Code = "GetOnBase",
 08197                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08198                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08199                            IsDeleted = false,
 08200                            OwnerActionId = 3L,
 08201                            StatusId = 11L,
 08202                            Type = "Get"
 08203                        },
 08204                        new
 08205                        {
 08206                            Id = 41L,
 08207                            Action = "Orders/CreateOnBase",
 08208                            Caption = "Создать заявку на основе",
 08209                            Code = "CreateOnBase",
 08210                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08211                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08212                            IsDeleted = false,
 08213                            OwnerActionId = 1L,
 08214                            StatusId = 12L,
 08215                            Type = "POST"
 08216                        },
 08217                        new
 08218                        {
 08219                            Id = 42L,
 08220                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08221                            Caption = "Скачать CSV",
 08222                            Code = "Csv",
 08223                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08224                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08225                            IsDeleted = false,
 08226                            OwnerActionId = 1L,
 08227                            StatusId = 12L,
 08228                            Type = "GET"
 08229                        },
 08230                        new
 08231                        {
 08232                            Id = 144L,
 08233                            Action = "Orders/{parentId}",
 08234                            Caption = "Перейти к заявке-основанию",
 08235                            Code = "GetOnBase",
 08236                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08237                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08238                            IsDeleted = false,
 08239                            OwnerActionId = 1L,
 08240                            StatusId = 12L,
 08241                            Type = "Get"
 08242                        },
 08243                        new
 08244                        {
 08245                            Id = 46L,
 08246                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08247                            Caption = "Скачать CSV",
 08248                            Code = "Csv",
 08249                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08250                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08251                            IsDeleted = false,
 08252                            OwnerActionId = 2L,
 08253                            StatusId = 12L,
 08254                            Type = "GET"
 08255                        },
 08256                        new
 08257                        {
 08258                            Id = 47L,
 08259                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08260                            Caption = "Скачать CSV",
 08261                            Code = "Csv",
 08262                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08263                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08264                            IsDeleted = false,
 08265                            OwnerActionId = 3L,
 08266                            StatusId = 12L,
 08267                            Type = "GET"
 08268                        },
 08269                        new
 08270                        {
 08271                            Id = 145L,
 08272                            Action = "Orders/{parentId}",
 08273                            Caption = "Перейти к заявке-основанию",
 08274                            Code = "GetOnBase",
 08275                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08276                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08277                            IsDeleted = false,
 08278                            OwnerActionId = 3L,
 08279                            StatusId = 12L,
 08280                            Type = "Get"
 08281                        },
 08282                        new
 08283                        {
 08284                            Id = 48L,
 08285                            Action = "Orders/CreateOnBase",
 08286                            Caption = "Создать заявку на основе",
 08287                            Code = "CreateOnBase",
 08288                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08289                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08290                            IsDeleted = false,
 08291                            OwnerActionId = 1L,
 08292                            StatusId = 13L,
 08293                            Type = "POST"
 08294                        },
 08295                        new
 08296                        {
 08297                            Id = 49L,
 08298                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08299                            Caption = "Скачать CSV",
 08300                            Code = "Csv",
 08301                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08302                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08303                            IsDeleted = false,
 08304                            OwnerActionId = 1L,
 08305                            StatusId = 13L,
 08306                            Type = "GET"
 08307                        },
 08308                        new
 08309                        {
 08310                            Id = 91L,
 08311                            Action = "Shipments/{id}/Print",
 08312                            Caption = "Распечатать УПД",
 08313                            Code = "Pdf",
 08314                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08315                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08316                            IsDeleted = false,
 08317                            OwnerActionId = 1L,
 08318                            StatusId = 13L,
 08319                            Type = "GET"
 08320                        },
 08321                        new
 08322                        {
 08323                            Id = 82L,
 08324                            Action = "Shipments/{id}/Accept",
 08325                            Caption = "Принять",
 08326                            Code = "Accept",
 08327                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08328                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08329                            IsDeleted = false,
 08330                            OwnerActionId = 1L,
 08331                            StatusId = 13L,
 08332                            Type = "PUT"
 08333                        },
 08334                        new
 08335                        {
 08336                            Id = 84L,
 08337                            Action = "Shipments/{id}/CustomerReject",
 08338                            Caption = "Отказаться",
 08339                            Code = "RejectByCustomer",
 08340                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08341                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08342                            IsDeleted = false,
 08343                            OwnerActionId = 1L,
 08344                            StatusId = 13L,
 08345                            Type = "POST"
 08346                        },
 08347                        new
 08348                        {
 08349                            Id = 146L,
 08350                            Action = "Orders/{parentId}",
 08351                            Caption = "Перейти к заявке-основанию",
 08352                            Code = "GetOnBase",
 08353                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08354                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08355                            IsDeleted = false,
 08356                            OwnerActionId = 1L,
 08357                            StatusId = 13L,
 08358                            Type = "Get"
 08359                        },
 08360                        new
 08361                        {
 08362                            Id = 50L,
 08363                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08364                            Caption = "Скачать CSV",
 08365                            Code = "Csv",
 08366                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08367                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08368                            IsDeleted = false,
 08369                            OwnerActionId = 2L,
 08370                            StatusId = 13L,
 08371                            Type = "GET"
 08372                        },
 08373                        new
 08374                        {
 08375                            Id = 51L,
 08376                            Action = "Shipments/{id}/Print",
 08377                            Caption = "Распечатать УПД",
 08378                            Code = "Pdf",
 08379                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08380                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08381                            IsDeleted = false,
 08382                            OwnerActionId = 2L,
 08383                            StatusId = 13L,
 08384                            Type = "GET"
 08385                        },
 08386                        new
 08387                        {
 08388                            Id = 52L,
 08389                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08390                            Caption = "Скачать CSV",
 08391                            Code = "Csv",
 08392                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08393                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08394                            IsDeleted = false,
 08395                            OwnerActionId = 3L,
 08396                            StatusId = 13L,
 08397                            Type = "GET"
 08398                        },
 08399                        new
 08400                        {
 08401                            Id = 53L,
 08402                            Action = "Shipments/{id}/Print",
 08403                            Caption = "Распечатать УПД",
 08404                            Code = "Pdf",
 08405                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08406                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08407                            IsDeleted = false,
 08408                            OwnerActionId = 3L,
 08409                            StatusId = 13L,
 08410                            Type = "GET"
 08411                        },
 08412                        new
 08413                        {
 08414                            Id = 147L,
 08415                            Action = "Orders/{parentId}",
 08416                            Caption = "Перейти к заявке-основанию",
 08417                            Code = "GetOnBase",
 08418                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08419                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08420                            IsDeleted = false,
 08421                            OwnerActionId = 3L,
 08422                            StatusId = 13L,
 08423                            Type = "Get"
 08424                        },
 08425                        new
 08426                        {
 08427                            Id = 54L,
 08428                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08429                            Caption = "Скачать CSV",
 08430                            Code = "Csv",
 08431                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08432                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08433                            IsDeleted = false,
 08434                            OwnerActionId = 1L,
 08435                            StatusId = 14L,
 08436                            Type = "GET"
 08437                        },
 08438                        new
 08439                        {
 08440                            Id = 55L,
 08441                            Action = "Shipments/{id}/Print",
 08442                            Caption = "Распечатать УПД",
 08443                            Code = "Pdf",
 08444                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08445                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08446                            IsDeleted = false,
 08447                            OwnerActionId = 1L,
 08448                            StatusId = 14L,
 08449                            Type = "GET"
 08450                        },
 08451                        new
 08452                        {
 08453                            Id = 148L,
 08454                            Action = "Orders/{parentId}",
 08455                            Caption = "Перейти к заявке-основанию",
 08456                            Code = "GetOnBase",
 08457                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08458                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08459                            IsDeleted = false,
 08460                            OwnerActionId = 1L,
 08461                            StatusId = 14L,
 08462                            Type = "Get"
 08463                        },
 08464                        new
 08465                        {
 08466                            Id = 56L,
 08467                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08468                            Caption = "Скачать CSV",
 08469                            Code = "Csv",
 08470                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08471                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08472                            IsDeleted = false,
 08473                            OwnerActionId = 2L,
 08474                            StatusId = 14L,
 08475                            Type = "GET"
 08476                        },
 08477                        new
 08478                        {
 08479                            Id = 57L,
 08480                            Action = "Shipments/{id}/Print",
 08481                            Caption = "Распечатать УПД",
 08482                            Code = "Pdf",
 08483                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08484                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08485                            IsDeleted = false,
 08486                            OwnerActionId = 2L,
 08487                            StatusId = 14L,
 08488                            Type = "GET"
 08489                        },
 08490                        new
 08491                        {
 08492                            Id = 58L,
 08493                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08494                            Caption = "Скачать CSV",
 08495                            Code = "Csv",
 08496                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08497                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08498                            IsDeleted = false,
 08499                            OwnerActionId = 3L,
 08500                            StatusId = 14L,
 08501                            Type = "GET"
 08502                        },
 08503                        new
 08504                        {
 08505                            Id = 92L,
 08506                            Action = "Shipments/{id}/Print",
 08507                            Caption = "Распечатать УПД",
 08508                            Code = "Pdf",
 08509                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08510                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08511                            IsDeleted = false,
 08512                            OwnerActionId = 3L,
 08513                            StatusId = 14L,
 08514                            Type = "GET"
 08515                        },
 08516                        new
 08517                        {
 08518                            Id = 149L,
 08519                            Action = "Orders/{parentId}",
 08520                            Caption = "Перейти к заявке-основанию",
 08521                            Code = "GetOnBase",
 08522                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08523                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08524                            IsDeleted = false,
 08525                            OwnerActionId = 3L,
 08526                            StatusId = 14L,
 08527                            Type = "Get"
 08528                        },
 08529                        new
 08530                        {
 08531                            Id = 59L,
 08532                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08533                            Caption = "Скачать CSV",
 08534                            Code = "Csv",
 08535                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08536                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08537                            IsDeleted = false,
 08538                            OwnerActionId = 1L,
 08539                            StatusId = 15L,
 08540                            Type = "GET"
 08541                        },
 08542                        new
 08543                        {
 08544                            Id = 60L,
 08545                            Action = "Shipments/{id}/Print",
 08546                            Caption = "Распечатать УПД",
 08547                            Code = "Pdf",
 08548                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08549                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08550                            IsDeleted = false,
 08551                            OwnerActionId = 1L,
 08552                            StatusId = 15L,
 08553                            Type = "GET"
 08554                        },
 08555                        new
 08556                        {
 08557                            Id = 150L,
 08558                            Action = "Orders/{parentId}",
 08559                            Caption = "Перейти к заявке-основанию",
 08560                            Code = "GetOnBase",
 08561                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08562                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08563                            IsDeleted = false,
 08564                            OwnerActionId = 1L,
 08565                            StatusId = 15L,
 08566                            Type = "Get"
 08567                        },
 08568                        new
 08569                        {
 08570                            Id = 61L,
 08571                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08572                            Caption = "Скачать CSV",
 08573                            Code = "Csv",
 08574                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08575                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08576                            IsDeleted = false,
 08577                            OwnerActionId = 2L,
 08578                            StatusId = 15L,
 08579                            Type = "GET"
 08580                        },
 08581                        new
 08582                        {
 08583                            Id = 62L,
 08584                            Action = "Shipments/{id}/Print",
 08585                            Caption = "Распечатать УПД",
 08586                            Code = "Pdf",
 08587                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08588                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08589                            IsDeleted = false,
 08590                            OwnerActionId = 2L,
 08591                            StatusId = 15L,
 08592                            Type = "GET"
 08593                        },
 08594                        new
 08595                        {
 08596                            Id = 63L,
 08597                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08598                            Caption = "Скачать CSV",
 08599                            Code = "Csv",
 08600                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08601                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08602                            IsDeleted = false,
 08603                            OwnerActionId = 3L,
 08604                            StatusId = 15L,
 08605                            Type = "GET"
 08606                        },
 08607                        new
 08608                        {
 08609                            Id = 93L,
 08610                            Action = "Shipments/{id}/Print",
 08611                            Caption = "Распечатать УПД",
 08612                            Code = "Pdf",
 08613                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08614                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08615                            IsDeleted = false,
 08616                            OwnerActionId = 3L,
 08617                            StatusId = 15L,
 08618                            Type = "GET"
 08619                        },
 08620                        new
 08621                        {
 08622                            Id = 151L,
 08623                            Action = "Orders/{parentId}",
 08624                            Caption = "Перейти к заявке-основанию",
 08625                            Code = "GetOnBase",
 08626                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08627                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08628                            IsDeleted = false,
 08629                            OwnerActionId = 3L,
 08630                            StatusId = 15L,
 08631                            Type = "Get"
 08632                        },
 08633                        new
 08634                        {
 08635                            Id = 64L,
 08636                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08637                            Caption = "Скачать CSV",
 08638                            Code = "Csv",
 08639                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08640                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08641                            IsDeleted = false,
 08642                            OwnerActionId = 1L,
 08643                            StatusId = 16L,
 08644                            Type = "GET"
 08645                        },
 08646                        new
 08647                        {
 08648                            Id = 65L,
 08649                            Action = "Shipments/{id}/Print",
 08650                            Caption = "Распечатать УПД",
 08651                            Code = "Pdf",
 08652                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08653                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08654                            IsDeleted = false,
 08655                            OwnerActionId = 1L,
 08656                            StatusId = 16L,
 08657                            Type = "GET"
 08658                        },
 08659                        new
 08660                        {
 08661                            Id = 152L,
 08662                            Action = "Orders/{parentId}",
 08663                            Caption = "Перейти к заявке-основанию",
 08664                            Code = "GetOnBase",
 08665                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08666                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08667                            IsDeleted = false,
 08668                            OwnerActionId = 1L,
 08669                            StatusId = 16L,
 08670                            Type = "Get"
 08671                        },
 08672                        new
 08673                        {
 08674                            Id = 66L,
 08675                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08676                            Caption = "Скачать CSV",
 08677                            Code = "Csv",
 08678                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08679                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08680                            IsDeleted = false,
 08681                            OwnerActionId = 2L,
 08682                            StatusId = 16L,
 08683                            Type = "GET"
 08684                        },
 08685                        new
 08686                        {
 08687                            Id = 67L,
 08688                            Action = "Shipments/{id}/Print",
 08689                            Caption = "Распечатать УПД",
 08690                            Code = "Pdf",
 08691                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08692                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08693                            IsDeleted = false,
 08694                            OwnerActionId = 2L,
 08695                            StatusId = 16L,
 08696                            Type = "GET"
 08697                        },
 08698                        new
 08699                        {
 08700                            Id = 68L,
 08701                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08702                            Caption = "Скачать CSV",
 08703                            Code = "Csv",
 08704                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08705                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08706                            IsDeleted = false,
 08707                            OwnerActionId = 3L,
 08708                            StatusId = 16L,
 08709                            Type = "GET"
 08710                        },
 08711                        new
 08712                        {
 08713                            Id = 94L,
 08714                            Action = "Shipments/{id}/Print",
 08715                            Caption = "Распечатать УПД",
 08716                            Code = "Pdf",
 08717                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08718                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08719                            IsDeleted = false,
 08720                            OwnerActionId = 3L,
 08721                            StatusId = 16L,
 08722                            Type = "GET"
 08723                        },
 08724                        new
 08725                        {
 08726                            Id = 69L,
 08727                            Action = "Shipments/{id}/AcceptClaim",
 08728                            Caption = "Принять",
 08729                            Code = "AcceptClaim",
 08730                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08731                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08732                            IsDeleted = false,
 08733                            OwnerActionId = 3L,
 08734                            StatusId = 16L,
 08735                            Type = "POST"
 08736                        },
 08737                        new
 08738                        {
 08739                            Id = 70L,
 08740                            Action = "Shipments/{id}/DeclineClaim",
 08741                            Caption = "Отказать",
 08742                            Code = "DeclineClaim",
 08743                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08744                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08745                            IsDeleted = false,
 08746                            OwnerActionId = 3L,
 08747                            StatusId = 16L,
 08748                            Type = "POST"
 08749                        },
 08750                        new
 08751                        {
 08752                            Id = 153L,
 08753                            Action = "Orders/{parentId}",
 08754                            Caption = "Перейти к заявке-основанию",
 08755                            Code = "GetOnBase",
 08756                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08757                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08758                            IsDeleted = false,
 08759                            OwnerActionId = 3L,
 08760                            StatusId = 16L,
 08761                            Type = "Get"
 08762                        },
 08763                        new
 08764                        {
 08765                            Id = 71L,
 08766                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08767                            Caption = "Скачать CSV",
 08768                            Code = "Csv",
 08769                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08770                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08771                            IsDeleted = false,
 08772                            OwnerActionId = 1L,
 08773                            StatusId = 17L,
 08774                            Type = "GET"
 08775                        },
 08776                        new
 08777                        {
 08778                            Id = 72L,
 08779                            Action = "Shipments/{id}/Print",
 08780                            Caption = "Распечатать УПД",
 08781                            Code = "Pdf",
 08782                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08783                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08784                            IsDeleted = false,
 08785                            OwnerActionId = 1L,
 08786                            StatusId = 17L,
 08787                            Type = "GET"
 08788                        },
 08789                        new
 08790                        {
 08791                            Id = 154L,
 08792                            Action = "Orders/{parentId}",
 08793                            Caption = "Перейти к заявке-основанию",
 08794                            Code = "GetOnBase",
 08795                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08796                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08797                            IsDeleted = false,
 08798                            OwnerActionId = 1L,
 08799                            StatusId = 17L,
 08800                            Type = "Get"
 08801                        },
 08802                        new
 08803                        {
 08804                            Id = 73L,
 08805                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08806                            Caption = "Скачать CSV",
 08807                            Code = "Csv",
 08808                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08809                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08810                            IsDeleted = false,
 08811                            OwnerActionId = 2L,
 08812                            StatusId = 17L,
 08813                            Type = "GET"
 08814                        },
 08815                        new
 08816                        {
 08817                            Id = 74L,
 08818                            Action = "Shipments/{id}/Print",
 08819                            Caption = "Распечатать УПД",
 08820                            Code = "Pdf",
 08821                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08822                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08823                            IsDeleted = false,
 08824                            OwnerActionId = 2L,
 08825                            StatusId = 17L,
 08826                            Type = "GET"
 08827                        },
 08828                        new
 08829                        {
 08830                            Id = 75L,
 08831                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08832                            Caption = "Скачать CSV",
 08833                            Code = "Csv",
 08834                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08835                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08836                            IsDeleted = false,
 08837                            OwnerActionId = 3L,
 08838                            StatusId = 17L,
 08839                            Type = "GET"
 08840                        },
 08841                        new
 08842                        {
 08843                            Id = 95L,
 08844                            Action = "Shipments/{id}/Print",
 08845                            Caption = "Распечатать УПД",
 08846                            Code = "Pdf",
 08847                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08848                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08849                            IsDeleted = false,
 08850                            OwnerActionId = 3L,
 08851                            StatusId = 17L,
 08852                            Type = "GET"
 08853                        },
 08854                        new
 08855                        {
 08856                            Id = 155L,
 08857                            Action = "Orders/{parentId}",
 08858                            Caption = "Перейти к заявке-основанию",
 08859                            Code = "GetOnBase",
 08860                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08861                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08862                            IsDeleted = false,
 08863                            OwnerActionId = 3L,
 08864                            StatusId = 17L,
 08865                            Type = "Get"
 08866                        },
 08867                        new
 08868                        {
 08869                            Id = 76L,
 08870                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08871                            Caption = "Скачать CSV",
 08872                            Code = "Csv",
 08873                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08874                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08875                            IsDeleted = false,
 08876                            OwnerActionId = 1L,
 08877                            StatusId = 18L,
 08878                            Type = "GET"
 08879                        },
 08880                        new
 08881                        {
 08882                            Id = 77L,
 08883                            Action = "Shipments/{id}/Print",
 08884                            Caption = "Распечатать УПД",
 08885                            Code = "Pdf",
 08886                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08887                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08888                            IsDeleted = false,
 08889                            OwnerActionId = 1L,
 08890                            StatusId = 18L,
 08891                            Type = "GET"
 08892                        },
 08893                        new
 08894                        {
 08895                            Id = 156L,
 08896                            Action = "Orders/{parentId}",
 08897                            Caption = "Перейти к заявке-основанию",
 08898                            Code = "GetOnBase",
 08899                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08900                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08901                            IsDeleted = false,
 08902                            OwnerActionId = 1L,
 08903                            StatusId = 18L,
 08904                            Type = "Get"
 08905                        },
 08906                        new
 08907                        {
 08908                            Id = 78L,
 08909                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08910                            Caption = "Скачать CSV",
 08911                            Code = "Csv",
 08912                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08913                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08914                            IsDeleted = false,
 08915                            OwnerActionId = 2L,
 08916                            StatusId = 18L,
 08917                            Type = "GET"
 08918                        },
 08919                        new
 08920                        {
 08921                            Id = 79L,
 08922                            Action = "Shipments/{id}/Print",
 08923                            Caption = "Распечатать УПД",
 08924                            Code = "Pdf",
 08925                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08926                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08927                            IsDeleted = false,
 08928                            OwnerActionId = 2L,
 08929                            StatusId = 18L,
 08930                            Type = "GET"
 08931                        },
 08932                        new
 08933                        {
 08934                            Id = 80L,
 08935                            Action = "Shipments/{id}/DownloadShipmentToFile",
 08936                            Caption = "Скачать CSV",
 08937                            Code = "Csv",
 08938                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08939                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08940                            IsDeleted = false,
 08941                            OwnerActionId = 3L,
 08942                            StatusId = 18L,
 08943                            Type = "GET"
 08944                        },
 08945                        new
 08946                        {
 08947                            Id = 96L,
 08948                            Action = "Shipments/{id}/Print",
 08949                            Caption = "Распечатать УПД",
 08950                            Code = "Pdf",
 08951                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08952                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08953                            IsDeleted = false,
 08954                            OwnerActionId = 3L,
 08955                            StatusId = 18L,
 08956                            Type = "GET"
 08957                        },
 08958                        new
 08959                        {
 08960                            Id = 157L,
 08961                            Action = "Orders/{parentId}",
 08962                            Caption = "Перейти к заявке-основанию",
 08963                            Code = "GetOnBase",
 08964                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08965                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08966                            IsDeleted = false,
 08967                            OwnerActionId = 3L,
 08968                            StatusId = 18L,
 08969                            Type = "Get"
 08970                        },
 08971                        new
 08972                        {
 08973                            Id = 99L,
 08974                            Action = "Orders/{id}/Print",
 08975                            Caption = "Скачать PDF",
 08976                            Code = "SimpleOrderPdf",
 08977                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08978                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08979                            IsDeleted = false,
 08980                            OwnerActionId = 1L,
 08981                            StatusId = 1L,
 08982                            Type = "GET"
 08983                        },
 08984                        new
 08985                        {
 08986                            Id = 100L,
 08987                            Action = "Orders/{id}/Print",
 08988                            Caption = "Скачать PDF",
 08989                            Code = "SimpleOrderPdf",
 08990                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 08991                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 08992                            IsDeleted = false,
 08993                            OwnerActionId = 1L,
 08994                            StatusId = 2L,
 08995                            Type = "GET"
 08996                        },
 08997                        new
 08998                        {
 08999                            Id = 101L,
 09000                            Action = "Orders/{id}/Print",
 09001                            Caption = "Скачать PDF",
 09002                            Code = "SimpleOrderPdf",
 09003                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09004                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09005                            IsDeleted = false,
 09006                            OwnerActionId = 3L,
 09007                            StatusId = 2L,
 09008                            Type = "GET"
 09009                        },
 09010                        new
 09011                        {
 09012                            Id = 102L,
 09013                            Action = "Orders/{id}/Print",
 09014                            Caption = "Скачать PDF",
 09015                            Code = "SimpleOrderPdf",
 09016                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09017                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09018                            IsDeleted = false,
 09019                            OwnerActionId = 1L,
 09020                            StatusId = 3L,
 09021                            Type = "GET"
 09022                        },
 09023                        new
 09024                        {
 09025                            Id = 105L,
 09026                            Action = "Orders/{id}/Print",
 09027                            Caption = "Скачать PDF",
 09028                            Code = "SimpleOrderPdf",
 09029                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09030                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09031                            IsDeleted = false,
 09032                            OwnerActionId = 1L,
 09033                            StatusId = 4L,
 09034                            Type = "GET"
 09035                        },
 09036                        new
 09037                        {
 09038                            Id = 106L,
 09039                            Action = "Orders/{id}/Print",
 09040                            Caption = "Скачать PDF",
 09041                            Code = "SimpleOrderPdf",
 09042                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09043                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09044                            IsDeleted = false,
 09045                            OwnerActionId = 3L,
 09046                            StatusId = 4L,
 09047                            Type = "GET"
 09048                        },
 09049                        new
 09050                        {
 09051                            Id = 107L,
 09052                            Action = "Orders/{id}/Print",
 09053                            Caption = "Скачать PDF",
 09054                            Code = "SimpleOrderPdf",
 09055                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09056                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09057                            IsDeleted = false,
 09058                            OwnerActionId = 1L,
 09059                            StatusId = 5L,
 09060                            Type = "GET"
 09061                        },
 09062                        new
 09063                        {
 09064                            Id = 108L,
 09065                            Action = "Orders/{id}/Print",
 09066                            Caption = "Скачать PDF",
 09067                            Code = "SimpleOrderPdf",
 09068                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09069                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09070                            IsDeleted = false,
 09071                            OwnerActionId = 3L,
 09072                            StatusId = 5L,
 09073                            Type = "GET"
 09074                        },
 09075                        new
 09076                        {
 09077                            Id = 109L,
 09078                            Action = "Shipments/{id}/SimplePrint",
 09079                            Caption = "Скачать PDF",
 09080                            Code = "SimpleShipmentPdf",
 09081                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09082                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09083                            IsDeleted = false,
 09084                            OwnerActionId = 1L,
 09085                            StatusId = 8L,
 09086                            Type = "GET"
 09087                        },
 09088                        new
 09089                        {
 09090                            Id = 110L,
 09091                            Action = "Shipments/{id}/SimplePrint",
 09092                            Caption = "Скачать PDF",
 09093                            Code = "SimpleShipmentPdf",
 09094                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09095                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09096                            IsDeleted = false,
 09097                            OwnerActionId = 2L,
 09098                            StatusId = 8L,
 09099                            Type = "GET"
 09100                        },
 09101                        new
 09102                        {
 09103                            Id = 111L,
 09104                            Action = "Shipments/{id}/SimplePrint",
 09105                            Caption = "Скачать PDF",
 09106                            Code = "SimpleShipmentPdf",
 09107                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09108                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09109                            IsDeleted = false,
 09110                            OwnerActionId = 3L,
 09111                            StatusId = 8L,
 09112                            Type = "GET"
 09113                        },
 09114                        new
 09115                        {
 09116                            Id = 112L,
 09117                            Action = "Shipments/{id}/SimplePrint",
 09118                            Caption = "Скачать PDF",
 09119                            Code = "SimpleShipmentPdf",
 09120                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09121                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09122                            IsDeleted = false,
 09123                            OwnerActionId = 1L,
 09124                            StatusId = 9L,
 09125                            Type = "GET"
 09126                        },
 09127                        new
 09128                        {
 09129                            Id = 113L,
 09130                            Action = "Shipments/{id}/SimplePrint",
 09131                            Caption = "Скачать PDF",
 09132                            Code = "SimpleShipmentPdf",
 09133                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09134                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09135                            IsDeleted = false,
 09136                            OwnerActionId = 3L,
 09137                            StatusId = 9L,
 09138                            Type = "GET"
 09139                        },
 09140                        new
 09141                        {
 09142                            Id = 114L,
 09143                            Action = "Shipments/{id}/Attachment",
 09144                            Caption = "Скачать вложение",
 09145                            Code = "GetAttachment",
 09146                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09147                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09148                            IsDeleted = false,
 09149                            OwnerActionId = 1L,
 09150                            StatusId = 10L,
 09151                            Type = "GET"
 09152                        },
 09153                        new
 09154                        {
 09155                            Id = 115L,
 09156                            Action = "Shipments/{id}/Attachment",
 09157                            Caption = "Приложить файл",
 09158                            Code = "SetAttachment",
 09159                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09160                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09161                            IsDeleted = false,
 09162                            OwnerActionId = 2L,
 09163                            StatusId = 10L,
 09164                            Type = "POST"
 09165                        },
 09166                        new
 09167                        {
 09168                            Id = 116L,
 09169                            Action = "Shipments/{id}/Attachment",
 09170                            Caption = "Удалить вложение",
 09171                            Code = "DeleteAttachment",
 09172                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09173                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09174                            IsDeleted = false,
 09175                            OwnerActionId = 2L,
 09176                            StatusId = 11L,
 09177                            Type = "DELETE"
 09178                        },
 09179                        new
 09180                        {
 09181                            Id = 117L,
 09182                            Action = "Shipments/{id}/Attachment",
 09183                            Caption = "Скачать вложение",
 09184                            Code = "GetAttachment",
 09185                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09186                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09187                            IsDeleted = false,
 09188                            OwnerActionId = 1L,
 09189                            StatusId = 13L,
 09190                            Type = "GET"
 09191                        },
 09192                        new
 09193                        {
 09194                            Id = 118L,
 09195                            Action = "Shipments/{id}/Attachment",
 09196                            Caption = "Скачать вложение",
 09197                            Code = "GetAttachment",
 09198                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09199                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09200                            IsDeleted = false,
 09201                            OwnerActionId = 2L,
 09202                            StatusId = 13L,
 09203                            Type = "GET"
 09204                        },
 09205                        new
 09206                        {
 09207                            Id = 119L,
 09208                            Action = "Shipments/{id}/Attachment",
 09209                            Caption = "Приложить файл",
 09210                            Code = "SetAttachment",
 09211                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09212                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09213                            IsDeleted = false,
 09214                            OwnerActionId = 2L,
 09215                            StatusId = 13L,
 09216                            Type = "POST"
 09217                        },
 09218                        new
 09219                        {
 09220                            Id = 120L,
 09221                            Action = "Shipments/{id}/Attachment",
 09222                            Caption = "Скачать вложение",
 09223                            Code = "GetAttachment",
 09224                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09225                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09226                            IsDeleted = false,
 09227                            OwnerActionId = 3L,
 09228                            StatusId = 13L,
 09229                            Type = "GET"
 09230                        },
 09231                        new
 09232                        {
 09233                            Id = 121L,
 09234                            Action = "Shipments/{id}/Attachment",
 09235                            Caption = "Скачать вложение",
 09236                            Code = "GetAttachment",
 09237                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09238                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09239                            IsDeleted = false,
 09240                            OwnerActionId = 1L,
 09241                            StatusId = 14L,
 09242                            Type = "GET"
 09243                        },
 09244                        new
 09245                        {
 09246                            Id = 122L,
 09247                            Action = "Shipments/{id}/Attachment",
 09248                            Caption = "Скачать вложение",
 09249                            Code = "GetAttachment",
 09250                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09251                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09252                            IsDeleted = false,
 09253                            OwnerActionId = 2L,
 09254                            StatusId = 14L,
 09255                            Type = "GET"
 09256                        },
 09257                        new
 09258                        {
 09259                            Id = 123L,
 09260                            Action = "Shipments/{id}/Attachment",
 09261                            Caption = "Скачать вложение",
 09262                            Code = "GetAttachment",
 09263                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09264                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09265                            IsDeleted = false,
 09266                            OwnerActionId = 3L,
 09267                            StatusId = 14L,
 09268                            Type = "GET"
 09269                        },
 09270                        new
 09271                        {
 09272                            Id = 124L,
 09273                            Action = "Shipments/{id}/Attachment",
 09274                            Caption = "Скачать вложение",
 09275                            Code = "GetAttachment",
 09276                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09277                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09278                            IsDeleted = false,
 09279                            OwnerActionId = 1L,
 09280                            StatusId = 15L,
 09281                            Type = "GET"
 09282                        },
 09283                        new
 09284                        {
 09285                            Id = 125L,
 09286                            Action = "Shipments/{id}/Attachment",
 09287                            Caption = "Скачать вложение",
 09288                            Code = "GetAttachment",
 09289                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09290                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09291                            IsDeleted = false,
 09292                            OwnerActionId = 2L,
 09293                            StatusId = 15L,
 09294                            Type = "GET"
 09295                        },
 09296                        new
 09297                        {
 09298                            Id = 126L,
 09299                            Action = "Shipments/{id}/Attachment",
 09300                            Caption = "Скачать вложение",
 09301                            Code = "GetAttachment",
 09302                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09303                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09304                            IsDeleted = false,
 09305                            OwnerActionId = 3L,
 09306                            StatusId = 15L,
 09307                            Type = "GET"
 09308                        },
 09309                        new
 09310                        {
 09311                            Id = 127L,
 09312                            Action = "Shipments/{id}/Attachment",
 09313                            Caption = "Скачать вложение",
 09314                            Code = "GetAttachment",
 09315                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09316                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09317                            IsDeleted = false,
 09318                            OwnerActionId = 1L,
 09319                            StatusId = 16L,
 09320                            Type = "GET"
 09321                        },
 09322                        new
 09323                        {
 09324                            Id = 128L,
 09325                            Action = "Shipments/{id}/Attachment",
 09326                            Caption = "Скачать вложение",
 09327                            Code = "GetAttachment",
 09328                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09329                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09330                            IsDeleted = false,
 09331                            OwnerActionId = 2L,
 09332                            StatusId = 16L,
 09333                            Type = "GET"
 09334                        },
 09335                        new
 09336                        {
 09337                            Id = 129L,
 09338                            Action = "Shipments/{id}/Attachment",
 09339                            Caption = "Скачать вложение",
 09340                            Code = "GetAttachment",
 09341                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09342                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09343                            IsDeleted = false,
 09344                            OwnerActionId = 3L,
 09345                            StatusId = 16L,
 09346                            Type = "GET"
 09347                        },
 09348                        new
 09349                        {
 09350                            Id = 130L,
 09351                            Action = "Shipments/{id}/Attachment",
 09352                            Caption = "Скачать вложение",
 09353                            Code = "GetAttachment",
 09354                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09355                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09356                            IsDeleted = false,
 09357                            OwnerActionId = 1L,
 09358                            StatusId = 17L,
 09359                            Type = "GET"
 09360                        },
 09361                        new
 09362                        {
 09363                            Id = 131L,
 09364                            Action = "Shipments/{id}/Attachment",
 09365                            Caption = "Скачать вложение",
 09366                            Code = "GetAttachment",
 09367                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09368                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09369                            IsDeleted = false,
 09370                            OwnerActionId = 2L,
 09371                            StatusId = 17L,
 09372                            Type = "GET"
 09373                        },
 09374                        new
 09375                        {
 09376                            Id = 132L,
 09377                            Action = "Shipments/{id}/Attachment",
 09378                            Caption = "Скачать вложение",
 09379                            Code = "GetAttachment",
 09380                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09381                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09382                            IsDeleted = false,
 09383                            OwnerActionId = 3L,
 09384                            StatusId = 17L,
 09385                            Type = "GET"
 09386                        },
 09387                        new
 09388                        {
 09389                            Id = 133L,
 09390                            Action = "Shipments/{id}/Attachment",
 09391                            Caption = "Скачать вложение",
 09392                            Code = "GetAttachment",
 09393                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09394                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09395                            IsDeleted = false,
 09396                            OwnerActionId = 1L,
 09397                            StatusId = 18L,
 09398                            Type = "GET"
 09399                        },
 09400                        new
 09401                        {
 09402                            Id = 134L,
 09403                            Action = "Shipments/{id}/Attachment",
 09404                            Caption = "Скачать вложение",
 09405                            Code = "GetAttachment",
 09406                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09407                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09408                            IsDeleted = false,
 09409                            OwnerActionId = 2L,
 09410                            StatusId = 18L,
 09411                            Type = "GET"
 09412                        },
 09413                        new
 09414                        {
 09415                            Id = 135L,
 09416                            Action = "Shipments/{id}/Attachment",
 09417                            Caption = "Скачать вложение",
 09418                            Code = "GetAttachment",
 09419                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09420                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09421                            IsDeleted = false,
 09422                            OwnerActionId = 3L,
 09423                            StatusId = 18L,
 09424                            Type = "GET"
 09425                        },
 09426                        new
 09427                        {
 09428                            Id = 159L,
 09429                            Action = "Orders/{parentId}",
 09430                            Caption = "Перейти к заявке-основанию",
 09431                            Code = "GetOnBase",
 09432                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09433                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09434                            IsDeleted = false,
 09435                            OwnerActionId = 1L,
 09436                            StatusId = 7L,
 09437                            Type = "Get"
 09438                        },
 09439                        new
 09440                        {
 09441                            Id = 160L,
 09442                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09443                            Caption = "Скачать CSV",
 09444                            Code = "Csv",
 09445                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09446                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09447                            IsDeleted = false,
 09448                            OwnerActionId = 1L,
 09449                            StatusId = 7L,
 09450                            Type = "GET"
 09451                        },
 09452                        new
 09453                        {
 09454                            Id = 161L,
 09455                            Action = "Orders/CreateOnBase",
 09456                            Caption = "Создать заявку на основе",
 09457                            Code = "CreateOnBase",
 09458                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09459                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09460                            IsDeleted = false,
 09461                            OwnerActionId = 1L,
 09462                            StatusId = 7L,
 09463                            Type = "POST"
 09464                        },
 09465                        new
 09466                        {
 09467                            Id = 162L,
 09468                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09469                            Caption = "Скачать CSV",
 09470                            Code = "Csv",
 09471                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09472                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09473                            IsDeleted = false,
 09474                            OwnerActionId = 2L,
 09475                            StatusId = 7L,
 09476                            Type = "GET"
 09477                        },
 09478                        new
 09479                        {
 09480                            Id = 163L,
 09481                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09482                            Caption = "Скачать CSV",
 09483                            Code = "Csv",
 09484                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09485                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09486                            IsDeleted = false,
 09487                            OwnerActionId = 3L,
 09488                            StatusId = 7L,
 09489                            Type = "GET"
 09490                        },
 09491                        new
 09492                        {
 09493                            Id = 164L,
 09494                            Action = "Orders/{parentId}",
 09495                            Caption = "Перейти к заявке-основанию",
 09496                            Code = "GetOnBase",
 09497                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09498                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09499                            IsDeleted = false,
 09500                            OwnerActionId = 3L,
 09501                            StatusId = 7L,
 09502                            Type = "Get"
 09503                        },
 09504                        new
 09505                        {
 09506                            Id = 165L,
 09507                            Action = "Orders/{id}/DownloadOrderToFile",
 09508                            Caption = "Скачать XLSX",
 09509                            Code = "Xlsx",
 09510                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09511                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09512                            IsDeleted = false,
 09513                            OwnerActionId = 1L,
 09514                            StatusId = 1L,
 09515                            Type = "Get"
 09516                        },
 09517                        new
 09518                        {
 09519                            Id = 166L,
 09520                            Action = "Orders/{id}/DownloadOrderToFile",
 09521                            Caption = "Скачать XLSX",
 09522                            Code = "Xlsx",
 09523                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09524                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09525                            IsDeleted = false,
 09526                            OwnerActionId = 1L,
 09527                            StatusId = 2L,
 09528                            Type = "Get"
 09529                        },
 09530                        new
 09531                        {
 09532                            Id = 167L,
 09533                            Action = "Orders/{id}/DownloadOrderToFile",
 09534                            Caption = "Скачать XLSX",
 09535                            Code = "Xlsx",
 09536                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09537                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09538                            IsDeleted = false,
 09539                            OwnerActionId = 3L,
 09540                            StatusId = 2L,
 09541                            Type = "Get"
 09542                        },
 09543                        new
 09544                        {
 09545                            Id = 168L,
 09546                            Action = "Orders/{id}/DownloadOrderToFile",
 09547                            Caption = "Скачать XLSX",
 09548                            Code = "Xlsx",
 09549                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09550                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09551                            IsDeleted = false,
 09552                            OwnerActionId = 1L,
 09553                            StatusId = 3L,
 09554                            Type = "Get"
 09555                        },
 09556                        new
 09557                        {
 09558                            Id = 169L,
 09559                            Action = "Orders/{id}/DownloadOrderToFile",
 09560                            Caption = "Скачать XLSX",
 09561                            Code = "Xlsx",
 09562                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09563                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09564                            IsDeleted = false,
 09565                            OwnerActionId = 1L,
 09566                            StatusId = 4L,
 09567                            Type = "Get"
 09568                        },
 09569                        new
 09570                        {
 09571                            Id = 170L,
 09572                            Action = "Orders/{id}/DownloadOrderToFile",
 09573                            Caption = "Скачать XLSX",
 09574                            Code = "Xlsx",
 09575                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09576                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09577                            IsDeleted = false,
 09578                            OwnerActionId = 3L,
 09579                            StatusId = 4L,
 09580                            Type = "Get"
 09581                        },
 09582                        new
 09583                        {
 09584                            Id = 171L,
 09585                            Action = "Orders/{id}/DownloadOrderToFile",
 09586                            Caption = "Скачать XLSX",
 09587                            Code = "Xlsx",
 09588                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09589                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09590                            IsDeleted = false,
 09591                            OwnerActionId = 1L,
 09592                            StatusId = 5L,
 09593                            Type = "Get"
 09594                        },
 09595                        new
 09596                        {
 09597                            Id = 172L,
 09598                            Action = "Orders/{id}/DownloadOrderToFile",
 09599                            Caption = "Скачать XLSX",
 09600                            Code = "Xlsx",
 09601                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09602                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09603                            IsDeleted = false,
 09604                            OwnerActionId = 3L,
 09605                            StatusId = 5L,
 09606                            Type = "Get"
 09607                        },
 09608                        new
 09609                        {
 09610                            Id = 173L,
 09611                            Action = "Orders/{id}/DownloadOrderToFile",
 09612                            Caption = "Скачать CSV",
 09613                            Code = "Csv",
 09614                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09615                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09616                            IsDeleted = false,
 09617                            OwnerActionId = 3L,
 09618                            StatusId = 5L,
 09619                            Type = "Get"
 09620                        },
 09621                        new
 09622                        {
 09623                            Id = 174L,
 09624                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09625                            Caption = "Скачать XLSX",
 09626                            Code = "Xlsx",
 09627                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09628                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09629                            IsDeleted = false,
 09630                            OwnerActionId = 2L,
 09631                            StatusId = 6L,
 09632                            Type = "Get"
 09633                        },
 09634                        new
 09635                        {
 09636                            Id = 175L,
 09637                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09638                            Caption = "Скачать XLSX",
 09639                            Code = "Xlsx",
 09640                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09641                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09642                            IsDeleted = false,
 09643                            OwnerActionId = 3L,
 09644                            StatusId = 6L,
 09645                            Type = "Get"
 09646                        },
 09647                        new
 09648                        {
 09649                            Id = 176L,
 09650                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09651                            Caption = "Скачать XLSX",
 09652                            Code = "Xlsx",
 09653                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09654                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09655                            IsDeleted = false,
 09656                            OwnerActionId = 1L,
 09657                            StatusId = 8L,
 09658                            Type = "Get"
 09659                        },
 09660                        new
 09661                        {
 09662                            Id = 177L,
 09663                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09664                            Caption = "Скачать XLSX",
 09665                            Code = "Xlsx",
 09666                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09667                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09668                            IsDeleted = false,
 09669                            OwnerActionId = 2L,
 09670                            StatusId = 8L,
 09671                            Type = "Get"
 09672                        },
 09673                        new
 09674                        {
 09675                            Id = 178L,
 09676                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09677                            Caption = "Скачать XLSX",
 09678                            Code = "Xlsx",
 09679                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09680                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09681                            IsDeleted = false,
 09682                            OwnerActionId = 3L,
 09683                            StatusId = 8L,
 09684                            Type = "Get"
 09685                        },
 09686                        new
 09687                        {
 09688                            Id = 179L,
 09689                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09690                            Caption = "Скачать XLSX",
 09691                            Code = "Xlsx",
 09692                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09693                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09694                            IsDeleted = false,
 09695                            OwnerActionId = 1L,
 09696                            StatusId = 9L,
 09697                            Type = "Get"
 09698                        },
 09699                        new
 09700                        {
 09701                            Id = 180L,
 09702                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09703                            Caption = "Скачать XLSX",
 09704                            Code = "Xlsx",
 09705                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09706                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09707                            IsDeleted = false,
 09708                            OwnerActionId = 2L,
 09709                            StatusId = 9L,
 09710                            Type = "Get"
 09711                        },
 09712                        new
 09713                        {
 09714                            Id = 181L,
 09715                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09716                            Caption = "Скачать PDF",
 09717                            Code = "SimpleShipmentPdf",
 09718                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09719                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09720                            IsDeleted = false,
 09721                            OwnerActionId = 2L,
 09722                            StatusId = 9L,
 09723                            Type = "Get"
 09724                        },
 09725                        new
 09726                        {
 09727                            Id = 182L,
 09728                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09729                            Caption = "Скачать XLSX",
 09730                            Code = "Xlsx",
 09731                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09732                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09733                            IsDeleted = false,
 09734                            OwnerActionId = 3L,
 09735                            StatusId = 9L,
 09736                            Type = "Get"
 09737                        },
 09738                        new
 09739                        {
 09740                            Id = 183L,
 09741                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09742                            Caption = "Скачать XLSX",
 09743                            Code = "Xlsx",
 09744                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09745                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09746                            IsDeleted = false,
 09747                            OwnerActionId = 1L,
 09748                            StatusId = 10L,
 09749                            Type = "Get"
 09750                        },
 09751                        new
 09752                        {
 09753                            Id = 184L,
 09754                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09755                            Caption = "Скачать XLSX",
 09756                            Code = "Xlsx",
 09757                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09758                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09759                            IsDeleted = false,
 09760                            OwnerActionId = 2L,
 09761                            StatusId = 10L,
 09762                            Type = "Get"
 09763                        },
 09764                        new
 09765                        {
 09766                            Id = 185L,
 09767                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09768                            Caption = "Скачать XLSX",
 09769                            Code = "Xlsx",
 09770                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09771                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09772                            IsDeleted = false,
 09773                            OwnerActionId = 3L,
 09774                            StatusId = 10L,
 09775                            Type = "Get"
 09776                        },
 09777                        new
 09778                        {
 09779                            Id = 186L,
 09780                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09781                            Caption = "Скачать XLSX",
 09782                            Code = "Xlsx",
 09783                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09784                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09785                            IsDeleted = false,
 09786                            OwnerActionId = 1L,
 09787                            StatusId = 11L,
 09788                            Type = "Get"
 09789                        },
 09790                        new
 09791                        {
 09792                            Id = 187L,
 09793                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09794                            Caption = "Скачать XLSX",
 09795                            Code = "Xlsx",
 09796                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09797                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09798                            IsDeleted = false,
 09799                            OwnerActionId = 2L,
 09800                            StatusId = 11L,
 09801                            Type = "Get"
 09802                        },
 09803                        new
 09804                        {
 09805                            Id = 188L,
 09806                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09807                            Caption = "Скачать XLSX",
 09808                            Code = "Xlsx",
 09809                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09810                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09811                            IsDeleted = false,
 09812                            OwnerActionId = 3L,
 09813                            StatusId = 11L,
 09814                            Type = "Get"
 09815                        },
 09816                        new
 09817                        {
 09818                            Id = 189L,
 09819                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09820                            Caption = "Скачать XLSX",
 09821                            Code = "Xlsx",
 09822                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09823                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09824                            IsDeleted = false,
 09825                            OwnerActionId = 1L,
 09826                            StatusId = 7L,
 09827                            Type = "Get"
 09828                        },
 09829                        new
 09830                        {
 09831                            Id = 190L,
 09832                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09833                            Caption = "Скачать XLSX",
 09834                            Code = "Xlsx",
 09835                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09836                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09837                            IsDeleted = false,
 09838                            OwnerActionId = 2L,
 09839                            StatusId = 7L,
 09840                            Type = "Get"
 09841                        },
 09842                        new
 09843                        {
 09844                            Id = 191L,
 09845                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09846                            Caption = "Скачать XLSX",
 09847                            Code = "Xlsx",
 09848                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09849                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09850                            IsDeleted = false,
 09851                            OwnerActionId = 3L,
 09852                            StatusId = 7L,
 09853                            Type = "Get"
 09854                        },
 09855                        new
 09856                        {
 09857                            Id = 192L,
 09858                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09859                            Caption = "Скачать XLSX",
 09860                            Code = "Xlsx",
 09861                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09862                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09863                            IsDeleted = false,
 09864                            OwnerActionId = 1L,
 09865                            StatusId = 12L,
 09866                            Type = "Get"
 09867                        },
 09868                        new
 09869                        {
 09870                            Id = 193L,
 09871                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09872                            Caption = "Скачать XLSX",
 09873                            Code = "Xlsx",
 09874                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09875                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09876                            IsDeleted = false,
 09877                            OwnerActionId = 2L,
 09878                            StatusId = 12L,
 09879                            Type = "Get"
 09880                        },
 09881                        new
 09882                        {
 09883                            Id = 194L,
 09884                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09885                            Caption = "Скачать XLSX",
 09886                            Code = "Xlsx",
 09887                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09888                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09889                            IsDeleted = false,
 09890                            OwnerActionId = 3L,
 09891                            StatusId = 12L,
 09892                            Type = "Get"
 09893                        },
 09894                        new
 09895                        {
 09896                            Id = 195L,
 09897                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09898                            Caption = "Скачать XLSX",
 09899                            Code = "Xlsx",
 09900                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09901                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09902                            IsDeleted = false,
 09903                            OwnerActionId = 1L,
 09904                            StatusId = 13L,
 09905                            Type = "Get"
 09906                        },
 09907                        new
 09908                        {
 09909                            Id = 196L,
 09910                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09911                            Caption = "Скачать XLSX",
 09912                            Code = "Xlsx",
 09913                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09914                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09915                            IsDeleted = false,
 09916                            OwnerActionId = 2L,
 09917                            StatusId = 13L,
 09918                            Type = "Get"
 09919                        },
 09920                        new
 09921                        {
 09922                            Id = 197L,
 09923                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09924                            Caption = "Скачать XLSX",
 09925                            Code = "Xlsx",
 09926                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09927                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09928                            IsDeleted = false,
 09929                            OwnerActionId = 3L,
 09930                            StatusId = 13L,
 09931                            Type = "Get"
 09932                        },
 09933                        new
 09934                        {
 09935                            Id = 198L,
 09936                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09937                            Caption = "Скачать XLSX",
 09938                            Code = "Xlsx",
 09939                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09940                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09941                            IsDeleted = false,
 09942                            OwnerActionId = 1L,
 09943                            StatusId = 14L,
 09944                            Type = "Get"
 09945                        },
 09946                        new
 09947                        {
 09948                            Id = 199L,
 09949                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09950                            Caption = "Скачать XLSX",
 09951                            Code = "Xlsx",
 09952                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09953                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09954                            IsDeleted = false,
 09955                            OwnerActionId = 2L,
 09956                            StatusId = 14L,
 09957                            Type = "Get"
 09958                        },
 09959                        new
 09960                        {
 09961                            Id = 200L,
 09962                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09963                            Caption = "Скачать XLSX",
 09964                            Code = "Xlsx",
 09965                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09966                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09967                            IsDeleted = false,
 09968                            OwnerActionId = 3L,
 09969                            StatusId = 14L,
 09970                            Type = "Get"
 09971                        },
 09972                        new
 09973                        {
 09974                            Id = 201L,
 09975                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09976                            Caption = "Скачать XLSX",
 09977                            Code = "Xlsx",
 09978                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09979                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09980                            IsDeleted = false,
 09981                            OwnerActionId = 1L,
 09982                            StatusId = 15L,
 09983                            Type = "Get"
 09984                        },
 09985                        new
 09986                        {
 09987                            Id = 202L,
 09988                            Action = "Shipments/{id}/DownloadShipmentToFile",
 09989                            Caption = "Скачать XLSX",
 09990                            Code = "Xlsx",
 09991                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 09992                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 09993                            IsDeleted = false,
 09994                            OwnerActionId = 2L,
 09995                            StatusId = 15L,
 09996                            Type = "Get"
 09997                        },
 09998                        new
 09999                        {
 010000                            Id = 203L,
 010001                            Action = "Shipments/{id}/DownloadShipmentToFile",
 010002                            Caption = "Скачать XLSX",
 010003                            Code = "Xlsx",
 010004                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010005                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010006                            IsDeleted = false,
 010007                            OwnerActionId = 3L,
 010008                            StatusId = 15L,
 010009                            Type = "Get"
 010010                        },
 010011                        new
 010012                        {
 010013                            Id = 204L,
 010014                            Action = "Shipments/{id}/DownloadShipmentToFile",
 010015                            Caption = "Скачать XLSX",
 010016                            Code = "Xlsx",
 010017                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010018                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010019                            IsDeleted = false,
 010020                            OwnerActionId = 1L,
 010021                            StatusId = 16L,
 010022                            Type = "Get"
 010023                        },
 010024                        new
 010025                        {
 010026                            Id = 205L,
 010027                            Action = "Shipments/{id}/DownloadShipmentToFile",
 010028                            Caption = "Скачать XLSX",
 010029                            Code = "Xlsx",
 010030                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010031                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010032                            IsDeleted = false,
 010033                            OwnerActionId = 2L,
 010034                            StatusId = 16L,
 010035                            Type = "Get"
 010036                        },
 010037                        new
 010038                        {
 010039                            Id = 206L,
 010040                            Action = "Shipments/{id}/DownloadShipmentToFile",
 010041                            Caption = "Скачать XLSX",
 010042                            Code = "Xlsx",
 010043                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010044                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010045                            IsDeleted = false,
 010046                            OwnerActionId = 3L,
 010047                            StatusId = 16L,
 010048                            Type = "Get"
 010049                        },
 010050                        new
 010051                        {
 010052                            Id = 207L,
 010053                            Action = "Shipments/{id}/DownloadShipmentToFile",
 010054                            Caption = "Скачать XLSX",
 010055                            Code = "Xlsx",
 010056                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010057                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010058                            IsDeleted = false,
 010059                            OwnerActionId = 1L,
 010060                            StatusId = 17L,
 010061                            Type = "Get"
 010062                        },
 010063                        new
 010064                        {
 010065                            Id = 208L,
 010066                            Action = "Shipments/{id}/DownloadShipmentToFile",
 010067                            Caption = "Скачать XLSX",
 010068                            Code = "Xlsx",
 010069                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010070                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010071                            IsDeleted = false,
 010072                            OwnerActionId = 2L,
 010073                            StatusId = 17L,
 010074                            Type = "Get"
 010075                        },
 010076                        new
 010077                        {
 010078                            Id = 209L,
 010079                            Action = "Shipments/{id}/DownloadShipmentToFile",
 010080                            Caption = "Скачать XLSX",
 010081                            Code = "Xlsx",
 010082                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010083                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010084                            IsDeleted = false,
 010085                            OwnerActionId = 3L,
 010086                            StatusId = 17L,
 010087                            Type = "Get"
 010088                        },
 010089                        new
 010090                        {
 010091                            Id = 210L,
 010092                            Action = "Shipments/{id}/DownloadShipmentToFile",
 010093                            Caption = "Скачать XLSX",
 010094                            Code = "Xlsx",
 010095                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010096                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010097                            IsDeleted = false,
 010098                            OwnerActionId = 1L,
 010099                            StatusId = 18L,
 010100                            Type = "Get"
 010101                        },
 010102                        new
 010103                        {
 010104                            Id = 211L,
 010105                            Action = "Shipments/{id}/DownloadShipmentToFile",
 010106                            Caption = "Скачать XLSX",
 010107                            Code = "Xlsx",
 010108                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010109                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010110                            IsDeleted = false,
 010111                            OwnerActionId = 2L,
 010112                            StatusId = 18L,
 010113                            Type = "Get"
 010114                        },
 010115                        new
 010116                        {
 010117                            Id = 212L,
 010118                            Action = "Shipments/{id}/DownloadShipmentToFile",
 010119                            Caption = "Скачать XLSX",
 010120                            Code = "Xlsx",
 010121                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010122                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010123                            IsDeleted = false,
 010124                            OwnerActionId = 3L,
 010125                            StatusId = 18L,
 010126                            Type = "Get"
 010127                        },
 010128                        new
 010129                        {
 010130                            Id = 213L,
 010131                            Action = "Orders/CreateOnBase",
 010132                            Caption = "Создать заявку на основе",
 010133                            Code = "CreateOnBase",
 010134                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010135                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010136                            IsDeleted = false,
 010137                            OwnerActionId = 1L,
 010138                            StatusId = 19L,
 010139                            Type = "POST"
 010140                        },
 010141                        new
 010142                        {
 010143                            Id = 214L,
 010144                            Action = "Shipments/{id}/DownloadShipmentToFile",
 010145                            Caption = "Скачать CSV",
 010146                            Code = "Csv",
 010147                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010148                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010149                            IsDeleted = false,
 010150                            OwnerActionId = 1L,
 010151                            StatusId = 19L,
 010152                            Type = "GET"
 010153                        },
 010154                        new
 010155                        {
 010156                            Id = 215L,
 010157                            Action = "Shipments/{id}/DownloadShipmentToFile",
 010158                            Caption = "Скачать XLSX",
 010159                            Code = "Xlsx",
 010160                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010161                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010162                            IsDeleted = false,
 010163                            OwnerActionId = 1L,
 010164                            StatusId = 19L,
 010165                            Type = "Get"
 010166                        },
 010167                        new
 010168                        {
 010169                            Id = 216L,
 010170                            Action = "Shipments/{id}/Print",
 010171                            Caption = "Распечатать УПД",
 010172                            Code = "Pdf",
 010173                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010174                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010175                            IsDeleted = false,
 010176                            OwnerActionId = 1L,
 010177                            StatusId = 19L,
 010178                            Type = "GET"
 010179                        },
 010180                        new
 010181                        {
 010182                            Id = 217L,
 010183                            Action = "Shipments/{id}/Attachment",
 010184                            Caption = "Скачать вложение",
 010185                            Code = "GetAttachment",
 010186                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010187                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010188                            IsDeleted = false,
 010189                            OwnerActionId = 1L,
 010190                            StatusId = 19L,
 010191                            Type = "GET"
 010192                        },
 010193                        new
 010194                        {
 010195                            Id = 218L,
 010196                            Action = "Orders/{parentId}",
 010197                            Caption = "Перейти к заявке-основанию",
 010198                            Code = "GetOnBase",
 010199                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010200                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010201                            IsDeleted = false,
 010202                            OwnerActionId = 1L,
 010203                            StatusId = 19L,
 010204                            Type = "Get"
 010205                        },
 010206                        new
 010207                        {
 010208                            Id = 219L,
 010209                            Action = "Shipments/{id}/DownloadShipmentToFile",
 010210                            Caption = "Скачать CSV",
 010211                            Code = "Csv",
 010212                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010213                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010214                            IsDeleted = false,
 010215                            OwnerActionId = 2L,
 010216                            StatusId = 19L,
 010217                            Type = "GET"
 010218                        },
 010219                        new
 010220                        {
 010221                            Id = 220L,
 010222                            Action = "Shipments/{id}/DownloadShipmentToFile",
 010223                            Caption = "Скачать XLSX",
 010224                            Code = "Xlsx",
 010225                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010226                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010227                            IsDeleted = false,
 010228                            OwnerActionId = 2L,
 010229                            StatusId = 19L,
 010230                            Type = "Get"
 010231                        },
 010232                        new
 010233                        {
 010234                            Id = 221L,
 010235                            Action = "Shipments/{id}/Print",
 010236                            Caption = "Распечатать УПД",
 010237                            Code = "Pdf",
 010238                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010239                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010240                            IsDeleted = false,
 010241                            OwnerActionId = 2L,
 010242                            StatusId = 19L,
 010243                            Type = "GET"
 010244                        },
 010245                        new
 010246                        {
 010247                            Id = 222L,
 010248                            Action = "Shipments/{id}/SupplierReject",
 010249                            Caption = "Отказать",
 010250                            Code = "RejectBySupplier",
 010251                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010252                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010253                            IsDeleted = false,
 010254                            OwnerActionId = 2L,
 010255                            StatusId = 19L,
 010256                            Type = "POST"
 010257                        },
 010258                        new
 010259                        {
 010260                            Id = 223L,
 010261                            Action = "Shipments/{id}/Ship",
 010262                            Caption = "Выдать",
 010263                            Code = "Ship",
 010264                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010265                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010266                            IsDeleted = false,
 010267                            OwnerActionId = 2L,
 010268                            StatusId = 19L,
 010269                            Type = "POST"
 010270                        },
 010271                        new
 010272                        {
 010273                            Id = 224L,
 010274                            Action = "Shipments/{id}/DownloadShipmentToFile",
 010275                            Caption = "Скачать CSV",
 010276                            Code = "Csv",
 010277                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010278                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010279                            IsDeleted = false,
 010280                            OwnerActionId = 3L,
 010281                            StatusId = 19L,
 010282                            Type = "GET"
 010283                        },
 010284                        new
 010285                        {
 010286                            Id = 225L,
 010287                            Action = "Shipments/{id}/DownloadShipmentToFile",
 010288                            Caption = "Скачать XLSX",
 010289                            Code = "Xlsx",
 010290                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010291                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010292                            IsDeleted = false,
 010293                            OwnerActionId = 3L,
 010294                            StatusId = 19L,
 010295                            Type = "Get"
 010296                        },
 010297                        new
 010298                        {
 010299                            Id = 226L,
 010300                            Action = "Shipments/{id}/Print",
 010301                            Caption = "Распечатать УПД",
 010302                            Code = "Pdf",
 010303                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010304                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010305                            IsDeleted = false,
 010306                            OwnerActionId = 3L,
 010307                            StatusId = 19L,
 010308                            Type = "GET"
 010309                        },
 010310                        new
 010311                        {
 010312                            Id = 227L,
 010313                            Action = "Orders/{parentId}",
 010314                            Caption = "Перейти к заявке-основанию",
 010315                            Code = "GetOnBase",
 010316                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010317                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010318                            IsDeleted = false,
 010319                            OwnerActionId = 3L,
 010320                            StatusId = 19L,
 010321                            Type = "Get"
 010322                        },
 010323                        new
 010324                        {
 010325                            Id = 228L,
 010326                            Action = "Shipments/{id}/Deliver",
 010327                            Caption = "Доставить",
 010328                            Code = "Deliver",
 010329                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010330                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010331                            IsDeleted = false,
 010332                            OwnerActionId = 2L,
 010333                            StatusId = 10L,
 010334                            Type = "POST"
 010335                        });
 010336                });
 10337
 010338            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementStatus", b =>
 010339                {
 010340                    b.Property<long>("Id")
 010341                        .ValueGeneratedOnAdd()
 010342                        .HasColumnType("bigint")
 010343                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 010344                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 010345
 010346                    b.Property<string>("Code")
 010347                        .IsRequired()
 010348                        .HasColumnType("text");
 010349
 010350                    b.Property<long?>("CreatedByUserId")
 010351                        .HasColumnType("bigint");
 010352
 010353                    b.Property<DateTime>("CreationDateTime")
 010354                        .HasColumnType("timestamp without time zone");
 010355
 010356                    b.Property<string>("Description")
 010357                        .HasColumnType("text");
 010358
 010359                    b.Property<Guid>("GUID")
 010360                        .ValueGeneratedOnAdd()
 010361                        .HasColumnType("uuid");
 010362
 010363                    b.Property<bool>("IsDeleted")
 010364                        .HasColumnType("boolean");
 010365
 010366                    b.Property<DateTime?>("ModificationDateTime")
 010367                        .HasColumnType("timestamp without time zone");
 010368
 010369                    b.Property<long?>("ModifiedByUserId")
 010370                        .HasColumnType("bigint");
 010371
 010372                    b.Property<long>("MovementTypeId")
 010373                        .HasColumnType("bigint");
 010374
 010375                    b.Property<string>("Name")
 010376                        .IsRequired()
 010377                        .HasColumnType("text");
 010378
 010379                    b.Property<long?>("RecStateId")
 010380                        .HasColumnType("bigint");
 010381
 010382                    b.Property<long>("StatusOwnerId")
 010383                        .HasColumnType("bigint");
 010384
 010385                    b.HasKey("Id");
 010386
 010387                    b.HasIndex("CreatedByUserId");
 010388
 010389                    b.HasIndex("ModifiedByUserId");
 010390
 010391                    b.HasIndex("MovementTypeId");
 010392
 010393                    b.HasIndex("RecStateId");
 010394
 010395                    b.HasIndex("StatusOwnerId");
 010396
 010397                    b.ToTable("refMovementStatus");
 010398
 010399                    b.HasData(
 010400                        new
 010401                        {
 010402                            Id = 1L,
 010403                            Code = "Draft",
 010404                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010405                            Description = "",
 010406                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010407                            IsDeleted = false,
 010408                            MovementTypeId = 1L,
 010409                            Name = "Черновик",
 010410                            StatusOwnerId = 1L
 010411                        },
 010412                        new
 010413                        {
 010414                            Id = 2L,
 010415                            Code = "InQueue",
 010416                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010417                            Description = "",
 010418                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010419                            IsDeleted = false,
 010420                            MovementTypeId = 1L,
 010421                            Name = "В очереди на обработку",
 010422                            StatusOwnerId = 3L
 010423                        },
 010424                        new
 010425                        {
 010426                            Id = 3L,
 010427                            Code = "InProgress",
 010428                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010429                            Description = "",
 010430                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010431                            IsDeleted = false,
 010432                            MovementTypeId = 1L,
 010433                            Name = "В обработке",
 010434                            StatusOwnerId = 2L
 010435                        },
 010436                        new
 010437                        {
 010438                            Id = 4L,
 010439                            Code = "Reject",
 010440                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010441                            Description = "",
 010442                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010443                            IsDeleted = false,
 010444                            MovementTypeId = 1L,
 010445                            Name = "Отказ",
 010446                            StatusOwnerId = 3L
 010447                        },
 010448                        new
 010449                        {
 010450                            Id = 5L,
 010451                            Code = "Finished",
 010452                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010453                            Description = "",
 010454                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010455                            IsDeleted = false,
 010456                            MovementTypeId = 1L,
 010457                            Name = "Обработано",
 010458                            StatusOwnerId = 2L
 010459                        },
 010460                        new
 010461                        {
 010462                            Id = 6L,
 010463                            Code = "Draft",
 010464                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010465                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010466                            IsDeleted = false,
 010467                            MovementTypeId = 2L,
 010468                            Name = "Черновик",
 010469                            StatusOwnerId = 2L
 010470                        },
 010471                        new
 010472                        {
 010473                            Id = 7L,
 010474                            Code = "Reject",
 010475                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010476                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010477                            IsDeleted = false,
 010478                            MovementTypeId = 2L,
 010479                            Name = "Отказ",
 010480                            StatusOwnerId = 1L
 010481                        },
 010482                        new
 010483                        {
 010484                            Id = 8L,
 010485                            Code = "PaymentAwaiting",
 010486                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010487                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010488                            IsDeleted = false,
 010489                            MovementTypeId = 2L,
 010490                            Name = "Ожидает оплаты",
 010491                            StatusOwnerId = 1L
 010492                        },
 010493                        new
 010494                        {
 010495                            Id = 9L,
 010496                            Code = "Picking",
 010497                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010498                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010499                            IsDeleted = false,
 010500                            MovementTypeId = 2L,
 010501                            Name = "Сборка заказа",
 010502                            StatusOwnerId = 2L
 010503                        },
 010504                        new
 010505                        {
 010506                            Id = 10L,
 010507                            Code = "ReadyForShipment",
 010508                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010509                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010510                            IsDeleted = false,
 010511                            MovementTypeId = 2L,
 010512                            Name = "Готово к выдаче",
 010513                            StatusOwnerId = 2L
 010514                        },
 010515                        new
 010516                        {
 010517                            Id = 11L,
 010518                            Code = "Correction",
 010519                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010520                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010521                            IsDeleted = false,
 010522                            MovementTypeId = 2L,
 010523                            Name = "Корректировка",
 010524                            StatusOwnerId = 2L
 010525                        },
 010526                        new
 010527                        {
 010528                            Id = 12L,
 010529                            Code = "SupplierReject",
 010530                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010531                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010532                            IsDeleted = false,
 010533                            MovementTypeId = 2L,
 010534                            Name = "Отказ поставщика",
 010535                            StatusOwnerId = 2L
 010536                        },
 010537                        new
 010538                        {
 010539                            Id = 13L,
 010540                            Code = "Shipped",
 010541                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010542                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010543                            IsDeleted = false,
 010544                            MovementTypeId = 2L,
 010545                            Name = "Выдано",
 010546                            StatusOwnerId = 1L
 010547                        },
 010548                        new
 010549                        {
 010550                            Id = 14L,
 010551                            Code = "Received",
 010552                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010553                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010554                            IsDeleted = false,
 010555                            MovementTypeId = 2L,
 010556                            Name = "Принято",
 010557                            StatusOwnerId = 1L
 010558                        },
 010559                        new
 010560                        {
 010561                            Id = 15L,
 010562                            Code = "CustomerReject",
 010563                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010564                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010565                            IsDeleted = false,
 010566                            MovementTypeId = 2L,
 010567                            Name = "Отказ покупателя",
 010568                            StatusOwnerId = 1L
 010569                        },
 010570                        new
 010571                        {
 010572                            Id = 16L,
 010573                            Code = "ClaimInProgress",
 010574                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010575                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010576                            IsDeleted = false,
 010577                            MovementTypeId = 2L,
 010578                            Name = "Претензия разбор",
 010579                            StatusOwnerId = 3L
 010580                        },
 010581                        new
 010582                        {
 010583                            Id = 17L,
 010584                            Code = "ClaimDeclined",
 010585                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010586                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010587                            IsDeleted = false,
 010588                            MovementTypeId = 2L,
 010589                            Name = "Претензия отказано",
 010590                            StatusOwnerId = 3L
 010591                        },
 010592                        new
 010593                        {
 010594                            Id = 18L,
 010595                            Code = "ClaimAccepted",
 010596                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010597                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010598                            IsDeleted = false,
 010599                            MovementTypeId = 2L,
 010600                            Name = "Претензия подтверждено",
 010601                            StatusOwnerId = 3L
 010602                        },
 010603                        new
 010604                        {
 010605                            Id = 19L,
 010606                            Code = "Transit",
 010607                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010608                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010609                            IsDeleted = false,
 010610                            MovementTypeId = 2L,
 010611                            Name = "В пути",
 010612                            StatusOwnerId = 2L
 010613                        });
 010614                });
 10615
 010616            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementStatusJournal", b =>
 010617                {
 010618                    b.Property<long>("Id")
 010619                        .ValueGeneratedOnAdd()
 010620                        .HasColumnType("bigint")
 010621                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 010622
 010623                    b.Property<long?>("CreatedByUserId")
 010624                        .HasColumnType("bigint");
 010625
 010626                    b.Property<DateTime>("CreationDateTime")
 010627                        .HasColumnType("timestamp without time zone");
 010628
 010629                    b.Property<Guid>("GUID")
 010630                        .ValueGeneratedOnAdd()
 010631                        .HasColumnType("uuid");
 010632
 010633                    b.Property<bool>("IsDeleted")
 010634                        .HasColumnType("boolean");
 010635
 010636                    b.Property<DateTime?>("ModificationDateTime")
 010637                        .HasColumnType("timestamp without time zone");
 010638
 010639                    b.Property<long?>("ModifiedByUserId")
 010640                        .HasColumnType("bigint");
 010641
 010642                    b.Property<long?>("MovementId")
 010643                        .HasColumnType("bigint");
 010644
 010645                    b.Property<long?>("RecStateId")
 010646                        .HasColumnType("bigint");
 010647
 010648                    b.Property<long?>("StatusCurrentId")
 010649                        .HasColumnType("bigint");
 010650
 010651                    b.HasKey("Id");
 010652
 010653                    b.HasIndex("CreatedByUserId");
 010654
 010655                    b.HasIndex("ModifiedByUserId");
 010656
 010657                    b.HasIndex("MovementId");
 010658
 010659                    b.HasIndex("RecStateId");
 010660
 010661                    b.HasIndex("StatusCurrentId");
 010662
 010663                    b.ToTable("MovementStatusJournals");
 010664                });
 10665
 010666            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementStatusOwner", b =>
 010667                {
 010668                    b.Property<long>("Id")
 010669                        .ValueGeneratedOnAdd()
 010670                        .HasColumnType("bigint")
 010671                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 010672                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 010673
 010674                    b.Property<long?>("CreatedByUserId")
 010675                        .HasColumnType("bigint");
 010676
 010677                    b.Property<DateTime>("CreationDateTime")
 010678                        .HasColumnType("timestamp without time zone");
 010679
 010680                    b.Property<bool>("IsDeleted")
 010681                        .HasColumnType("boolean");
 010682
 010683                    b.Property<DateTime?>("ModificationDateTime")
 010684                        .HasColumnType("timestamp without time zone");
 010685
 010686                    b.Property<long?>("ModifiedByUserId")
 010687                        .HasColumnType("bigint");
 010688
 010689                    b.Property<string>("Name")
 010690                        .HasColumnType("text");
 010691
 010692                    b.Property<long?>("RecStateId")
 010693                        .HasColumnType("bigint");
 010694
 010695                    b.HasKey("Id");
 010696
 010697                    b.HasIndex("CreatedByUserId");
 010698
 010699                    b.HasIndex("ModifiedByUserId");
 010700
 010701                    b.HasIndex("RecStateId");
 010702
 010703                    b.ToTable("MovementStatusOwners");
 010704
 010705                    b.HasData(
 010706                        new
 010707                        {
 010708                            Id = 1L,
 010709                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010710                            IsDeleted = false,
 010711                            Name = "Customer"
 010712                        },
 010713                        new
 010714                        {
 010715                            Id = 2L,
 010716                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010717                            IsDeleted = false,
 010718                            Name = "Supplier"
 010719                        },
 010720                        new
 010721                        {
 010722                            Id = 3L,
 010723                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010724                            IsDeleted = false,
 010725                            Name = "Platform"
 010726                        });
 010727                });
 10728
 010729            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementStatusRoute", b =>
 010730                {
 010731                    b.Property<long>("Id")
 010732                        .ValueGeneratedOnAdd()
 010733                        .HasColumnType("bigint")
 010734                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 010735                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 010736
 010737                    b.Property<long?>("CreatedByUserId")
 010738                        .HasColumnType("bigint");
 010739
 010740                    b.Property<DateTime>("CreationDateTime")
 010741                        .HasColumnType("timestamp without time zone");
 010742
 010743                    b.Property<Guid>("GUID")
 010744                        .ValueGeneratedOnAdd()
 010745                        .HasColumnType("uuid");
 010746
 010747                    b.Property<int>("Hour")
 010748                        .HasColumnType("integer");
 010749
 010750                    b.Property<bool>("IsDeleted")
 010751                        .HasColumnType("boolean");
 010752
 010753                    b.Property<DateTime?>("ModificationDateTime")
 010754                        .HasColumnType("timestamp without time zone");
 010755
 010756                    b.Property<long?>("ModifiedByUserId")
 010757                        .HasColumnType("bigint");
 010758
 010759                    b.Property<long?>("RecStateId")
 010760                        .HasColumnType("bigint");
 010761
 010762                    b.Property<string>("RouteKey")
 010763                        .HasColumnType("text");
 010764
 010765                    b.Property<long>("StatusCurrentId")
 010766                        .HasColumnType("bigint");
 010767
 010768                    b.Property<long>("StatusNextId")
 010769                        .HasColumnType("bigint");
 010770
 010771                    b.Property<long>("WarehouseId")
 010772                        .HasColumnType("bigint");
 010773
 010774                    b.HasKey("Id");
 010775
 010776                    b.HasIndex("CreatedByUserId");
 010777
 010778                    b.HasIndex("ModifiedByUserId");
 010779
 010780                    b.HasIndex("RecStateId");
 010781
 010782                    b.HasIndex("StatusCurrentId");
 010783
 010784                    b.HasIndex("StatusNextId");
 010785
 010786                    b.HasIndex("WarehouseId");
 010787
 010788                    b.ToTable("MovementStatusRoutes");
 010789
 010790                    b.HasData(
 010791                        new
 010792                        {
 010793                            Id = 1L,
 010794                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010795                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010796                            Hour = 0,
 010797                            IsDeleted = false,
 010798                            RouteKey = "Send",
 010799                            StatusCurrentId = 1L,
 010800                            StatusNextId = 2L,
 010801                            WarehouseId = -2L
 010802                        },
 010803                        new
 010804                        {
 010805                            Id = 2L,
 010806                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010807                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010808                            Hour = 0,
 010809                            IsDeleted = false,
 010810                            RouteKey = "Confirm",
 010811                            StatusCurrentId = 2L,
 010812                            StatusNextId = 3L,
 010813                            WarehouseId = -2L
 010814                        },
 010815                        new
 010816                        {
 010817                            Id = 3L,
 010818                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010819                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010820                            Hour = 8,
 010821                            IsDeleted = false,
 010822                            RouteKey = "Auto",
 010823                            StatusCurrentId = 2L,
 010824                            StatusNextId = 4L,
 010825                            WarehouseId = -2L
 010826                        },
 010827                        new
 010828                        {
 010829                            Id = 4L,
 010830                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010831                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010832                            Hour = 0,
 010833                            IsDeleted = false,
 010834                            RouteKey = "RejectOrder",
 010835                            StatusCurrentId = 2L,
 010836                            StatusNextId = 4L,
 010837                            WarehouseId = -2L
 010838                        },
 010839                        new
 010840                        {
 010841                            Id = 5L,
 010842                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010843                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010844                            Hour = 8,
 010845                            IsDeleted = false,
 010846                            RouteKey = "Auto",
 010847                            StatusCurrentId = 3L,
 010848                            StatusNextId = 4L,
 010849                            WarehouseId = -2L
 010850                        },
 010851                        new
 010852                        {
 010853                            Id = 6L,
 010854                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010855                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010856                            Hour = 0,
 010857                            IsDeleted = false,
 010858                            RouteKey = "Finished",
 010859                            StatusCurrentId = 3L,
 010860                            StatusNextId = 5L,
 010861                            WarehouseId = -2L
 010862                        },
 010863                        new
 010864                        {
 010865                            Id = 7L,
 010866                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010867                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010868                            Hour = 0,
 010869                            IsDeleted = false,
 010870                            RouteKey = "RejectOrder",
 010871                            StatusCurrentId = 3L,
 010872                            StatusNextId = 4L,
 010873                            WarehouseId = -2L
 010874                        },
 010875                        new
 010876                        {
 010877                            Id = 8L,
 010878                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010879                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010880                            Hour = 0,
 010881                            IsDeleted = false,
 010882                            RouteKey = "SupplierReject",
 010883                            StatusCurrentId = 6L,
 010884                            StatusNextId = 12L,
 010885                            WarehouseId = -2L
 010886                        },
 010887                        new
 010888                        {
 010889                            Id = 9L,
 010890                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010891                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010892                            Hour = 0,
 010893                            IsDeleted = false,
 010894                            RouteKey = "PaymentReserve",
 010895                            StatusCurrentId = 6L,
 010896                            StatusNextId = 8L,
 010897                            WarehouseId = -2L
 010898                        },
 010899                        new
 010900                        {
 010901                            Id = 10L,
 010902                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010903                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010904                            Hour = 0,
 010905                            IsDeleted = false,
 010906                            RouteKey = "Payment",
 010907                            StatusCurrentId = 8L,
 010908                            StatusNextId = 9L,
 010909                            WarehouseId = -2L
 010910                        },
 010911                        new
 010912                        {
 010913                            Id = 11L,
 010914                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010915                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010916                            Hour = 0,
 010917                            IsDeleted = false,
 010918                            RouteKey = "CustomerReject",
 010919                            StatusCurrentId = 8L,
 010920                            StatusNextId = 15L,
 010921                            WarehouseId = -2L
 010922                        },
 010923                        new
 010924                        {
 010925                            Id = 12L,
 010926                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010927                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010928                            Hour = 24,
 010929                            IsDeleted = false,
 010930                            RouteKey = "Auto",
 010931                            StatusCurrentId = 8L,
 010932                            StatusNextId = 7L,
 010933                            WarehouseId = -2L
 010934                        },
 010935                        new
 010936                        {
 010937                            Id = 13L,
 010938                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010939                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010940                            Hour = 0,
 010941                            IsDeleted = false,
 010942                            RouteKey = "SupplierReject",
 010943                            StatusCurrentId = 9L,
 010944                            StatusNextId = 12L,
 010945                            WarehouseId = -2L
 010946                        },
 010947                        new
 010948                        {
 010949                            Id = 14L,
 010950                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010951                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010952                            Hour = 24,
 010953                            IsDeleted = false,
 010954                            RouteKey = "Auto",
 010955                            StatusCurrentId = 9L,
 010956                            StatusNextId = 7L,
 010957                            WarehouseId = -2L
 010958                        },
 010959                        new
 010960                        {
 010961                            Id = 15L,
 010962                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010963                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010964                            Hour = 0,
 010965                            IsDeleted = false,
 010966                            RouteKey = "ReadyToShip",
 010967                            StatusCurrentId = 9L,
 010968                            StatusNextId = 10L,
 010969                            WarehouseId = -2L
 010970                        },
 010971                        new
 010972                        {
 010973                            Id = 30L,
 010974                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010975                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010976                            Hour = 0,
 010977                            IsDeleted = false,
 010978                            RouteKey = "CustomerReject",
 010979                            StatusCurrentId = 9L,
 010980                            StatusNextId = 15L,
 010981                            WarehouseId = -2L
 010982                        },
 010983                        new
 010984                        {
 010985                            Id = 16L,
 010986                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010987                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 010988                            Hour = 0,
 010989                            IsDeleted = false,
 010990                            RouteKey = "Ship",
 010991                            StatusCurrentId = 10L,
 010992                            StatusNextId = 13L,
 010993                            WarehouseId = -2L
 010994                        },
 010995                        new
 010996                        {
 010997                            Id = 17L,
 010998                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 010999                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011000                            Hour = 24,
 011001                            IsDeleted = false,
 011002                            RouteKey = "Auto",
 011003                            StatusCurrentId = 10L,
 011004                            StatusNextId = 7L,
 011005                            WarehouseId = -2L
 011006                        },
 011007                        new
 011008                        {
 011009                            Id = 18L,
 011010                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011011                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011012                            Hour = 0,
 011013                            IsDeleted = false,
 011014                            RouteKey = "SupplierReject",
 011015                            StatusCurrentId = 10L,
 011016                            StatusNextId = 12L,
 011017                            WarehouseId = -2L
 011018                        },
 011019                        new
 011020                        {
 011021                            Id = 19L,
 011022                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011023                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011024                            Hour = 0,
 011025                            IsDeleted = false,
 011026                            RouteKey = "Correction",
 011027                            StatusCurrentId = 10L,
 011028                            StatusNextId = 11L,
 011029                            WarehouseId = -2L
 011030                        },
 011031                        new
 011032                        {
 011033                            Id = 31L,
 011034                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011035                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011036                            Hour = 0,
 011037                            IsDeleted = false,
 011038                            RouteKey = "CustomerReject",
 011039                            StatusCurrentId = 10L,
 011040                            StatusNextId = 15L,
 011041                            WarehouseId = -2L
 011042                        },
 011043                        new
 011044                        {
 011045                            Id = 20L,
 011046                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011047                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011048                            Hour = 8,
 011049                            IsDeleted = false,
 011050                            RouteKey = "Auto",
 011051                            StatusCurrentId = 11L,
 011052                            StatusNextId = 7L,
 011053                            WarehouseId = -2L
 011054                        },
 011055                        new
 011056                        {
 011057                            Id = 21L,
 011058                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011059                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011060                            Hour = 0,
 011061                            IsDeleted = false,
 011062                            RouteKey = "SupplierReject",
 011063                            StatusCurrentId = 11L,
 011064                            StatusNextId = 12L,
 011065                            WarehouseId = -2L
 011066                        },
 011067                        new
 011068                        {
 011069                            Id = 22L,
 011070                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011071                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011072                            Hour = 0,
 011073                            IsDeleted = false,
 011074                            RouteKey = "ReadyToShip",
 011075                            StatusCurrentId = 11L,
 011076                            StatusNextId = 10L,
 011077                            WarehouseId = -2L
 011078                        },
 011079                        new
 011080                        {
 011081                            Id = 32L,
 011082                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011083                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011084                            Hour = 0,
 011085                            IsDeleted = false,
 011086                            RouteKey = "CustomerReject",
 011087                            StatusCurrentId = 11L,
 011088                            StatusNextId = 15L,
 011089                            WarehouseId = -2L
 011090                        },
 011091                        new
 011092                        {
 011093                            Id = 23L,
 011094                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011095                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011096                            Hour = 0,
 011097                            IsDeleted = false,
 011098                            RouteKey = "Accept",
 011099                            StatusCurrentId = 13L,
 011100                            StatusNextId = 14L,
 011101                            WarehouseId = -2L
 011102                        },
 011103                        new
 011104                        {
 011105                            Id = 24L,
 011106                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011107                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011108                            Hour = 0,
 011109                            IsDeleted = false,
 011110                            RouteKey = "CustomerReject",
 011111                            StatusCurrentId = 13L,
 011112                            StatusNextId = 15L,
 011113                            WarehouseId = -2L
 011114                        },
 011115                        new
 011116                        {
 011117                            Id = 25L,
 011118                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011119                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011120                            Hour = 24,
 011121                            IsDeleted = false,
 011122                            RouteKey = "Auto",
 011123                            StatusCurrentId = 13L,
 011124                            StatusNextId = 14L,
 011125                            WarehouseId = -2L
 011126                        },
 011127                        new
 011128                        {
 011129                            Id = 26L,
 011130                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011131                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011132                            Hour = 0,
 011133                            IsDeleted = false,
 011134                            RouteKey = "ClaimProcess",
 011135                            StatusCurrentId = 15L,
 011136                            StatusNextId = 16L,
 011137                            WarehouseId = -2L
 011138                        },
 011139                        new
 011140                        {
 011141                            Id = 27L,
 011142                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011143                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011144                            Hour = 0,
 011145                            IsDeleted = false,
 011146                            RouteKey = "ClaimAccept",
 011147                            StatusCurrentId = 16L,
 011148                            StatusNextId = 18L,
 011149                            WarehouseId = -2L
 011150                        },
 011151                        new
 011152                        {
 011153                            Id = 28L,
 011154                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011155                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011156                            Hour = 24,
 011157                            IsDeleted = false,
 011158                            RouteKey = "Auto",
 011159                            StatusCurrentId = 16L,
 011160                            StatusNextId = 18L,
 011161                            WarehouseId = -2L
 011162                        },
 011163                        new
 011164                        {
 011165                            Id = 29L,
 011166                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011167                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011168                            Hour = 0,
 011169                            IsDeleted = false,
 011170                            RouteKey = "ClaimDecline",
 011171                            StatusCurrentId = 16L,
 011172                            StatusNextId = 17L,
 011173                            WarehouseId = -2L
 011174                        },
 011175                        new
 011176                        {
 011177                            Id = 33L,
 011178                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011179                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011180                            Hour = 0,
 011181                            IsDeleted = false,
 011182                            RouteKey = "Away",
 011183                            StatusCurrentId = 10L,
 011184                            StatusNextId = 19L,
 011185                            WarehouseId = -2L
 011186                        },
 011187                        new
 011188                        {
 011189                            Id = 34L,
 011190                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011191                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011192                            Hour = 24,
 011193                            IsDeleted = false,
 011194                            RouteKey = "Auto",
 011195                            StatusCurrentId = 19L,
 011196                            StatusNextId = 7L,
 011197                            WarehouseId = -2L
 011198                        },
 011199                        new
 011200                        {
 011201                            Id = 35L,
 011202                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011203                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011204                            Hour = 0,
 011205                            IsDeleted = false,
 011206                            RouteKey = "Ship",
 011207                            StatusCurrentId = 19L,
 011208                            StatusNextId = 13L,
 011209                            WarehouseId = -2L
 011210                        },
 011211                        new
 011212                        {
 011213                            Id = 36L,
 011214                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011215                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011216                            Hour = 0,
 011217                            IsDeleted = false,
 011218                            RouteKey = "SupplierReject",
 011219                            StatusCurrentId = 19L,
 011220                            StatusNextId = 12L,
 011221                            WarehouseId = -2L
 011222                        });
 011223                });
 11224
 011225            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementType", b =>
 011226                {
 011227                    b.Property<long>("Id")
 011228                        .ValueGeneratedOnAdd()
 011229                        .HasColumnType("bigint")
 011230                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 011231                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 011232
 011233                    b.Property<string>("Code")
 011234                        .IsRequired()
 011235                        .HasColumnType("text");
 011236
 011237                    b.Property<long?>("CreatedByUserId")
 011238                        .HasColumnType("bigint");
 011239
 011240                    b.Property<DateTime>("CreationDateTime")
 011241                        .HasColumnType("timestamp without time zone");
 011242
 011243                    b.Property<string>("Description")
 011244                        .HasColumnType("text");
 011245
 011246                    b.Property<Guid>("GUID")
 011247                        .ValueGeneratedOnAdd()
 011248                        .HasColumnType("uuid");
 011249
 011250                    b.Property<bool>("IsDeleted")
 011251                        .HasColumnType("boolean");
 011252
 011253                    b.Property<DateTime?>("ModificationDateTime")
 011254                        .HasColumnType("timestamp without time zone");
 011255
 011256                    b.Property<long?>("ModifiedByUserId")
 011257                        .HasColumnType("bigint");
 011258
 011259                    b.Property<string>("Name")
 011260                        .IsRequired()
 011261                        .HasColumnType("text");
 011262
 011263                    b.Property<long?>("RecStateId")
 011264                        .HasColumnType("bigint");
 011265
 011266                    b.HasKey("Id");
 011267
 011268                    b.HasIndex("CreatedByUserId");
 011269
 011270                    b.HasIndex("ModifiedByUserId");
 011271
 011272                    b.HasIndex("RecStateId");
 011273
 011274                    b.ToTable("refMovementType");
 011275
 011276                    b.HasData(
 011277                        new
 011278                        {
 011279                            Id = 1L,
 011280                            Code = "Order",
 011281                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011282                            Description = "",
 011283                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011284                            IsDeleted = false,
 011285                            Name = "Заказ"
 011286                        },
 011287                        new
 011288                        {
 011289                            Id = 2L,
 011290                            Code = "Shipment",
 011291                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011292                            Description = "",
 011293                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011294                            IsDeleted = false,
 011295                            Name = "Отгрузка"
 011296                        },
 011297                        new
 011298                        {
 011299                            Id = 3L,
 011300                            Code = "Arrival",
 011301                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011302                            Description = "",
 011303                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011304                            IsDeleted = false,
 011305                            Name = "Приход"
 011306                        },
 011307                        new
 011308                        {
 011309                            Id = 4L,
 011310                            Code = "Deny",
 011311                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011312                            Description = "",
 011313                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011314                            IsDeleted = false,
 011315                            Name = "Отказ"
 011316                        });
 011317                });
 11318
 011319            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Notification", b =>
 011320                {
 011321                    b.Property<long>("Id")
 011322                        .ValueGeneratedOnAdd()
 011323                        .HasColumnType("bigint")
 011324                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 011325
 011326                    b.Property<string>("Body")
 011327                        .IsRequired()
 011328                        .HasColumnType("text");
 011329
 011330                    b.Property<long?>("CreatedByUserId")
 011331                        .HasColumnType("bigint");
 011332
 011333                    b.Property<DateTime>("CreationDateTime")
 011334                        .HasColumnType("timestamp without time zone");
 011335
 011336                    b.Property<Guid>("GUID")
 011337                        .ValueGeneratedOnAdd()
 011338                        .HasColumnType("uuid");
 011339
 011340                    b.Property<bool>("IsDeleted")
 011341                        .HasColumnType("boolean");
 011342
 011343                    b.Property<DateTime?>("ModificationDateTime")
 011344                        .HasColumnType("timestamp without time zone");
 011345
 011346                    b.Property<long?>("ModifiedByUserId")
 011347                        .HasColumnType("bigint");
 011348
 011349                    b.Property<long>("NotificationsTypeId")
 011350                        .HasColumnType("bigint");
 011351
 011352                    b.Property<long?>("RecStateId")
 011353                        .HasColumnType("bigint");
 011354
 011355                    b.Property<string>("Subject")
 011356                        .IsRequired()
 011357                        .HasColumnType("text");
 011358
 011359                    b.Property<DateTime>("TimeToTurnOff")
 011360                        .HasColumnType("timestamp without time zone");
 011361
 011362                    b.Property<long>("UserId")
 011363                        .HasColumnType("bigint");
 011364
 011365                    b.HasKey("Id");
 011366
 011367                    b.HasIndex("CreatedByUserId");
 011368
 011369                    b.HasIndex("ModifiedByUserId");
 011370
 011371                    b.HasIndex("NotificationsTypeId");
 011372
 011373                    b.HasIndex("RecStateId");
 011374
 011375                    b.HasIndex("UserId");
 011376
 011377                    b.ToTable("Notifications");
 011378                });
 11379
 011380            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.NotificationUsers", b =>
 011381                {
 011382                    b.Property<long>("Id")
 011383                        .ValueGeneratedOnAdd()
 011384                        .HasColumnType("bigint")
 011385                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 011386
 011387                    b.Property<long?>("CreatedByUserId")
 011388                        .HasColumnType("bigint");
 011389
 011390                    b.Property<DateTime>("CreationDateTime")
 011391                        .HasColumnType("timestamp without time zone");
 011392
 011393                    b.Property<Guid>("GUID")
 011394                        .ValueGeneratedOnAdd()
 011395                        .HasColumnType("uuid");
 011396
 011397                    b.Property<bool>("IsDeleted")
 011398                        .HasColumnType("boolean");
 011399
 011400                    b.Property<DateTime?>("ModificationDateTime")
 011401                        .HasColumnType("timestamp without time zone");
 011402
 011403                    b.Property<long?>("ModifiedByUserId")
 011404                        .HasColumnType("bigint");
 011405
 011406                    b.Property<long>("NotificationId")
 011407                        .HasColumnType("bigint");
 011408
 011409                    b.Property<long?>("NotificationsStatusId")
 011410                        .HasColumnType("bigint");
 011411
 011412                    b.Property<long?>("RecStateId")
 011413                        .HasColumnType("bigint");
 011414
 011415                    b.Property<long?>("UserId")
 011416                        .HasColumnType("bigint");
 011417
 011418                    b.HasKey("Id");
 011419
 011420                    b.HasIndex("CreatedByUserId");
 011421
 011422                    b.HasIndex("ModifiedByUserId");
 011423
 011424                    b.HasIndex("NotificationId");
 011425
 011426                    b.HasIndex("NotificationsStatusId");
 011427
 011428                    b.HasIndex("RecStateId");
 011429
 011430                    b.HasIndex("UserId");
 011431
 011432                    b.ToTable("NotificationUsers");
 011433                });
 11434
 011435            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.NotificationsStatus", b =>
 011436                {
 011437                    b.Property<long>("Id")
 011438                        .ValueGeneratedOnAdd()
 011439                        .HasColumnType("bigint")
 011440                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 011441                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 011442
 011443                    b.Property<string>("Code")
 011444                        .IsRequired()
 011445                        .HasColumnType("text");
 011446
 011447                    b.Property<long?>("CreatedByUserId")
 011448                        .HasColumnType("bigint");
 011449
 011450                    b.Property<DateTime>("CreationDateTime")
 011451                        .HasColumnType("timestamp without time zone");
 011452
 011453                    b.Property<string>("Description")
 011454                        .HasColumnType("text");
 011455
 011456                    b.Property<Guid>("GUID")
 011457                        .ValueGeneratedOnAdd()
 011458                        .HasColumnType("uuid");
 011459
 011460                    b.Property<bool>("IsDeleted")
 011461                        .HasColumnType("boolean");
 011462
 011463                    b.Property<DateTime?>("ModificationDateTime")
 011464                        .HasColumnType("timestamp without time zone");
 011465
 011466                    b.Property<long?>("ModifiedByUserId")
 011467                        .HasColumnType("bigint");
 011468
 011469                    b.Property<string>("Name")
 011470                        .IsRequired()
 011471                        .HasColumnType("text");
 011472
 011473                    b.Property<long?>("RecStateId")
 011474                        .HasColumnType("bigint");
 011475
 011476                    b.HasKey("Id");
 011477
 011478                    b.HasIndex("CreatedByUserId");
 011479
 011480                    b.HasIndex("ModifiedByUserId");
 011481
 011482                    b.HasIndex("RecStateId");
 011483
 011484                    b.ToTable("refNotificationsStatus");
 011485
 011486                    b.HasData(
 011487                        new
 011488                        {
 011489                            Id = 1L,
 011490                            Code = "Unknown",
 011491                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011492                            Description = "",
 011493                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011494                            IsDeleted = false,
 011495                            Name = "Неизвестно"
 011496                        },
 011497                        new
 011498                        {
 011499                            Id = 2L,
 011500                            Code = "Created",
 011501                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011502                            Description = "",
 011503                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011504                            IsDeleted = false,
 011505                            Name = "Создано"
 011506                        },
 011507                        new
 011508                        {
 011509                            Id = 3L,
 011510                            Code = "Sent",
 011511                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011512                            Description = "",
 011513                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011514                            IsDeleted = false,
 011515                            Name = "Отправлено"
 011516                        },
 011517                        new
 011518                        {
 011519                            Id = 4L,
 011520                            Code = "Read",
 011521                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011522                            Description = "",
 011523                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011524                            IsDeleted = false,
 011525                            Name = "Прочитано"
 011526                        },
 011527                        new
 011528                        {
 011529                            Id = 5L,
 011530                            Code = "Deactivated",
 011531                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011532                            Description = "",
 011533                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011534                            IsDeleted = false,
 011535                            Name = "Отключено"
 011536                        });
 011537                });
 11538
 011539            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.NotificationsType", b =>
 011540                {
 011541                    b.Property<long>("Id")
 011542                        .ValueGeneratedOnAdd()
 011543                        .HasColumnType("bigint")
 011544                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 011545                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 011546
 011547                    b.Property<string>("Code")
 011548                        .IsRequired()
 011549                        .HasColumnType("text");
 011550
 011551                    b.Property<long?>("CreatedByUserId")
 011552                        .HasColumnType("bigint");
 011553
 011554                    b.Property<DateTime>("CreationDateTime")
 011555                        .HasColumnType("timestamp without time zone");
 011556
 011557                    b.Property<string>("Description")
 011558                        .HasColumnType("text");
 011559
 011560                    b.Property<Guid>("GUID")
 011561                        .ValueGeneratedOnAdd()
 011562                        .HasColumnType("uuid");
 011563
 011564                    b.Property<bool>("IsDeleted")
 011565                        .HasColumnType("boolean");
 011566
 011567                    b.Property<DateTime?>("ModificationDateTime")
 011568                        .HasColumnType("timestamp without time zone");
 011569
 011570                    b.Property<long?>("ModifiedByUserId")
 011571                        .HasColumnType("bigint");
 011572
 011573                    b.Property<string>("Name")
 011574                        .IsRequired()
 011575                        .HasColumnType("text");
 011576
 011577                    b.Property<long?>("RecStateId")
 011578                        .HasColumnType("bigint");
 011579
 011580                    b.HasKey("Id");
 011581
 011582                    b.HasIndex("CreatedByUserId");
 011583
 011584                    b.HasIndex("ModifiedByUserId");
 011585
 011586                    b.HasIndex("RecStateId");
 011587
 011588                    b.ToTable("refNotificationsType");
 011589
 011590                    b.HasData(
 011591                        new
 011592                        {
 011593                            Id = 1L,
 011594                            Code = "System",
 011595                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011596                            Description = "",
 011597                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011598                            IsDeleted = false,
 011599                            Name = "Системное"
 011600                        },
 011601                        new
 011602                        {
 011603                            Id = 2L,
 011604                            Code = "News",
 011605                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 011606                            Description = "",
 011607                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 011608                            IsDeleted = false,
 011609                            Name = "Новость"
 011610                        });
 011611                });
 11612
 011613            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Photo", b =>
 011614                {
 011615                    b.Property<long>("Id")
 011616                        .ValueGeneratedOnAdd()
 011617                        .HasColumnType("bigint")
 011618                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 011619
 011620                    b.Property<long?>("CreatedByUserId")
 011621                        .HasColumnType("bigint");
 011622
 011623                    b.Property<DateTime>("CreationDateTime")
 011624                        .HasColumnType("timestamp without time zone");
 011625
 011626                    b.Property<int>("FullSizeHeight")
 011627                        .HasColumnType("integer");
 011628
 011629                    b.Property<string>("FullSizeUrl")
 011630                        .HasColumnType("text");
 011631
 011632                    b.Property<int>("FullSizeWidth")
 011633                        .HasColumnType("integer");
 011634
 011635                    b.Property<Guid>("GUID")
 011636                        .ValueGeneratedOnAdd()
 011637                        .HasColumnType("uuid");
 011638
 011639                    b.Property<long?>("GoodId")
 011640                        .HasColumnType("bigint");
 011641
 011642                    b.Property<bool>("IsDeleted")
 011643                        .HasColumnType("boolean");
 011644
 011645                    b.Property<DateTime?>("ModificationDateTime")
 011646                        .HasColumnType("timestamp without time zone");
 011647
 011648                    b.Property<long?>("ModifiedByUserId")
 011649                        .HasColumnType("bigint");
 011650
 011651                    b.Property<int>("PreviewHeight")
 011652                        .HasColumnType("integer");
 011653
 011654                    b.Property<string>("PreviewUrl")
 011655                        .HasColumnType("text");
 011656
 011657                    b.Property<int>("PreviewWidth")
 011658                        .HasColumnType("integer");
 011659
 011660                    b.Property<long?>("RecStateId")
 011661                        .HasColumnType("bigint");
 011662
 011663                    b.HasKey("Id");
 011664
 011665                    b.HasIndex("CreatedByUserId");
 011666
 011667                    b.HasIndex("GoodId");
 011668
 011669                    b.HasIndex("ModifiedByUserId");
 011670
 011671                    b.HasIndex("RecStateId");
 011672
 011673                    b.ToTable("Photos");
 011674                });
 11675
 011676            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.PriceCurrent", b =>
 011677                {
 011678                    b.Property<long>("Id")
 011679                        .ValueGeneratedOnAdd()
 011680                        .HasColumnType("bigint")
 011681                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 011682
 011683                    b.Property<long?>("CreatedByUserId")
 011684                        .HasColumnType("bigint");
 011685
 011686                    b.Property<DateTime>("CreationDateTime")
 011687                        .HasColumnType("timestamp without time zone");
 011688
 011689                    b.Property<Guid>("GUID")
 011690                        .ValueGeneratedOnAdd()
 011691                        .HasColumnType("uuid");
 011692
 011693                    b.Property<long>("GoodId")
 011694                        .HasColumnType("bigint");
 011695
 011696                    b.Property<bool>("IsDeleted")
 011697                        .HasColumnType("boolean");
 011698
 011699                    b.Property<DateTime?>("ModificationDateTime")
 011700                        .HasColumnType("timestamp without time zone");
 011701
 011702                    b.Property<long?>("ModifiedByUserId")
 011703                        .HasColumnType("bigint");
 011704
 011705                    b.Property<decimal>("Price")
 011706                        .HasColumnType("decimal(18,2)");
 011707
 011708                    b.Property<long?>("RecStateId")
 011709                        .HasColumnType("bigint");
 011710
 011711                    b.Property<long>("SupplierDepartmentId")
 011712                        .HasColumnType("bigint");
 011713
 011714                    b.HasKey("Id");
 011715
 011716                    b.HasIndex("CreatedByUserId");
 011717
 011718                    b.HasIndex("GoodId");
 011719
 011720                    b.HasIndex("ModifiedByUserId");
 011721
 011722                    b.HasIndex("RecStateId");
 011723
 011724                    b.HasIndex("SupplierDepartmentId");
 011725
 011726                    b.ToTable("PricesCurrent");
 011727                });
 11728
 011729            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.PriceTrend", b =>
 011730                {
 011731                    b.Property<long>("Id")
 011732                        .ValueGeneratedOnAdd()
 011733                        .HasColumnType("bigint")
 011734                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 011735
 011736                    b.Property<DateTime>("BeginDate")
 011737                        .HasColumnType("timestamp without time zone");
 011738
 011739                    b.Property<long?>("CreatedByUserId")
 011740                        .HasColumnType("bigint");
 011741
 011742                    b.Property<DateTime>("CreationDateTime")
 011743                        .HasColumnType("timestamp without time zone");
 011744
 011745                    b.Property<string>("DocNumber")
 011746                        .IsRequired()
 011747                        .HasColumnType("text");
 011748
 011749                    b.Property<DateTime>("EndDate")
 011750                        .HasColumnType("timestamp without time zone");
 011751
 011752                    b.Property<Guid>("GUID")
 011753                        .ValueGeneratedOnAdd()
 011754                        .HasColumnType("uuid");
 011755
 011756                    b.Property<bool>("IsDeleted")
 011757                        .HasColumnType("boolean");
 011758
 011759                    b.Property<DateTime?>("ModificationDateTime")
 011760                        .HasColumnType("timestamp without time zone");
 011761
 011762                    b.Property<long?>("ModifiedByUserId")
 011763                        .HasColumnType("bigint");
 011764
 011765                    b.Property<long?>("RecStateId")
 011766                        .HasColumnType("bigint");
 011767
 011768                    b.Property<long>("SupplierDepartmentId")
 011769                        .HasColumnType("bigint");
 011770
 011771                    b.HasKey("Id");
 011772
 011773                    b.HasIndex("CreatedByUserId");
 011774
 011775                    b.HasIndex("ModifiedByUserId");
 011776
 011777                    b.HasIndex("RecStateId");
 011778
 011779                    b.HasIndex("SupplierDepartmentId");
 011780
 011781                    b.ToTable("PricesTrend");
 011782                });
 11783
 011784            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.PriceTrendDetail", b =>
 011785                {
 011786                    b.Property<long>("Id")
 011787                        .ValueGeneratedOnAdd()
 011788                        .HasColumnType("bigint")
 011789                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 011790
 011791                    b.Property<long?>("CreatedByUserId")
 011792                        .HasColumnType("bigint");
 011793
 011794                    b.Property<DateTime>("CreationDateTime")
 011795                        .HasColumnType("timestamp without time zone");
 011796
 011797                    b.Property<int?>("Discount")
 011798                        .HasColumnType("integer");
 011799
 011800                    b.Property<Guid>("GUID")
 011801                        .ValueGeneratedOnAdd()
 011802                        .HasColumnType("uuid");
 011803
 011804                    b.Property<long>("GoodId")
 011805                        .HasColumnType("bigint");
 011806
 011807                    b.Property<bool>("IsDeleted")
 011808                        .HasColumnType("boolean");
 011809
 011810                    b.Property<DateTime?>("ModificationDateTime")
 011811                        .HasColumnType("timestamp without time zone");
 011812
 011813                    b.Property<long?>("ModifiedByUserId")
 011814                        .HasColumnType("bigint");
 011815
 011816                    b.Property<decimal>("PriceNew")
 011817                        .HasColumnType("decimal(18,2)");
 011818
 011819                    b.Property<decimal?>("PriceOld")
 011820                        .HasColumnType("decimal(18,2)");
 011821
 011822                    b.Property<long>("PriceTrendId")
 011823                        .HasColumnType("bigint");
 011824
 011825                    b.Property<long?>("RecStateId")
 011826                        .HasColumnType("bigint");
 011827
 011828                    b.HasKey("Id");
 011829
 011830                    b.HasIndex("CreatedByUserId");
 011831
 011832                    b.HasIndex("ModifiedByUserId");
 011833
 011834                    b.HasIndex("PriceTrendId");
 011835
 011836                    b.HasIndex("RecStateId");
 011837
 011838                    b.HasIndex("GoodId", "PriceTrendId")
 011839                        .IsUnique();
 011840
 011841                    b.ToTable("PriceTrendDetails");
 011842                });
 11843
 011844            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.PromoBid", b =>
 011845                {
 011846                    b.Property<long>("Id")
 011847                        .ValueGeneratedOnAdd()
 011848                        .HasColumnType("bigint")
 011849                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 011850
 011851                    b.Property<long?>("CreatedByUserId")
 011852                        .HasColumnType("bigint");
 011853
 011854                    b.Property<DateTime>("CreationDate")
 011855                        .HasColumnType("timestamp without time zone");
 011856
 011857                    b.Property<DateTime>("CreationDateTime")
 011858                        .HasColumnType("timestamp without time zone");
 011859
 011860                    b.Property<long>("CustomerDepartmentId")
 011861                        .HasColumnType("bigint");
 011862
 011863                    b.Property<DateTime>("DateEnd")
 011864                        .HasColumnType("timestamp without time zone");
 011865
 011866                    b.Property<Guid>("GUID")
 011867                        .ValueGeneratedOnAdd()
 011868                        .HasColumnType("uuid");
 011869
 011870                    b.Property<long>("GoodId")
 011871                        .HasColumnType("bigint");
 011872
 011873                    b.Property<bool>("IsDeleted")
 011874                        .HasColumnType("boolean");
 011875
 011876                    b.Property<DateTime?>("ModificationDateTime")
 011877                        .HasColumnType("timestamp without time zone");
 011878
 011879                    b.Property<long?>("ModifiedByUserId")
 011880                        .HasColumnType("bigint");
 011881
 011882                    b.Property<decimal>("Price")
 011883                        .HasColumnType("decimal(18,2)");
 011884
 011885                    b.Property<long>("PromoOfferId")
 011886                        .HasColumnType("bigint");
 011887
 011888                    b.Property<decimal>("Quantity")
 011889                        .HasColumnType("decimal(18,2)");
 011890
 011891                    b.Property<long?>("RecStateId")
 011892                        .HasColumnType("bigint");
 011893
 011894                    b.Property<decimal>("Sum")
 011895                        .HasColumnType("decimal(18,2)");
 011896
 011897                    b.HasKey("Id");
 011898
 011899                    b.HasIndex("CreatedByUserId");
 011900
 011901                    b.HasIndex("CustomerDepartmentId");
 011902
 011903                    b.HasIndex("GoodId");
 011904
 011905                    b.HasIndex("ModifiedByUserId");
 011906
 011907                    b.HasIndex("PromoOfferId");
 011908
 011909                    b.HasIndex("RecStateId");
 011910
 011911                    b.ToTable("PromoBids");
 011912                });
 11913
 011914            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.PromoOffer", b =>
 011915                {
 011916                    b.Property<long>("Id")
 011917                        .ValueGeneratedOnAdd()
 011918                        .HasColumnType("bigint")
 011919                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 011920
 011921                    b.Property<long?>("CreatedByUserId")
 011922                        .HasColumnType("bigint");
 011923
 011924                    b.Property<DateTime>("CreationDateTime")
 011925                        .HasColumnType("timestamp without time zone");
 011926
 011927                    b.Property<DateTime>("DateBegin")
 011928                        .HasColumnType("timestamp without time zone");
 011929
 011930                    b.Property<DateTime>("DateEnd")
 011931                        .HasColumnType("timestamp without time zone");
 011932
 011933                    b.Property<Guid>("GUID")
 011934                        .ValueGeneratedOnAdd()
 011935                        .HasColumnType("uuid");
 011936
 011937                    b.Property<long>("GoodId")
 011938                        .HasColumnType("bigint");
 011939
 011940                    b.Property<bool>("IsDeleted")
 011941                        .HasColumnType("boolean");
 011942
 011943                    b.Property<decimal?>("MaxQuantity")
 011944                        .HasColumnType("decimal(18,2)");
 011945
 011946                    b.Property<decimal>("MinQuantity")
 011947                        .HasColumnType("decimal(18,2)");
 011948
 011949                    b.Property<DateTime?>("ModificationDateTime")
 011950                        .HasColumnType("timestamp without time zone");
 011951
 011952                    b.Property<long?>("ModifiedByUserId")
 011953                        .HasColumnType("bigint");
 011954
 011955                    b.Property<decimal>("Price")
 011956                        .HasColumnType("decimal(18,2)");
 011957
 011958                    b.Property<long?>("RecStateId")
 011959                        .HasColumnType("bigint");
 011960
 011961                    b.Property<long>("SupplierDepartmentId")
 011962                        .HasColumnType("bigint");
 011963
 011964                    b.HasKey("Id");
 011965
 011966                    b.HasIndex("CreatedByUserId");
 011967
 011968                    b.HasIndex("GoodId");
 011969
 011970                    b.HasIndex("ModifiedByUserId");
 011971
 011972                    b.HasIndex("RecStateId");
 011973
 011974                    b.HasIndex("SupplierDepartmentId");
 011975
 011976                    b.ToTable("PromoOffers");
 011977                });
 11978
 011979            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", b =>
 011980                {
 011981                    b.Property<long>("Id")
 011982                        .ValueGeneratedOnAdd()
 011983                        .HasColumnType("bigint")
 011984                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 011985                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 011986
 011987                    b.Property<string>("Code")
 011988                        .IsRequired()
 011989                        .HasColumnType("text");
 011990
 011991                    b.Property<long?>("CreatedByUserId")
 011992                        .HasColumnType("bigint");
 011993
 011994                    b.Property<DateTime>("CreationDateTime")
 011995                        .HasColumnType("timestamp without time zone");
 011996
 011997                    b.Property<string>("Description")
 011998                        .HasColumnType("text");
 011999
 012000                    b.Property<Guid>("GUID")
 012001                        .ValueGeneratedOnAdd()
 012002                        .HasColumnType("uuid");
 012003
 012004                    b.Property<bool>("IsDeleted")
 012005                        .HasColumnType("boolean");
 012006
 012007                    b.Property<DateTime?>("ModificationDateTime")
 012008                        .HasColumnType("timestamp without time zone");
 012009
 012010                    b.Property<long?>("ModifiedByUserId")
 012011                        .HasColumnType("bigint");
 012012
 012013                    b.Property<string>("Name")
 012014                        .IsRequired()
 012015                        .HasColumnType("text");
 012016
 012017                    b.Property<long?>("RecStateId")
 012018                        .HasColumnType("bigint");
 012019
 012020                    b.HasKey("Id");
 012021
 012022                    b.HasIndex("CreatedByUserId");
 012023
 012024                    b.HasIndex("ModifiedByUserId");
 012025
 012026                    b.HasIndex("RecStateId");
 012027
 012028                    b.ToTable("refRecordsState");
 012029
 012030                    b.HasData(
 012031                        new
 012032                        {
 012033                            Id = 1L,
 012034                            Code = "Error",
 012035                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012036                            Description = "",
 012037                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012038                            IsDeleted = false,
 012039                            Name = "Ошибка"
 012040                        },
 012041                        new
 012042                        {
 012043                            Id = 2L,
 012044                            Code = "Active",
 012045                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012046                            Description = "",
 012047                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012048                            IsDeleted = false,
 012049                            Name = "Активно"
 012050                        },
 012051                        new
 012052                        {
 012053                            Id = 3L,
 012054                            Code = "Inactive",
 012055                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012056                            Description = "",
 012057                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012058                            IsDeleted = false,
 012059                            Name = "Неактивно"
 012060                        },
 012061                        new
 012062                        {
 012063                            Id = 4L,
 012064                            Code = "Deleted",
 012065                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012066                            Description = "",
 012067                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012068                            IsDeleted = false,
 012069                            Name = "Удалено"
 012070                        },
 012071                        new
 012072                        {
 012073                            Id = 5L,
 012074                            Code = "Empty",
 012075                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012076                            Description = "",
 012077                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012078                            IsDeleted = false,
 012079                            Name = "Пусто"
 012080                        });
 012081                });
 12082
 012083            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Rest", b =>
 012084                {
 012085                    b.Property<long>("Id")
 012086                        .ValueGeneratedOnAdd()
 012087                        .HasColumnType("bigint")
 012088                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 012089
 012090                    b.Property<long?>("CreatedByUserId")
 012091                        .HasColumnType("bigint");
 012092
 012093                    b.Property<DateTime>("CreationDateTime")
 012094                        .HasColumnType("timestamp without time zone");
 012095
 012096                    b.Property<long>("DepartmentId")
 012097                        .HasColumnType("bigint");
 012098
 012099                    b.Property<Guid>("GUID")
 012100                        .ValueGeneratedOnAdd()
 012101                        .HasColumnType("uuid");
 012102
 012103                    b.Property<long>("GoodId")
 012104                        .HasColumnType("bigint");
 012105
 012106                    b.Property<bool>("IsDeleted")
 012107                        .HasColumnType("boolean");
 012108
 012109                    b.Property<DateTime?>("ModificationDateTime")
 012110                        .HasColumnType("timestamp without time zone");
 012111
 012112                    b.Property<long?>("ModifiedByUserId")
 012113                        .HasColumnType("bigint");
 012114
 012115                    b.Property<decimal>("Quantity")
 012116                        .HasColumnType("numeric");
 012117
 012118                    b.Property<long?>("RecStateId")
 012119                        .HasColumnType("bigint");
 012120
 012121                    b.HasKey("Id");
 012122
 012123                    b.HasIndex("CreatedByUserId");
 012124
 012125                    b.HasIndex("DepartmentId");
 012126
 012127                    b.HasIndex("ModifiedByUserId");
 012128
 012129                    b.HasIndex("RecStateId");
 012130
 012131                    b.HasIndex("GoodId", "DepartmentId")
 012132                        .IsUnique();
 012133
 012134                    b.ToTable("Rests");
 012135                });
 12136
 012137            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.RestHold", b =>
 012138                {
 012139                    b.Property<long>("Id")
 012140                        .ValueGeneratedOnAdd()
 012141                        .HasColumnType("bigint")
 012142                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 012143
 012144                    b.Property<long?>("CreatedByUserId")
 012145                        .HasColumnType("bigint");
 012146
 012147                    b.Property<DateTime>("CreationDateTime")
 012148                        .HasColumnType("timestamp without time zone");
 012149
 012150                    b.Property<Guid>("GUID")
 012151                        .ValueGeneratedOnAdd()
 012152                        .HasColumnType("uuid");
 012153
 012154                    b.Property<long>("GoodId")
 012155                        .HasColumnType("bigint");
 012156
 012157                    b.Property<bool>("IsDeleted")
 012158                        .HasColumnType("boolean");
 012159
 012160                    b.Property<DateTime?>("ModificationDateTime")
 012161                        .HasColumnType("timestamp without time zone");
 012162
 012163                    b.Property<long?>("ModifiedByUserId")
 012164                        .HasColumnType("bigint");
 012165
 012166                    b.Property<long>("MovementId")
 012167                        .HasColumnType("bigint");
 012168
 012169                    b.Property<decimal>("Quantity")
 012170                        .HasColumnType("decimal(18,2)");
 012171
 012172                    b.Property<long?>("RecStateId")
 012173                        .HasColumnType("bigint");
 012174
 012175                    b.HasKey("Id");
 012176
 012177                    b.HasIndex("CreatedByUserId");
 012178
 012179                    b.HasIndex("GoodId");
 012180
 012181                    b.HasIndex("ModifiedByUserId");
 012182
 012183                    b.HasIndex("MovementId");
 012184
 012185                    b.HasIndex("RecStateId");
 012186
 012187                    b.ToTable("RestHolds");
 012188                });
 12189
 012190            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Roles", b =>
 012191                {
 012192                    b.Property<long>("Id")
 012193                        .ValueGeneratedOnAdd()
 012194                        .HasColumnType("bigint")
 012195                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 012196                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 012197
 012198                    b.Property<long?>("CreatedByUserId")
 012199                        .HasColumnType("bigint");
 012200
 012201                    b.Property<DateTime>("CreationDateTime")
 012202                        .HasColumnType("timestamp without time zone");
 012203
 012204                    b.Property<string>("Description")
 012205                        .HasColumnType("text");
 012206
 012207                    b.Property<Guid>("GUID")
 012208                        .ValueGeneratedOnAdd()
 012209                        .HasColumnType("uuid");
 012210
 012211                    b.Property<bool>("IsDeleted")
 012212                        .HasColumnType("boolean");
 012213
 012214                    b.Property<DateTime?>("ModificationDateTime")
 012215                        .HasColumnType("timestamp without time zone");
 012216
 012217                    b.Property<long?>("ModifiedByUserId")
 012218                        .HasColumnType("bigint");
 012219
 012220                    b.Property<string>("Name")
 012221                        .IsRequired()
 012222                        .HasColumnType("text");
 012223
 012224                    b.Property<long?>("RecStateId")
 012225                        .HasColumnType("bigint");
 012226
 012227                    b.HasKey("Id");
 012228
 012229                    b.HasIndex("CreatedByUserId");
 012230
 012231                    b.HasIndex("ModifiedByUserId");
 012232
 012233                    b.HasIndex("RecStateId");
 012234
 012235                    b.ToTable("Roles");
 012236
 012237                    b.HasData(
 012238                        new
 012239                        {
 012240                            Id = 1L,
 012241                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012242                            Description = "Администратор системы",
 012243                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012244                            IsDeleted = false,
 012245                            Name = "dd_sys_hi_level"
 012246                        },
 012247                        new
 012248                        {
 012249                            Id = 2L,
 012250                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012251                            Description = "Оператор системы",
 012252                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012253                            IsDeleted = false,
 012254                            Name = "dd_sys_low_level"
 012255                        },
 012256                        new
 012257                        {
 012258                            Id = 3L,
 012259                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012260                            Description = "Владелец магазина",
 012261                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012262                            IsDeleted = false,
 012263                            Name = "dd_cust_hi_level"
 012264                        },
 012265                        new
 012266                        {
 012267                            Id = 4L,
 012268                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012269                            Description = "Товаровед магазина",
 012270                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012271                            IsDeleted = false,
 012272                            Name = "dd_cust_mid_level"
 012273                        },
 012274                        new
 012275                        {
 012276                            Id = 5L,
 012277                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012278                            Description = "Продавец магазина",
 012279                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012280                            IsDeleted = false,
 012281                            Name = "dd_cust_low_level"
 012282                        },
 012283                        new
 012284                        {
 012285                            Id = 6L,
 012286                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012287                            Description = "Владелец поставщика (дистрибьютера)",
 012288                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012289                            IsDeleted = false,
 012290                            Name = "dd_supp_hi_level"
 012291                        },
 012292                        new
 012293                        {
 012294                            Id = 7L,
 012295                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012296                            Description = "Управляющий поставщика",
 012297                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012298                            IsDeleted = false,
 012299                            Name = "dd_supp_mid_level"
 012300                        },
 012301                        new
 012302                        {
 012303                            Id = 8L,
 012304                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012305                            Description = "Кладовщик поставщика",
 012306                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012307                            IsDeleted = false,
 012308                            Name = "dd_supp_low_level"
 012309                        },
 012310                        new
 012311                        {
 012312                            Id = 9L,
 012313                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012314                            Description = "Анонимный пользователь",
 012315                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012316                            IsDeleted = false,
 012317                            Name = "dd_anonym"
 012318                        });
 012319                });
 12320
 012321            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.SupplyContract", b =>
 012322                {
 012323                    b.Property<long>("Id")
 012324                        .ValueGeneratedOnAdd()
 012325                        .HasColumnType("bigint")
 012326                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 012327
 012328                    b.Property<DateTime>("BeginDate")
 012329                        .HasColumnType("timestamp without time zone");
 012330
 012331                    b.Property<long>("BuyerId")
 012332                        .HasColumnType("bigint");
 012333
 012334                    b.Property<long?>("CreatedByUserId")
 012335                        .HasColumnType("bigint");
 012336
 012337                    b.Property<DateTime>("CreationDateTime")
 012338                        .HasColumnType("timestamp without time zone");
 012339
 012340                    b.Property<string>("DocumentNumber")
 012341                        .IsRequired()
 012342                        .HasColumnType("text");
 012343
 012344                    b.Property<DateTime>("EndDate")
 012345                        .HasColumnType("timestamp without time zone");
 012346
 012347                    b.Property<Guid>("GUID")
 012348                        .ValueGeneratedOnAdd()
 012349                        .HasColumnType("uuid");
 012350
 012351                    b.Property<bool>("IsDeleted")
 012352                        .HasColumnType("boolean");
 012353
 012354                    b.Property<DateTime?>("ModificationDateTime")
 012355                        .HasColumnType("timestamp without time zone");
 012356
 012357                    b.Property<long?>("ModifiedByUserId")
 012358                        .HasColumnType("bigint");
 012359
 012360                    b.Property<decimal>("PrepaimentPercent")
 012361                        .HasColumnType("decimal(18,2)");
 012362
 012363                    b.Property<long?>("RecStateId")
 012364                        .HasColumnType("bigint");
 012365
 012366                    b.Property<long>("SellerId")
 012367                        .HasColumnType("bigint");
 012368
 012369                    b.Property<DateTime>("SignOffDate")
 012370                        .HasColumnType("timestamp without time zone");
 012371
 012372                    b.Property<decimal>("TradeRatio")
 012373                        .HasColumnType("decimal(18,2)");
 012374
 012375                    b.HasKey("Id");
 012376
 012377                    b.HasIndex("BuyerId");
 012378
 012379                    b.HasIndex("CreatedByUserId");
 012380
 012381                    b.HasIndex("DocumentNumber");
 012382
 012383                    b.HasIndex("ModifiedByUserId");
 012384
 012385                    b.HasIndex("RecStateId");
 012386
 012387                    b.HasIndex("SellerId");
 012388
 012389                    b.ToTable("SupplyContract");
 012390                });
 12391
 012392            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.TaxSystem", b =>
 012393                {
 012394                    b.Property<long>("Id")
 012395                        .ValueGeneratedOnAdd()
 012396                        .HasColumnType("bigint")
 012397                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 012398                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 012399
 012400                    b.Property<string>("Code")
 012401                        .HasColumnType("text");
 012402
 012403                    b.Property<long?>("CreatedByUserId")
 012404                        .HasColumnType("bigint");
 012405
 012406                    b.Property<DateTime>("CreationDateTime")
 012407                        .HasColumnType("timestamp without time zone");
 012408
 012409                    b.Property<string>("Description")
 012410                        .HasColumnType("text");
 012411
 012412                    b.Property<Guid>("GUID")
 012413                        .ValueGeneratedOnAdd()
 012414                        .HasColumnType("uuid");
 012415
 012416                    b.Property<bool>("IsDeleted")
 012417                        .HasColumnType("boolean");
 012418
 012419                    b.Property<DateTime?>("ModificationDateTime")
 012420                        .HasColumnType("timestamp without time zone");
 012421
 012422                    b.Property<long?>("ModifiedByUserId")
 012423                        .HasColumnType("bigint");
 012424
 012425                    b.Property<string>("Name")
 012426                        .HasColumnType("text");
 012427
 012428                    b.Property<long?>("RecStateId")
 012429                        .HasColumnType("bigint");
 012430
 012431                    b.HasKey("Id");
 012432
 012433                    b.HasIndex("CreatedByUserId");
 012434
 012435                    b.HasIndex("ModifiedByUserId");
 012436
 012437                    b.HasIndex("RecStateId");
 012438
 012439                    b.ToTable("TaxSystems");
 012440
 012441                    b.HasData(
 012442                        new
 012443                        {
 012444                            Id = 1L,
 012445                            Code = "УСН",
 012446                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012447                            Description = "Упрощенка",
 012448                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012449                            IsDeleted = false,
 012450                            Name = "Упрощенная система налогообложения"
 012451                        },
 012452                        new
 012453                        {
 012454                            Id = 2L,
 012455                            Code = "ЕНВД",
 012456                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012457                            Description = "Вмененка",
 012458                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012459                            IsDeleted = false,
 012460                            Name = "Единый налог на вмененные доходы"
 012461                        },
 012462                        new
 012463                        {
 012464                            Id = 3L,
 012465                            Code = "ES",
 012466                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012467                            Description = "Единый сельскохозяйственный налог",
 012468                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012469                            IsDeleted = false,
 012470                            Name = "ЕСХН"
 012471                        },
 012472                        new
 012473                        {
 012474                            Id = 4L,
 012475                            Code = "ОСН",
 012476                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012477                            Description = "Стандартная",
 012478                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012479                            IsDeleted = false,
 012480                            Name = "Основная система налогообложения"
 012481                        });
 012482                });
 12483
 012484            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.TelegramNotification", b =>
 012485                {
 012486                    b.Property<long>("Id")
 012487                        .ValueGeneratedOnAdd()
 012488                        .HasColumnType("bigint")
 012489                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 012490                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 012491
 012492                    b.Property<long?>("CreatedByUserId")
 012493                        .HasColumnType("bigint");
 012494
 012495                    b.Property<DateTime>("CreationDateTime")
 012496                        .HasColumnType("timestamp without time zone");
 012497
 012498                    b.Property<string>("Description")
 012499                        .HasColumnType("text");
 012500
 012501                    b.Property<Guid>("GUID")
 012502                        .ValueGeneratedOnAdd()
 012503                        .HasColumnType("uuid");
 012504
 012505                    b.Property<string>("HashTag")
 012506                        .IsRequired()
 012507                        .HasColumnType("text");
 012508
 012509                    b.Property<bool>("IsActive")
 012510                        .HasColumnType("boolean");
 012511
 012512                    b.Property<bool>("IsDeleted")
 012513                        .HasColumnType("boolean");
 012514
 012515                    b.Property<DateTime?>("ModificationDateTime")
 012516                        .HasColumnType("timestamp without time zone");
 012517
 012518                    b.Property<long?>("ModifiedByUserId")
 012519                        .HasColumnType("bigint");
 012520
 012521                    b.Property<long?>("RecStateId")
 012522                        .HasColumnType("bigint");
 012523
 012524                    b.HasKey("Id");
 012525
 012526                    b.HasIndex("CreatedByUserId");
 012527
 012528                    b.HasIndex("ModifiedByUserId");
 012529
 012530                    b.HasIndex("RecStateId");
 012531
 012532                    b.ToTable("TelegramNotifications");
 012533
 012534                    b.HasData(
 012535                        new
 012536                        {
 012537                            Id = 1L,
 012538                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012539                            Description = "Уведомления о смене статуса заявки",
 012540                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012541                            HashTag = "#order",
 012542                            IsActive = true,
 012543                            IsDeleted = false
 012544                        },
 012545                        new
 012546                        {
 012547                            Id = 2L,
 012548                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012549                            Description = "Уведомления о создании нового подразделения",
 012550                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012551                            HashTag = "#department",
 012552                            IsActive = true,
 012553                            IsDeleted = false
 012554                        },
 012555                        new
 012556                        {
 012557                            Id = 3L,
 012558                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012559                            Description = "Уведомления о новом пользователе",
 012560                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012561                            HashTag = "#newclient",
 012562                            IsActive = true,
 012563                            IsDeleted = false
 012564                        });
 012565                });
 12566
 012567            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.UnitsKind", b =>
 012568                {
 012569                    b.Property<long>("Id")
 012570                        .ValueGeneratedOnAdd()
 012571                        .HasColumnType("bigint")
 012572                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 012573                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 012574
 012575                    b.Property<string>("Code")
 012576                        .IsRequired()
 012577                        .HasColumnType("text");
 012578
 012579                    b.Property<long?>("CreatedByUserId")
 012580                        .HasColumnType("bigint");
 012581
 012582                    b.Property<DateTime>("CreationDateTime")
 012583                        .HasColumnType("timestamp without time zone");
 012584
 012585                    b.Property<string>("Description")
 012586                        .HasColumnType("text");
 012587
 012588                    b.Property<Guid>("GUID")
 012589                        .ValueGeneratedOnAdd()
 012590                        .HasColumnType("uuid");
 012591
 012592                    b.Property<bool>("IsDeleted")
 012593                        .HasColumnType("boolean");
 012594
 012595                    b.Property<DateTime?>("ModificationDateTime")
 012596                        .HasColumnType("timestamp without time zone");
 012597
 012598                    b.Property<long?>("ModifiedByUserId")
 012599                        .HasColumnType("bigint");
 012600
 012601                    b.Property<string>("Name")
 012602                        .IsRequired()
 012603                        .HasColumnType("text");
 012604
 012605                    b.Property<long?>("RecStateId")
 012606                        .HasColumnType("bigint");
 012607
 012608                    b.Property<string>("StrCode")
 012609                        .HasColumnType("text");
 012610
 012611                    b.HasKey("Id");
 012612
 012613                    b.HasIndex("CreatedByUserId");
 012614
 012615                    b.HasIndex("ModifiedByUserId");
 012616
 012617                    b.HasIndex("RecStateId");
 012618
 012619                    b.ToTable("refUnitsKind");
 012620
 012621                    b.HasData(
 012622                        new
 012623                        {
 012624                            Id = 1L,
 012625                            Code = "1",
 012626                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012627                            Description = "",
 012628                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012629                            IsDeleted = false,
 012630                            Name = "Неизвестно",
 012631                            StrCode = "Unknown"
 012632                        },
 012633                        new
 012634                        {
 012635                            Id = 2L,
 012636                            Code = "166",
 012637                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012638                            Description = "Килограмм",
 012639                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012640                            IsDeleted = false,
 012641                            Name = "КГ",
 012642                            StrCode = "Kg"
 012643                        },
 012644                        new
 012645                        {
 012646                            Id = 3L,
 012647                            Code = "112",
 012648                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012649                            Description = "Литр",
 012650                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012651                            IsDeleted = false,
 012652                            Name = "Л",
 012653                            StrCode = "Litre"
 012654                        },
 012655                        new
 012656                        {
 012657                            Id = 4L,
 012658                            Code = "6",
 012659                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012660                            Description = "Метр",
 012661                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012662                            IsDeleted = false,
 012663                            Name = "М",
 012664                            StrCode = "Meter"
 012665                        },
 012666                        new
 012667                        {
 012668                            Id = 5L,
 012669                            Code = "796",
 012670                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012671                            Description = "Штука (1 единица товара)",
 012672                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012673                            IsDeleted = false,
 012674                            Name = "ШТ",
 012675                            StrCode = "Item"
 012676                        },
 012677                        new
 012678                        {
 012679                            Id = 6L,
 012680                            Code = "55",
 012681                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012682                            Description = "Квадратный метр",
 012683                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012684                            IsDeleted = false,
 012685                            Name = "М2",
 012686                            StrCode = "SquareMetre"
 012687                        },
 012688                        new
 012689                        {
 012690                            Id = 7L,
 012691                            Code = "113",
 012692                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012693                            Description = "Кубический метр",
 012694                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012695                            IsDeleted = false,
 012696                            Name = "М3",
 012697                            StrCode = "CubicMetre"
 012698                        });
 012699                });
 12700
 012701            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Upload", b =>
 012702                {
 012703                    b.Property<long>("Id")
 012704                        .ValueGeneratedOnAdd()
 012705                        .HasColumnType("bigint")
 012706                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 012707
 012708                    b.Property<long?>("CreatedByUserId")
 012709                        .HasColumnType("bigint");
 012710
 012711                    b.Property<DateTime>("CreationDateTime")
 012712                        .HasColumnType("timestamp without time zone");
 012713
 012714                    b.Property<Guid>("GUID")
 012715                        .ValueGeneratedOnAdd()
 012716                        .HasColumnType("uuid");
 012717
 012718                    b.Property<bool>("IsDeleted")
 012719                        .HasColumnType("boolean");
 012720
 012721                    b.Property<DateTime?>("ModificationDateTime")
 012722                        .HasColumnType("timestamp without time zone");
 012723
 012724                    b.Property<long?>("ModifiedByUserId")
 012725                        .HasColumnType("bigint");
 012726
 012727                    b.Property<long?>("RecStateId")
 012728                        .HasColumnType("bigint");
 012729
 012730                    b.Property<byte[]>("ResultFile")
 012731                        .HasColumnType("bytea");
 012732
 012733                    b.Property<byte[]>("SourceFile")
 012734                        .HasColumnType("bytea");
 012735
 012736                    b.Property<string>("SourceFileName")
 012737                        .HasColumnType("text");
 012738
 012739                    b.Property<int>("SourceRecordCount")
 012740                        .HasColumnType("integer");
 012741
 012742                    b.Property<int>("Status")
 012743                        .HasColumnType("integer");
 012744
 012745                    b.Property<int>("UploadedRecordCount")
 012746                        .HasColumnType("integer");
 012747
 012748                    b.HasKey("Id");
 012749
 012750                    b.HasIndex("CreatedByUserId");
 012751
 012752                    b.HasIndex("ModifiedByUserId");
 012753
 012754                    b.HasIndex("RecStateId");
 012755
 012756                    b.ToTable("Uploads");
 012757                });
 12758
 012759            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.UploadItem", b =>
 012760                {
 012761                    b.Property<long>("Id")
 012762                        .ValueGeneratedOnAdd()
 012763                        .HasColumnType("bigint")
 012764                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 012765
 012766                    b.Property<long?>("CreatedByUserId")
 012767                        .HasColumnType("bigint");
 012768
 012769                    b.Property<DateTime>("CreationDateTime")
 012770                        .HasColumnType("timestamp without time zone");
 012771
 012772                    b.Property<long>("EndityId")
 012773                        .HasColumnType("bigint");
 012774
 012775                    b.Property<string>("EntityName")
 012776                        .IsRequired()
 012777                        .HasColumnType("text");
 012778
 012779                    b.Property<Guid>("GUID")
 012780                        .ValueGeneratedOnAdd()
 012781                        .HasColumnType("uuid");
 012782
 012783                    b.Property<bool>("IsDeleted")
 012784                        .HasColumnType("boolean");
 012785
 012786                    b.Property<DateTime?>("ModificationDateTime")
 012787                        .HasColumnType("timestamp without time zone");
 012788
 012789                    b.Property<long?>("ModifiedByUserId")
 012790                        .HasColumnType("bigint");
 012791
 012792                    b.Property<long?>("RecStateId")
 012793                        .HasColumnType("bigint");
 012794
 012795                    b.Property<long>("UploadId")
 012796                        .HasColumnType("bigint");
 012797
 012798                    b.HasKey("Id");
 012799
 012800                    b.HasIndex("CreatedByUserId");
 012801
 012802                    b.HasIndex("ModifiedByUserId");
 012803
 012804                    b.HasIndex("RecStateId");
 012805
 012806                    b.HasIndex("UploadId");
 012807
 012808                    b.ToTable("UploadItems");
 012809                });
 12810
 012811            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", b =>
 012812                {
 012813                    b.Property<long>("Id")
 012814                        .ValueGeneratedOnAdd()
 012815                        .HasColumnType("bigint")
 012816                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 012817
 012818                    b.Property<long?>("ContragentId")
 012819                        .HasColumnType("bigint");
 012820
 012821                    b.Property<long?>("CreatedByUserId")
 012822                        .HasColumnType("bigint");
 012823
 012824                    b.Property<DateTime>("CreationDateTime")
 012825                        .HasColumnType("timestamp without time zone");
 012826
 012827                    b.Property<string>("Email")
 012828                        .HasColumnType("text");
 012829
 012830                    b.Property<Guid>("ExternalKey")
 012831                        .ValueGeneratedOnAdd()
 012832                        .HasColumnType("uuid");
 012833
 012834                    b.Property<string>("FirstName")
 012835                        .IsRequired()
 012836                        .HasColumnType("text");
 012837
 012838                    b.Property<Guid>("GUID")
 012839                        .ValueGeneratedOnAdd()
 012840                        .HasColumnType("uuid");
 012841
 012842                    b.Property<bool>("IsBlocked")
 012843                        .HasColumnType("boolean");
 012844
 012845                    b.Property<bool>("IsContactPerson")
 012846                        .HasColumnType("boolean");
 012847
 012848                    b.Property<bool>("IsDeleted")
 012849                        .HasColumnType("boolean");
 012850
 012851                    b.Property<string>("LastName")
 012852                        .IsRequired()
 012853                        .HasColumnType("text");
 012854
 012855                    b.Property<string>("Login")
 012856                        .HasColumnType("text");
 012857
 012858                    b.Property<string>("MiddleName")
 012859                        .HasColumnType("text");
 012860
 012861                    b.Property<DateTime?>("ModificationDateTime")
 012862                        .HasColumnType("timestamp without time zone");
 012863
 012864                    b.Property<long?>("ModifiedByUserId")
 012865                        .HasColumnType("bigint");
 012866
 012867                    b.Property<string>("Phone")
 012868                        .HasColumnType("text");
 012869
 012870                    b.Property<string>("Position")
 012871                        .HasColumnType("text");
 012872
 012873                    b.Property<long?>("RecStateId")
 012874                        .HasColumnType("bigint");
 012875
 012876                    b.HasKey("Id");
 012877
 012878                    b.HasIndex("ContragentId");
 012879
 012880                    b.HasIndex("CreatedByUserId");
 012881
 012882                    b.HasIndex("Email");
 012883
 012884                    b.HasIndex("LastName");
 012885
 012886                    b.HasIndex("Login");
 012887
 012888                    b.HasIndex("ModifiedByUserId");
 012889
 012890                    b.HasIndex("Phone");
 012891
 012892                    b.HasIndex("RecStateId");
 012893
 012894                    b.ToTable("Users");
 012895
 012896                    b.HasData(
 012897                        new
 012898                        {
 012899                            Id = -1L,
 012900                            ContragentId = -2L,
 012901                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012902                            Email = "EmbeddedSvetaAdmin@dd.com",
 012903                            ExternalKey = new Guid("964c5734-ba34-43d0-8770-b22b665e9abd"),
 012904                            FirstName = "ServiceUser",
 012905                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012906                            IsBlocked = false,
 012907                            IsContactPerson = true,
 012908                            IsDeleted = false,
 012909                            LastName = "1",
 012910                            Login = "svetaAdmin",
 012911                            MiddleName = "1",
 012912                            Phone = "1",
 012913                            Position = "1"
 012914                        },
 012915                        new
 012916                        {
 012917                            Id = -2L,
 012918                            ContragentId = -1L,
 012919                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012920                            Email = "EmbeddedAnonymUser@dd.com",
 012921                            ExternalKey = new Guid("3ce2ae32-9028-46b6-afbe-ad4feec0a016"),
 012922                            FirstName = "Demo User",
 012923                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 012924                            IsBlocked = false,
 012925                            IsContactPerson = true,
 012926                            IsDeleted = false,
 012927                            LastName = "1",
 012928                            Login = "Demo User",
 012929                            MiddleName = "Demo User",
 012930                            Phone = "1",
 012931                            Position = "Демо УЗ, не удалять"
 012932                        });
 012933                });
 12934
 012935            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.UserDepartment", b =>
 012936                {
 012937                    b.Property<long>("UserId")
 012938                        .HasColumnType("bigint");
 012939
 012940                    b.Property<long>("DepartmentId")
 012941                        .HasColumnType("bigint");
 012942
 012943                    b.Property<long?>("CreatedByUserId")
 012944                        .HasColumnType("bigint");
 012945
 012946                    b.Property<DateTime>("CreationDateTime")
 012947                        .HasColumnType("timestamp without time zone");
 012948
 012949                    b.Property<Guid>("GUID")
 012950                        .ValueGeneratedOnAdd()
 012951                        .HasColumnType("uuid");
 012952
 012953                    b.HasKey("UserId", "DepartmentId");
 012954
 012955                    b.HasIndex("DepartmentId");
 012956
 012957                    b.ToTable("UserDepartment");
 012958
 012959                    b.HasData(
 012960                        new
 012961                        {
 012962                            UserId = -2L,
 012963                            DepartmentId = -1L,
 012964                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 012965                            GUID = new Guid("00000000-0000-0000-0000-000000000000")
 012966                        });
 012967                });
 12968
 012969            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.UserRole", b =>
 012970                {
 012971                    b.Property<long>("UserId")
 012972                        .HasColumnType("bigint");
 012973
 012974                    b.Property<long>("RoleId")
 012975                        .HasColumnType("bigint");
 012976
 012977                    b.Property<long?>("CreatedByUserId")
 012978                        .HasColumnType("bigint");
 012979
 012980                    b.Property<DateTime>("CreationDateTime")
 012981                        .HasColumnType("timestamp without time zone");
 012982
 012983                    b.Property<Guid>("GUID")
 012984                        .ValueGeneratedOnAdd()
 012985                        .HasColumnType("uuid");
 012986
 012987                    b.HasKey("UserId", "RoleId");
 012988
 012989                    b.HasIndex("RoleId");
 012990
 012991                    b.ToTable("UserRole");
 012992                });
 12993
 012994            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.VatsKind", b =>
 012995                {
 012996                    b.Property<long>("Id")
 012997                        .ValueGeneratedOnAdd()
 012998                        .HasColumnType("bigint")
 012999                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 013000                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 013001
 013002                    b.Property<string>("Code")
 013003                        .IsRequired()
 013004                        .HasColumnType("text");
 013005
 013006                    b.Property<long?>("CreatedByUserId")
 013007                        .HasColumnType("bigint");
 013008
 013009                    b.Property<DateTime>("CreationDateTime")
 013010                        .HasColumnType("timestamp without time zone");
 013011
 013012                    b.Property<string>("Description")
 013013                        .HasColumnType("text");
 013014
 013015                    b.Property<Guid>("GUID")
 013016                        .ValueGeneratedOnAdd()
 013017                        .HasColumnType("uuid");
 013018
 013019                    b.Property<bool>("IsDeleted")
 013020                        .HasColumnType("boolean");
 013021
 013022                    b.Property<DateTime?>("ModificationDateTime")
 013023                        .HasColumnType("timestamp without time zone");
 013024
 013025                    b.Property<long?>("ModifiedByUserId")
 013026                        .HasColumnType("bigint");
 013027
 013028                    b.Property<string>("Name")
 013029                        .IsRequired()
 013030                        .HasColumnType("text");
 013031
 013032                    b.Property<long?>("RecStateId")
 013033                        .HasColumnType("bigint");
 013034
 013035                    b.Property<string>("StrCode")
 013036                        .HasColumnType("text");
 013037
 013038                    b.Property<int>("Value")
 013039                        .HasColumnType("integer");
 013040
 013041                    b.HasKey("Id");
 013042
 013043                    b.HasIndex("CreatedByUserId");
 013044
 013045                    b.HasIndex("ModifiedByUserId");
 013046
 013047                    b.HasIndex("RecStateId");
 013048
 013049                    b.ToTable("refVatsKind");
 013050
 013051                    b.HasData(
 013052                        new
 013053                        {
 013054                            Id = 1L,
 013055                            Code = "1",
 013056                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013057                            Description = "",
 013058                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013059                            IsDeleted = false,
 013060                            Name = "0%",
 013061                            StrCode = "Zero",
 013062                            Value = 1
 013063                        },
 013064                        new
 013065                        {
 013066                            Id = 2L,
 013067                            Code = "10",
 013068                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013069                            Description = "",
 013070                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013071                            IsDeleted = false,
 013072                            Name = "10%",
 013073                            StrCode = "Ten",
 013074                            Value = 10
 013075                        },
 013076                        new
 013077                        {
 013078                            Id = 3L,
 013079                            Code = "20",
 013080                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013081                            Description = "",
 013082                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013083                            IsDeleted = false,
 013084                            Name = "20%",
 013085                            StrCode = "Twenty",
 013086                            Value = 20
 013087                        },
 013088                        new
 013089                        {
 013090                            Id = 4L,
 013091                            Code = "0",
 013092                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013093                            Description = "",
 013094                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013095                            IsDeleted = false,
 013096                            Name = "Без НДС",
 013097                            StrCode = "None",
 013098                            Value = 1
 013099                        });
 013100                });
 13101
 013102            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.WalletTransaction", b =>
 013103                {
 013104                    b.Property<long>("Id")
 013105                        .ValueGeneratedOnAdd()
 013106                        .HasColumnType("bigint")
 013107                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 013108
 013109                    b.Property<long?>("CreatedByUserId")
 013110                        .HasColumnType("bigint");
 013111
 013112                    b.Property<DateTime>("CreationDateTime")
 013113                        .HasColumnType("timestamp without time zone");
 013114
 013115                    b.Property<Guid>("GUID")
 013116                        .ValueGeneratedOnAdd()
 013117                        .HasColumnType("uuid");
 013118
 013119                    b.Property<bool>("IsDeleted")
 013120                        .HasColumnType("boolean");
 013121
 013122                    b.Property<DateTime?>("ModificationDateTime")
 013123                        .HasColumnType("timestamp without time zone");
 013124
 013125                    b.Property<long?>("ModifiedByUserId")
 013126                        .HasColumnType("bigint");
 013127
 013128                    b.Property<long?>("MovementId")
 013129                        .HasColumnType("bigint");
 013130
 013131                    b.Property<long?>("RecStateId")
 013132                        .HasColumnType("bigint");
 013133
 013134                    b.Property<string>("SmsId")
 013135                        .HasColumnType("text");
 013136
 013137                    b.Property<long?>("StatusId")
 013138                        .HasColumnType("bigint");
 013139
 013140                    b.Property<decimal>("Sum")
 013141                        .HasColumnType("decimal(18,2)");
 013142
 013143                    b.Property<string>("TransactionId")
 013144                        .HasColumnType("text");
 013145
 013146                    b.HasKey("Id");
 013147
 013148                    b.HasIndex("CreatedByUserId");
 013149
 013150                    b.HasIndex("ModifiedByUserId");
 013151
 013152                    b.HasIndex("MovementId");
 013153
 013154                    b.HasIndex("RecStateId");
 013155
 013156                    b.HasIndex("StatusId");
 013157
 013158                    b.ToTable("WalletTransactions");
 013159                });
 13160
 013161            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.WalletTransactionStatus", b =>
 013162                {
 013163                    b.Property<long>("Id")
 013164                        .ValueGeneratedOnAdd()
 013165                        .HasColumnType("bigint")
 013166                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 013167                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 013168
 013169                    b.Property<string>("Code")
 013170                        .IsRequired()
 013171                        .HasColumnType("text");
 013172
 013173                    b.Property<long?>("CreatedByUserId")
 013174                        .HasColumnType("bigint");
 013175
 013176                    b.Property<DateTime>("CreationDateTime")
 013177                        .HasColumnType("timestamp without time zone");
 013178
 013179                    b.Property<string>("Description")
 013180                        .HasColumnType("text");
 013181
 013182                    b.Property<Guid>("GUID")
 013183                        .ValueGeneratedOnAdd()
 013184                        .HasColumnType("uuid");
 013185
 013186                    b.Property<bool>("IsDeleted")
 013187                        .HasColumnType("boolean");
 013188
 013189                    b.Property<DateTime?>("ModificationDateTime")
 013190                        .HasColumnType("timestamp without time zone");
 013191
 013192                    b.Property<long?>("ModifiedByUserId")
 013193                        .HasColumnType("bigint");
 013194
 013195                    b.Property<string>("Name")
 013196                        .IsRequired()
 013197                        .HasColumnType("text");
 013198
 013199                    b.Property<long?>("RecStateId")
 013200                        .HasColumnType("bigint");
 013201
 013202                    b.HasKey("Id");
 013203
 013204                    b.HasIndex("CreatedByUserId");
 013205
 013206                    b.HasIndex("ModifiedByUserId");
 013207
 013208                    b.HasIndex("RecStateId");
 013209
 013210                    b.ToTable("refWalletTransactionStatuses");
 013211
 013212                    b.HasData(
 013213                        new
 013214                        {
 013215                            Id = 1L,
 013216                            Code = "WaitSms",
 013217                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013218                            Description = "",
 013219                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013220                            IsDeleted = false,
 013221                            Name = "Ожидание смс подтверждения"
 013222                        },
 013223                        new
 013224                        {
 013225                            Id = 2L,
 013226                            Code = "Hold",
 013227                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013228                            Description = "",
 013229                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013230                            IsDeleted = false,
 013231                            Name = "Холдировано"
 013232                        },
 013233                        new
 013234                        {
 013235                            Id = 3L,
 013236                            Code = "Confirm",
 013237                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013238                            Description = "",
 013239                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013240                            IsDeleted = false,
 013241                            Name = "Подтверждено"
 013242                        },
 013243                        new
 013244                        {
 013245                            Id = 4L,
 013246                            Code = "Cancel",
 013247                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013248                            Description = "",
 013249                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013250                            IsDeleted = false,
 013251                            Name = "Отменено"
 013252                        });
 013253                });
 13254
 013255            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.WorkSchedule", b =>
 013256                {
 013257                    b.Property<long>("Id")
 013258                        .ValueGeneratedOnAdd()
 013259                        .HasColumnType("bigint")
 013260                        .HasAnnotation("Npgsql:IdentitySequenceOptions", "'1000', '1', '', '', 'False', '1'")
 013261                        .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefault
 013262
 013263                    b.Property<DateTime>("BeginTime")
 013264                        .HasColumnType("timestamp without time zone");
 013265
 013266                    b.Property<long?>("CreatedByUserId")
 013267                        .HasColumnType("bigint");
 013268
 013269                    b.Property<DateTime>("CreationDateTime")
 013270                        .HasColumnType("timestamp without time zone");
 013271
 013272                    b.Property<DateTime>("EndTime")
 013273                        .HasColumnType("timestamp without time zone");
 013274
 013275                    b.Property<Guid>("GUID")
 013276                        .ValueGeneratedOnAdd()
 013277                        .HasColumnType("uuid");
 013278
 013279                    b.Property<bool>("IsDeleted")
 013280                        .HasColumnType("boolean");
 013281
 013282                    b.Property<bool>("IsWorkingDay")
 013283                        .HasColumnType("boolean");
 013284
 013285                    b.Property<DateTime?>("ModificationDateTime")
 013286                        .HasColumnType("timestamp without time zone");
 013287
 013288                    b.Property<long?>("ModifiedByUserId")
 013289                        .HasColumnType("bigint");
 013290
 013291                    b.Property<long?>("RecStateId")
 013292                        .HasColumnType("bigint");
 013293
 013294                    b.Property<long>("WarehouseId")
 013295                        .HasColumnType("bigint");
 013296
 013297                    b.HasKey("Id");
 013298
 013299                    b.HasIndex("CreatedByUserId");
 013300
 013301                    b.HasIndex("ModifiedByUserId");
 013302
 013303                    b.HasIndex("RecStateId");
 013304
 013305                    b.HasIndex("WarehouseId");
 013306
 013307                    b.ToTable("WorkScheduler");
 013308
 013309                    b.HasData(
 013310                        new
 013311                        {
 013312                            Id = 1L,
 013313                            BeginTime = new DateTime(2020, 5, 18, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013314                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013315                            EndTime = new DateTime(2020, 5, 18, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013316                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013317                            IsDeleted = false,
 013318                            IsWorkingDay = true,
 013319                            WarehouseId = -2L
 013320                        },
 013321                        new
 013322                        {
 013323                            Id = 2L,
 013324                            BeginTime = new DateTime(2020, 5, 19, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013325                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013326                            EndTime = new DateTime(2020, 5, 19, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013327                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013328                            IsDeleted = false,
 013329                            IsWorkingDay = true,
 013330                            WarehouseId = -2L
 013331                        },
 013332                        new
 013333                        {
 013334                            Id = 3L,
 013335                            BeginTime = new DateTime(2020, 5, 20, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013336                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013337                            EndTime = new DateTime(2020, 5, 20, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013338                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013339                            IsDeleted = false,
 013340                            IsWorkingDay = true,
 013341                            WarehouseId = -2L
 013342                        },
 013343                        new
 013344                        {
 013345                            Id = 4L,
 013346                            BeginTime = new DateTime(2020, 5, 21, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013347                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013348                            EndTime = new DateTime(2020, 5, 21, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013349                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013350                            IsDeleted = false,
 013351                            IsWorkingDay = true,
 013352                            WarehouseId = -2L
 013353                        },
 013354                        new
 013355                        {
 013356                            Id = 5L,
 013357                            BeginTime = new DateTime(2020, 5, 22, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013358                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013359                            EndTime = new DateTime(2020, 5, 22, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013360                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013361                            IsDeleted = false,
 013362                            IsWorkingDay = true,
 013363                            WarehouseId = -2L
 013364                        },
 013365                        new
 013366                        {
 013367                            Id = 6L,
 013368                            BeginTime = new DateTime(2020, 5, 23, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013369                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013370                            EndTime = new DateTime(2020, 5, 23, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013371                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013372                            IsDeleted = false,
 013373                            IsWorkingDay = false,
 013374                            WarehouseId = -2L
 013375                        },
 013376                        new
 013377                        {
 013378                            Id = 7L,
 013379                            BeginTime = new DateTime(2020, 5, 24, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013380                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013381                            EndTime = new DateTime(2020, 5, 24, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013382                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013383                            IsDeleted = false,
 013384                            IsWorkingDay = false,
 013385                            WarehouseId = -2L
 013386                        },
 013387                        new
 013388                        {
 013389                            Id = 8L,
 013390                            BeginTime = new DateTime(2020, 5, 25, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013391                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013392                            EndTime = new DateTime(2020, 5, 25, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013393                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013394                            IsDeleted = false,
 013395                            IsWorkingDay = true,
 013396                            WarehouseId = -2L
 013397                        },
 013398                        new
 013399                        {
 013400                            Id = 9L,
 013401                            BeginTime = new DateTime(2020, 5, 26, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013402                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013403                            EndTime = new DateTime(2020, 5, 26, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013404                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013405                            IsDeleted = false,
 013406                            IsWorkingDay = true,
 013407                            WarehouseId = -2L
 013408                        },
 013409                        new
 013410                        {
 013411                            Id = 10L,
 013412                            BeginTime = new DateTime(2020, 5, 27, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013413                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013414                            EndTime = new DateTime(2020, 5, 27, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013415                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013416                            IsDeleted = false,
 013417                            IsWorkingDay = true,
 013418                            WarehouseId = -2L
 013419                        },
 013420                        new
 013421                        {
 013422                            Id = 11L,
 013423                            BeginTime = new DateTime(2020, 5, 28, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013424                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013425                            EndTime = new DateTime(2020, 5, 28, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013426                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013427                            IsDeleted = false,
 013428                            IsWorkingDay = true,
 013429                            WarehouseId = -2L
 013430                        },
 013431                        new
 013432                        {
 013433                            Id = 12L,
 013434                            BeginTime = new DateTime(2020, 5, 29, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013435                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013436                            EndTime = new DateTime(2020, 5, 29, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013437                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013438                            IsDeleted = false,
 013439                            IsWorkingDay = true,
 013440                            WarehouseId = -2L
 013441                        },
 013442                        new
 013443                        {
 013444                            Id = 13L,
 013445                            BeginTime = new DateTime(2020, 5, 30, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013446                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013447                            EndTime = new DateTime(2020, 5, 30, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013448                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013449                            IsDeleted = false,
 013450                            IsWorkingDay = false,
 013451                            WarehouseId = -2L
 013452                        },
 013453                        new
 013454                        {
 013455                            Id = 14L,
 013456                            BeginTime = new DateTime(2020, 5, 31, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013457                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013458                            EndTime = new DateTime(2020, 5, 31, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013459                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013460                            IsDeleted = false,
 013461                            IsWorkingDay = false,
 013462                            WarehouseId = -2L
 013463                        },
 013464                        new
 013465                        {
 013466                            Id = 15L,
 013467                            BeginTime = new DateTime(2020, 6, 1, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013468                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013469                            EndTime = new DateTime(2020, 6, 1, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013470                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013471                            IsDeleted = false,
 013472                            IsWorkingDay = true,
 013473                            WarehouseId = -2L
 013474                        },
 013475                        new
 013476                        {
 013477                            Id = 16L,
 013478                            BeginTime = new DateTime(2020, 6, 2, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013479                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013480                            EndTime = new DateTime(2020, 6, 2, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013481                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013482                            IsDeleted = false,
 013483                            IsWorkingDay = true,
 013484                            WarehouseId = -2L
 013485                        },
 013486                        new
 013487                        {
 013488                            Id = 17L,
 013489                            BeginTime = new DateTime(2020, 6, 3, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013490                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013491                            EndTime = new DateTime(2020, 6, 3, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013492                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013493                            IsDeleted = false,
 013494                            IsWorkingDay = true,
 013495                            WarehouseId = -2L
 013496                        },
 013497                        new
 013498                        {
 013499                            Id = 18L,
 013500                            BeginTime = new DateTime(2020, 6, 4, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013501                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013502                            EndTime = new DateTime(2020, 6, 4, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013503                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013504                            IsDeleted = false,
 013505                            IsWorkingDay = true,
 013506                            WarehouseId = -2L
 013507                        },
 013508                        new
 013509                        {
 013510                            Id = 19L,
 013511                            BeginTime = new DateTime(2020, 6, 5, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013512                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013513                            EndTime = new DateTime(2020, 6, 5, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013514                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013515                            IsDeleted = false,
 013516                            IsWorkingDay = true,
 013517                            WarehouseId = -2L
 013518                        },
 013519                        new
 013520                        {
 013521                            Id = 20L,
 013522                            BeginTime = new DateTime(2020, 6, 6, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013523                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013524                            EndTime = new DateTime(2020, 6, 6, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013525                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013526                            IsDeleted = false,
 013527                            IsWorkingDay = false,
 013528                            WarehouseId = -2L
 013529                        },
 013530                        new
 013531                        {
 013532                            Id = 21L,
 013533                            BeginTime = new DateTime(2020, 6, 7, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013534                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013535                            EndTime = new DateTime(2020, 6, 7, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013536                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013537                            IsDeleted = false,
 013538                            IsWorkingDay = false,
 013539                            WarehouseId = -2L
 013540                        },
 013541                        new
 013542                        {
 013543                            Id = 22L,
 013544                            BeginTime = new DateTime(2020, 6, 8, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013545                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013546                            EndTime = new DateTime(2020, 6, 8, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013547                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013548                            IsDeleted = false,
 013549                            IsWorkingDay = true,
 013550                            WarehouseId = -2L
 013551                        },
 013552                        new
 013553                        {
 013554                            Id = 23L,
 013555                            BeginTime = new DateTime(2020, 6, 9, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013556                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013557                            EndTime = new DateTime(2020, 6, 9, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013558                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013559                            IsDeleted = false,
 013560                            IsWorkingDay = true,
 013561                            WarehouseId = -2L
 013562                        },
 013563                        new
 013564                        {
 013565                            Id = 24L,
 013566                            BeginTime = new DateTime(2020, 6, 10, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013567                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013568                            EndTime = new DateTime(2020, 6, 10, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013569                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013570                            IsDeleted = false,
 013571                            IsWorkingDay = true,
 013572                            WarehouseId = -2L
 013573                        },
 013574                        new
 013575                        {
 013576                            Id = 25L,
 013577                            BeginTime = new DateTime(2020, 6, 11, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013578                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013579                            EndTime = new DateTime(2020, 6, 11, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013580                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013581                            IsDeleted = false,
 013582                            IsWorkingDay = true,
 013583                            WarehouseId = -2L
 013584                        },
 013585                        new
 013586                        {
 013587                            Id = 26L,
 013588                            BeginTime = new DateTime(2020, 6, 12, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013589                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013590                            EndTime = new DateTime(2020, 6, 12, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013591                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013592                            IsDeleted = false,
 013593                            IsWorkingDay = false,
 013594                            WarehouseId = -2L
 013595                        },
 013596                        new
 013597                        {
 013598                            Id = 27L,
 013599                            BeginTime = new DateTime(2020, 6, 13, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013600                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013601                            EndTime = new DateTime(2020, 6, 13, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013602                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013603                            IsDeleted = false,
 013604                            IsWorkingDay = false,
 013605                            WarehouseId = -2L
 013606                        },
 013607                        new
 013608                        {
 013609                            Id = 28L,
 013610                            BeginTime = new DateTime(2020, 6, 14, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013611                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013612                            EndTime = new DateTime(2020, 6, 14, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013613                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013614                            IsDeleted = false,
 013615                            IsWorkingDay = false,
 013616                            WarehouseId = -2L
 013617                        },
 013618                        new
 013619                        {
 013620                            Id = 29L,
 013621                            BeginTime = new DateTime(2020, 6, 15, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013622                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013623                            EndTime = new DateTime(2020, 6, 15, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013624                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013625                            IsDeleted = false,
 013626                            IsWorkingDay = true,
 013627                            WarehouseId = -2L
 013628                        },
 013629                        new
 013630                        {
 013631                            Id = 30L,
 013632                            BeginTime = new DateTime(2020, 6, 16, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013633                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013634                            EndTime = new DateTime(2020, 6, 16, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013635                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013636                            IsDeleted = false,
 013637                            IsWorkingDay = true,
 013638                            WarehouseId = -2L
 013639                        },
 013640                        new
 013641                        {
 013642                            Id = 31L,
 013643                            BeginTime = new DateTime(2020, 6, 17, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013644                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013645                            EndTime = new DateTime(2020, 6, 17, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013646                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013647                            IsDeleted = false,
 013648                            IsWorkingDay = true,
 013649                            WarehouseId = -2L
 013650                        },
 013651                        new
 013652                        {
 013653                            Id = 32L,
 013654                            BeginTime = new DateTime(2020, 6, 18, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013655                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013656                            EndTime = new DateTime(2020, 6, 18, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013657                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013658                            IsDeleted = false,
 013659                            IsWorkingDay = true,
 013660                            WarehouseId = -2L
 013661                        },
 013662                        new
 013663                        {
 013664                            Id = 33L,
 013665                            BeginTime = new DateTime(2020, 6, 19, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013666                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013667                            EndTime = new DateTime(2020, 6, 19, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013668                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013669                            IsDeleted = false,
 013670                            IsWorkingDay = true,
 013671                            WarehouseId = -2L
 013672                        },
 013673                        new
 013674                        {
 013675                            Id = 34L,
 013676                            BeginTime = new DateTime(2020, 6, 20, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013677                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013678                            EndTime = new DateTime(2020, 6, 20, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013679                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013680                            IsDeleted = false,
 013681                            IsWorkingDay = false,
 013682                            WarehouseId = -2L
 013683                        },
 013684                        new
 013685                        {
 013686                            Id = 35L,
 013687                            BeginTime = new DateTime(2020, 6, 21, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013688                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013689                            EndTime = new DateTime(2020, 6, 21, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013690                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013691                            IsDeleted = false,
 013692                            IsWorkingDay = false,
 013693                            WarehouseId = -2L
 013694                        },
 013695                        new
 013696                        {
 013697                            Id = 36L,
 013698                            BeginTime = new DateTime(2020, 6, 22, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013699                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013700                            EndTime = new DateTime(2020, 6, 22, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013701                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013702                            IsDeleted = false,
 013703                            IsWorkingDay = true,
 013704                            WarehouseId = -2L
 013705                        },
 013706                        new
 013707                        {
 013708                            Id = 37L,
 013709                            BeginTime = new DateTime(2020, 6, 23, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013710                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013711                            EndTime = new DateTime(2020, 6, 23, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013712                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013713                            IsDeleted = false,
 013714                            IsWorkingDay = true,
 013715                            WarehouseId = -2L
 013716                        },
 013717                        new
 013718                        {
 013719                            Id = 38L,
 013720                            BeginTime = new DateTime(2020, 6, 24, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013721                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013722                            EndTime = new DateTime(2020, 6, 24, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013723                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013724                            IsDeleted = false,
 013725                            IsWorkingDay = true,
 013726                            WarehouseId = -2L
 013727                        },
 013728                        new
 013729                        {
 013730                            Id = 39L,
 013731                            BeginTime = new DateTime(2020, 6, 25, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013732                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013733                            EndTime = new DateTime(2020, 6, 25, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013734                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013735                            IsDeleted = false,
 013736                            IsWorkingDay = true,
 013737                            WarehouseId = -2L
 013738                        },
 013739                        new
 013740                        {
 013741                            Id = 40L,
 013742                            BeginTime = new DateTime(2020, 6, 26, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013743                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013744                            EndTime = new DateTime(2020, 6, 26, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013745                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013746                            IsDeleted = false,
 013747                            IsWorkingDay = true,
 013748                            WarehouseId = -2L
 013749                        },
 013750                        new
 013751                        {
 013752                            Id = 41L,
 013753                            BeginTime = new DateTime(2020, 6, 27, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013754                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013755                            EndTime = new DateTime(2020, 6, 27, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013756                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013757                            IsDeleted = false,
 013758                            IsWorkingDay = false,
 013759                            WarehouseId = -2L
 013760                        },
 013761                        new
 013762                        {
 013763                            Id = 42L,
 013764                            BeginTime = new DateTime(2020, 6, 28, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013765                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013766                            EndTime = new DateTime(2020, 6, 28, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013767                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013768                            IsDeleted = false,
 013769                            IsWorkingDay = false,
 013770                            WarehouseId = -2L
 013771                        },
 013772                        new
 013773                        {
 013774                            Id = 43L,
 013775                            BeginTime = new DateTime(2020, 6, 29, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013776                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013777                            EndTime = new DateTime(2020, 6, 29, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013778                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013779                            IsDeleted = false,
 013780                            IsWorkingDay = true,
 013781                            WarehouseId = -2L
 013782                        },
 013783                        new
 013784                        {
 013785                            Id = 44L,
 013786                            BeginTime = new DateTime(2020, 6, 30, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013787                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013788                            EndTime = new DateTime(2020, 6, 30, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013789                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013790                            IsDeleted = false,
 013791                            IsWorkingDay = true,
 013792                            WarehouseId = -2L
 013793                        },
 013794                        new
 013795                        {
 013796                            Id = 45L,
 013797                            BeginTime = new DateTime(2020, 7, 1, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013798                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013799                            EndTime = new DateTime(2020, 7, 1, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013800                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013801                            IsDeleted = false,
 013802                            IsWorkingDay = false,
 013803                            WarehouseId = -2L
 013804                        },
 013805                        new
 013806                        {
 013807                            Id = 46L,
 013808                            BeginTime = new DateTime(2020, 7, 2, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013809                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013810                            EndTime = new DateTime(2020, 7, 2, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013811                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013812                            IsDeleted = false,
 013813                            IsWorkingDay = true,
 013814                            WarehouseId = -2L
 013815                        },
 013816                        new
 013817                        {
 013818                            Id = 47L,
 013819                            BeginTime = new DateTime(2020, 7, 3, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013820                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013821                            EndTime = new DateTime(2020, 7, 3, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013822                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013823                            IsDeleted = false,
 013824                            IsWorkingDay = true,
 013825                            WarehouseId = -2L
 013826                        },
 013827                        new
 013828                        {
 013829                            Id = 48L,
 013830                            BeginTime = new DateTime(2020, 7, 4, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013831                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013832                            EndTime = new DateTime(2020, 7, 4, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013833                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013834                            IsDeleted = false,
 013835                            IsWorkingDay = false,
 013836                            WarehouseId = -2L
 013837                        },
 013838                        new
 013839                        {
 013840                            Id = 49L,
 013841                            BeginTime = new DateTime(2020, 7, 5, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013842                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013843                            EndTime = new DateTime(2020, 7, 5, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013844                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013845                            IsDeleted = false,
 013846                            IsWorkingDay = false,
 013847                            WarehouseId = -2L
 013848                        },
 013849                        new
 013850                        {
 013851                            Id = 50L,
 013852                            BeginTime = new DateTime(2020, 7, 6, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013853                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013854                            EndTime = new DateTime(2020, 7, 6, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013855                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013856                            IsDeleted = false,
 013857                            IsWorkingDay = true,
 013858                            WarehouseId = -2L
 013859                        },
 013860                        new
 013861                        {
 013862                            Id = 51L,
 013863                            BeginTime = new DateTime(2020, 7, 7, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013864                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013865                            EndTime = new DateTime(2020, 7, 7, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013866                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013867                            IsDeleted = false,
 013868                            IsWorkingDay = true,
 013869                            WarehouseId = -2L
 013870                        },
 013871                        new
 013872                        {
 013873                            Id = 52L,
 013874                            BeginTime = new DateTime(2020, 7, 8, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013875                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013876                            EndTime = new DateTime(2020, 7, 8, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013877                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013878                            IsDeleted = false,
 013879                            IsWorkingDay = true,
 013880                            WarehouseId = -2L
 013881                        },
 013882                        new
 013883                        {
 013884                            Id = 53L,
 013885                            BeginTime = new DateTime(2020, 7, 9, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013886                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013887                            EndTime = new DateTime(2020, 7, 9, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013888                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013889                            IsDeleted = false,
 013890                            IsWorkingDay = true,
 013891                            WarehouseId = -2L
 013892                        },
 013893                        new
 013894                        {
 013895                            Id = 54L,
 013896                            BeginTime = new DateTime(2020, 7, 10, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013897                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013898                            EndTime = new DateTime(2020, 7, 10, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013899                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013900                            IsDeleted = false,
 013901                            IsWorkingDay = true,
 013902                            WarehouseId = -2L
 013903                        },
 013904                        new
 013905                        {
 013906                            Id = 55L,
 013907                            BeginTime = new DateTime(2020, 7, 11, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013908                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013909                            EndTime = new DateTime(2020, 7, 11, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013910                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013911                            IsDeleted = false,
 013912                            IsWorkingDay = false,
 013913                            WarehouseId = -2L
 013914                        },
 013915                        new
 013916                        {
 013917                            Id = 56L,
 013918                            BeginTime = new DateTime(2020, 7, 12, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013919                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013920                            EndTime = new DateTime(2020, 7, 12, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013921                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013922                            IsDeleted = false,
 013923                            IsWorkingDay = false,
 013924                            WarehouseId = -2L
 013925                        },
 013926                        new
 013927                        {
 013928                            Id = 57L,
 013929                            BeginTime = new DateTime(2020, 7, 13, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013930                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013931                            EndTime = new DateTime(2020, 7, 13, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013932                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013933                            IsDeleted = false,
 013934                            IsWorkingDay = true,
 013935                            WarehouseId = -2L
 013936                        },
 013937                        new
 013938                        {
 013939                            Id = 58L,
 013940                            BeginTime = new DateTime(2020, 7, 14, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013941                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013942                            EndTime = new DateTime(2020, 7, 14, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013943                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013944                            IsDeleted = false,
 013945                            IsWorkingDay = true,
 013946                            WarehouseId = -2L
 013947                        },
 013948                        new
 013949                        {
 013950                            Id = 59L,
 013951                            BeginTime = new DateTime(2020, 7, 15, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013952                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013953                            EndTime = new DateTime(2020, 7, 15, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013954                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013955                            IsDeleted = false,
 013956                            IsWorkingDay = true,
 013957                            WarehouseId = -2L
 013958                        },
 013959                        new
 013960                        {
 013961                            Id = 60L,
 013962                            BeginTime = new DateTime(2020, 7, 16, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013963                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013964                            EndTime = new DateTime(2020, 7, 16, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013965                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013966                            IsDeleted = false,
 013967                            IsWorkingDay = true,
 013968                            WarehouseId = -2L
 013969                        },
 013970                        new
 013971                        {
 013972                            Id = 61L,
 013973                            BeginTime = new DateTime(2020, 7, 17, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013974                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013975                            EndTime = new DateTime(2020, 7, 17, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013976                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013977                            IsDeleted = false,
 013978                            IsWorkingDay = true,
 013979                            WarehouseId = -2L
 013980                        },
 013981                        new
 013982                        {
 013983                            Id = 62L,
 013984                            BeginTime = new DateTime(2020, 7, 18, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013985                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013986                            EndTime = new DateTime(2020, 7, 18, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013987                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013988                            IsDeleted = false,
 013989                            IsWorkingDay = false,
 013990                            WarehouseId = -2L
 013991                        },
 013992                        new
 013993                        {
 013994                            Id = 63L,
 013995                            BeginTime = new DateTime(2020, 7, 19, 6, 0, 0, 0, DateTimeKind.Unspecified),
 013996                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 013997                            EndTime = new DateTime(2020, 7, 19, 16, 0, 0, 0, DateTimeKind.Unspecified),
 013998                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 013999                            IsDeleted = false,
 014000                            IsWorkingDay = false,
 014001                            WarehouseId = -2L
 014002                        },
 014003                        new
 014004                        {
 014005                            Id = 64L,
 014006                            BeginTime = new DateTime(2020, 7, 20, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014007                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014008                            EndTime = new DateTime(2020, 7, 20, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014009                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014010                            IsDeleted = false,
 014011                            IsWorkingDay = true,
 014012                            WarehouseId = -2L
 014013                        },
 014014                        new
 014015                        {
 014016                            Id = 65L,
 014017                            BeginTime = new DateTime(2020, 7, 21, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014018                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014019                            EndTime = new DateTime(2020, 7, 21, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014020                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014021                            IsDeleted = false,
 014022                            IsWorkingDay = true,
 014023                            WarehouseId = -2L
 014024                        },
 014025                        new
 014026                        {
 014027                            Id = 66L,
 014028                            BeginTime = new DateTime(2020, 7, 22, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014029                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014030                            EndTime = new DateTime(2020, 7, 22, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014031                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014032                            IsDeleted = false,
 014033                            IsWorkingDay = true,
 014034                            WarehouseId = -2L
 014035                        },
 014036                        new
 014037                        {
 014038                            Id = 67L,
 014039                            BeginTime = new DateTime(2020, 7, 23, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014040                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014041                            EndTime = new DateTime(2020, 7, 23, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014042                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014043                            IsDeleted = false,
 014044                            IsWorkingDay = true,
 014045                            WarehouseId = -2L
 014046                        },
 014047                        new
 014048                        {
 014049                            Id = 68L,
 014050                            BeginTime = new DateTime(2020, 7, 24, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014051                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014052                            EndTime = new DateTime(2020, 7, 24, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014053                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014054                            IsDeleted = false,
 014055                            IsWorkingDay = true,
 014056                            WarehouseId = -2L
 014057                        },
 014058                        new
 014059                        {
 014060                            Id = 69L,
 014061                            BeginTime = new DateTime(2020, 7, 25, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014062                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014063                            EndTime = new DateTime(2020, 7, 25, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014064                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014065                            IsDeleted = false,
 014066                            IsWorkingDay = false,
 014067                            WarehouseId = -2L
 014068                        },
 014069                        new
 014070                        {
 014071                            Id = 70L,
 014072                            BeginTime = new DateTime(2020, 7, 26, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014073                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014074                            EndTime = new DateTime(2020, 7, 26, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014075                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014076                            IsDeleted = false,
 014077                            IsWorkingDay = false,
 014078                            WarehouseId = -2L
 014079                        },
 014080                        new
 014081                        {
 014082                            Id = 71L,
 014083                            BeginTime = new DateTime(2020, 7, 27, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014084                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014085                            EndTime = new DateTime(2020, 7, 27, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014086                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014087                            IsDeleted = false,
 014088                            IsWorkingDay = true,
 014089                            WarehouseId = -2L
 014090                        },
 014091                        new
 014092                        {
 014093                            Id = 72L,
 014094                            BeginTime = new DateTime(2020, 7, 28, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014095                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014096                            EndTime = new DateTime(2020, 7, 28, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014097                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014098                            IsDeleted = false,
 014099                            IsWorkingDay = true,
 014100                            WarehouseId = -2L
 014101                        },
 014102                        new
 014103                        {
 014104                            Id = 73L,
 014105                            BeginTime = new DateTime(2020, 7, 29, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014106                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014107                            EndTime = new DateTime(2020, 7, 29, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014108                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014109                            IsDeleted = false,
 014110                            IsWorkingDay = true,
 014111                            WarehouseId = -2L
 014112                        },
 014113                        new
 014114                        {
 014115                            Id = 74L,
 014116                            BeginTime = new DateTime(2020, 7, 30, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014117                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014118                            EndTime = new DateTime(2020, 7, 30, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014119                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014120                            IsDeleted = false,
 014121                            IsWorkingDay = true,
 014122                            WarehouseId = -2L
 014123                        },
 014124                        new
 014125                        {
 014126                            Id = 75L,
 014127                            BeginTime = new DateTime(2020, 7, 31, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014128                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014129                            EndTime = new DateTime(2020, 7, 31, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014130                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014131                            IsDeleted = false,
 014132                            IsWorkingDay = true,
 014133                            WarehouseId = -2L
 014134                        },
 014135                        new
 014136                        {
 014137                            Id = 76L,
 014138                            BeginTime = new DateTime(2020, 8, 1, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014139                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014140                            EndTime = new DateTime(2020, 8, 1, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014141                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014142                            IsDeleted = false,
 014143                            IsWorkingDay = false,
 014144                            WarehouseId = -2L
 014145                        },
 014146                        new
 014147                        {
 014148                            Id = 77L,
 014149                            BeginTime = new DateTime(2020, 8, 2, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014150                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014151                            EndTime = new DateTime(2020, 8, 2, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014152                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014153                            IsDeleted = false,
 014154                            IsWorkingDay = false,
 014155                            WarehouseId = -2L
 014156                        },
 014157                        new
 014158                        {
 014159                            Id = 78L,
 014160                            BeginTime = new DateTime(2020, 8, 3, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014161                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014162                            EndTime = new DateTime(2020, 8, 3, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014163                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014164                            IsDeleted = false,
 014165                            IsWorkingDay = true,
 014166                            WarehouseId = -2L
 014167                        },
 014168                        new
 014169                        {
 014170                            Id = 79L,
 014171                            BeginTime = new DateTime(2020, 8, 4, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014172                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014173                            EndTime = new DateTime(2020, 8, 4, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014174                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014175                            IsDeleted = false,
 014176                            IsWorkingDay = true,
 014177                            WarehouseId = -2L
 014178                        },
 014179                        new
 014180                        {
 014181                            Id = 80L,
 014182                            BeginTime = new DateTime(2020, 8, 5, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014183                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014184                            EndTime = new DateTime(2020, 8, 5, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014185                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014186                            IsDeleted = false,
 014187                            IsWorkingDay = true,
 014188                            WarehouseId = -2L
 014189                        },
 014190                        new
 014191                        {
 014192                            Id = 81L,
 014193                            BeginTime = new DateTime(2020, 8, 6, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014194                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014195                            EndTime = new DateTime(2020, 8, 6, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014196                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014197                            IsDeleted = false,
 014198                            IsWorkingDay = true,
 014199                            WarehouseId = -2L
 014200                        },
 014201                        new
 014202                        {
 014203                            Id = 82L,
 014204                            BeginTime = new DateTime(2020, 8, 7, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014205                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014206                            EndTime = new DateTime(2020, 8, 7, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014207                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014208                            IsDeleted = false,
 014209                            IsWorkingDay = true,
 014210                            WarehouseId = -2L
 014211                        },
 014212                        new
 014213                        {
 014214                            Id = 83L,
 014215                            BeginTime = new DateTime(2020, 8, 8, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014216                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014217                            EndTime = new DateTime(2020, 8, 8, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014218                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014219                            IsDeleted = false,
 014220                            IsWorkingDay = false,
 014221                            WarehouseId = -2L
 014222                        },
 014223                        new
 014224                        {
 014225                            Id = 84L,
 014226                            BeginTime = new DateTime(2020, 8, 9, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014227                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014228                            EndTime = new DateTime(2020, 8, 9, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014229                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014230                            IsDeleted = false,
 014231                            IsWorkingDay = false,
 014232                            WarehouseId = -2L
 014233                        },
 014234                        new
 014235                        {
 014236                            Id = 85L,
 014237                            BeginTime = new DateTime(2020, 8, 10, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014238                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014239                            EndTime = new DateTime(2020, 8, 10, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014240                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014241                            IsDeleted = false,
 014242                            IsWorkingDay = true,
 014243                            WarehouseId = -2L
 014244                        },
 014245                        new
 014246                        {
 014247                            Id = 86L,
 014248                            BeginTime = new DateTime(2020, 8, 11, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014249                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014250                            EndTime = new DateTime(2020, 8, 11, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014251                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014252                            IsDeleted = false,
 014253                            IsWorkingDay = true,
 014254                            WarehouseId = -2L
 014255                        },
 014256                        new
 014257                        {
 014258                            Id = 87L,
 014259                            BeginTime = new DateTime(2020, 8, 12, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014260                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014261                            EndTime = new DateTime(2020, 8, 12, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014262                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014263                            IsDeleted = false,
 014264                            IsWorkingDay = true,
 014265                            WarehouseId = -2L
 014266                        },
 014267                        new
 014268                        {
 014269                            Id = 88L,
 014270                            BeginTime = new DateTime(2020, 8, 13, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014271                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014272                            EndTime = new DateTime(2020, 8, 13, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014273                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014274                            IsDeleted = false,
 014275                            IsWorkingDay = true,
 014276                            WarehouseId = -2L
 014277                        },
 014278                        new
 014279                        {
 014280                            Id = 89L,
 014281                            BeginTime = new DateTime(2020, 8, 14, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014282                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014283                            EndTime = new DateTime(2020, 8, 14, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014284                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014285                            IsDeleted = false,
 014286                            IsWorkingDay = true,
 014287                            WarehouseId = -2L
 014288                        },
 014289                        new
 014290                        {
 014291                            Id = 90L,
 014292                            BeginTime = new DateTime(2020, 8, 15, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014293                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014294                            EndTime = new DateTime(2020, 8, 15, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014295                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014296                            IsDeleted = false,
 014297                            IsWorkingDay = false,
 014298                            WarehouseId = -2L
 014299                        },
 014300                        new
 014301                        {
 014302                            Id = 91L,
 014303                            BeginTime = new DateTime(2020, 8, 16, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014304                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014305                            EndTime = new DateTime(2020, 8, 16, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014306                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014307                            IsDeleted = false,
 014308                            IsWorkingDay = false,
 014309                            WarehouseId = -2L
 014310                        },
 014311                        new
 014312                        {
 014313                            Id = 92L,
 014314                            BeginTime = new DateTime(2020, 8, 17, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014315                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014316                            EndTime = new DateTime(2020, 8, 17, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014317                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014318                            IsDeleted = false,
 014319                            IsWorkingDay = true,
 014320                            WarehouseId = -2L
 014321                        },
 014322                        new
 014323                        {
 014324                            Id = 93L,
 014325                            BeginTime = new DateTime(2020, 8, 18, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014326                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014327                            EndTime = new DateTime(2020, 8, 18, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014328                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014329                            IsDeleted = false,
 014330                            IsWorkingDay = true,
 014331                            WarehouseId = -2L
 014332                        },
 014333                        new
 014334                        {
 014335                            Id = 94L,
 014336                            BeginTime = new DateTime(2020, 8, 19, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014337                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014338                            EndTime = new DateTime(2020, 8, 19, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014339                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014340                            IsDeleted = false,
 014341                            IsWorkingDay = true,
 014342                            WarehouseId = -2L
 014343                        },
 014344                        new
 014345                        {
 014346                            Id = 95L,
 014347                            BeginTime = new DateTime(2020, 8, 20, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014348                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014349                            EndTime = new DateTime(2020, 8, 20, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014350                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014351                            IsDeleted = false,
 014352                            IsWorkingDay = true,
 014353                            WarehouseId = -2L
 014354                        },
 014355                        new
 014356                        {
 014357                            Id = 96L,
 014358                            BeginTime = new DateTime(2020, 8, 21, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014359                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014360                            EndTime = new DateTime(2020, 8, 21, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014361                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014362                            IsDeleted = false,
 014363                            IsWorkingDay = true,
 014364                            WarehouseId = -2L
 014365                        },
 014366                        new
 014367                        {
 014368                            Id = 97L,
 014369                            BeginTime = new DateTime(2020, 8, 22, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014370                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014371                            EndTime = new DateTime(2020, 8, 22, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014372                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014373                            IsDeleted = false,
 014374                            IsWorkingDay = false,
 014375                            WarehouseId = -2L
 014376                        },
 014377                        new
 014378                        {
 014379                            Id = 98L,
 014380                            BeginTime = new DateTime(2020, 8, 23, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014381                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014382                            EndTime = new DateTime(2020, 8, 23, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014383                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014384                            IsDeleted = false,
 014385                            IsWorkingDay = false,
 014386                            WarehouseId = -2L
 014387                        },
 014388                        new
 014389                        {
 014390                            Id = 99L,
 014391                            BeginTime = new DateTime(2020, 8, 24, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014392                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014393                            EndTime = new DateTime(2020, 8, 24, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014394                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014395                            IsDeleted = false,
 014396                            IsWorkingDay = true,
 014397                            WarehouseId = -2L
 014398                        },
 014399                        new
 014400                        {
 014401                            Id = 100L,
 014402                            BeginTime = new DateTime(2020, 8, 25, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014403                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014404                            EndTime = new DateTime(2020, 8, 25, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014405                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014406                            IsDeleted = false,
 014407                            IsWorkingDay = true,
 014408                            WarehouseId = -2L
 014409                        },
 014410                        new
 014411                        {
 014412                            Id = 101L,
 014413                            BeginTime = new DateTime(2020, 8, 26, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014414                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014415                            EndTime = new DateTime(2020, 8, 26, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014416                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014417                            IsDeleted = false,
 014418                            IsWorkingDay = true,
 014419                            WarehouseId = -2L
 014420                        },
 014421                        new
 014422                        {
 014423                            Id = 102L,
 014424                            BeginTime = new DateTime(2020, 8, 27, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014425                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014426                            EndTime = new DateTime(2020, 8, 27, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014427                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014428                            IsDeleted = false,
 014429                            IsWorkingDay = true,
 014430                            WarehouseId = -2L
 014431                        },
 014432                        new
 014433                        {
 014434                            Id = 103L,
 014435                            BeginTime = new DateTime(2020, 8, 28, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014436                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014437                            EndTime = new DateTime(2020, 8, 28, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014438                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014439                            IsDeleted = false,
 014440                            IsWorkingDay = true,
 014441                            WarehouseId = -2L
 014442                        },
 014443                        new
 014444                        {
 014445                            Id = 104L,
 014446                            BeginTime = new DateTime(2020, 8, 29, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014447                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014448                            EndTime = new DateTime(2020, 8, 29, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014449                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014450                            IsDeleted = false,
 014451                            IsWorkingDay = false,
 014452                            WarehouseId = -2L
 014453                        },
 014454                        new
 014455                        {
 014456                            Id = 105L,
 014457                            BeginTime = new DateTime(2020, 8, 30, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014458                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014459                            EndTime = new DateTime(2020, 8, 30, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014460                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014461                            IsDeleted = false,
 014462                            IsWorkingDay = false,
 014463                            WarehouseId = -2L
 014464                        },
 014465                        new
 014466                        {
 014467                            Id = 106L,
 014468                            BeginTime = new DateTime(2020, 8, 31, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014469                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014470                            EndTime = new DateTime(2020, 8, 31, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014471                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014472                            IsDeleted = false,
 014473                            IsWorkingDay = true,
 014474                            WarehouseId = -2L
 014475                        },
 014476                        new
 014477                        {
 014478                            Id = 107L,
 014479                            BeginTime = new DateTime(2020, 9, 1, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014480                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014481                            EndTime = new DateTime(2020, 9, 1, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014482                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014483                            IsDeleted = false,
 014484                            IsWorkingDay = true,
 014485                            WarehouseId = -2L
 014486                        },
 014487                        new
 014488                        {
 014489                            Id = 108L,
 014490                            BeginTime = new DateTime(2020, 9, 2, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014491                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014492                            EndTime = new DateTime(2020, 9, 2, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014493                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014494                            IsDeleted = false,
 014495                            IsWorkingDay = true,
 014496                            WarehouseId = -2L
 014497                        },
 014498                        new
 014499                        {
 014500                            Id = 109L,
 014501                            BeginTime = new DateTime(2020, 9, 3, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014502                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014503                            EndTime = new DateTime(2020, 9, 3, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014504                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014505                            IsDeleted = false,
 014506                            IsWorkingDay = true,
 014507                            WarehouseId = -2L
 014508                        },
 014509                        new
 014510                        {
 014511                            Id = 110L,
 014512                            BeginTime = new DateTime(2020, 9, 4, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014513                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014514                            EndTime = new DateTime(2020, 9, 4, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014515                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014516                            IsDeleted = false,
 014517                            IsWorkingDay = true,
 014518                            WarehouseId = -2L
 014519                        },
 014520                        new
 014521                        {
 014522                            Id = 111L,
 014523                            BeginTime = new DateTime(2020, 9, 5, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014524                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014525                            EndTime = new DateTime(2020, 9, 5, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014526                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014527                            IsDeleted = false,
 014528                            IsWorkingDay = false,
 014529                            WarehouseId = -2L
 014530                        },
 014531                        new
 014532                        {
 014533                            Id = 112L,
 014534                            BeginTime = new DateTime(2020, 9, 6, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014535                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014536                            EndTime = new DateTime(2020, 9, 6, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014537                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014538                            IsDeleted = false,
 014539                            IsWorkingDay = false,
 014540                            WarehouseId = -2L
 014541                        },
 014542                        new
 014543                        {
 014544                            Id = 113L,
 014545                            BeginTime = new DateTime(2020, 9, 7, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014546                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014547                            EndTime = new DateTime(2020, 9, 7, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014548                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014549                            IsDeleted = false,
 014550                            IsWorkingDay = true,
 014551                            WarehouseId = -2L
 014552                        },
 014553                        new
 014554                        {
 014555                            Id = 114L,
 014556                            BeginTime = new DateTime(2020, 9, 8, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014557                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014558                            EndTime = new DateTime(2020, 9, 8, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014559                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014560                            IsDeleted = false,
 014561                            IsWorkingDay = true,
 014562                            WarehouseId = -2L
 014563                        },
 014564                        new
 014565                        {
 014566                            Id = 115L,
 014567                            BeginTime = new DateTime(2020, 9, 9, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014568                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014569                            EndTime = new DateTime(2020, 9, 9, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014570                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014571                            IsDeleted = false,
 014572                            IsWorkingDay = true,
 014573                            WarehouseId = -2L
 014574                        },
 014575                        new
 014576                        {
 014577                            Id = 116L,
 014578                            BeginTime = new DateTime(2020, 9, 10, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014579                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014580                            EndTime = new DateTime(2020, 9, 10, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014581                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014582                            IsDeleted = false,
 014583                            IsWorkingDay = true,
 014584                            WarehouseId = -2L
 014585                        },
 014586                        new
 014587                        {
 014588                            Id = 117L,
 014589                            BeginTime = new DateTime(2020, 9, 11, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014590                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014591                            EndTime = new DateTime(2020, 9, 11, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014592                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014593                            IsDeleted = false,
 014594                            IsWorkingDay = true,
 014595                            WarehouseId = -2L
 014596                        },
 014597                        new
 014598                        {
 014599                            Id = 118L,
 014600                            BeginTime = new DateTime(2020, 9, 12, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014601                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014602                            EndTime = new DateTime(2020, 9, 12, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014603                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014604                            IsDeleted = false,
 014605                            IsWorkingDay = false,
 014606                            WarehouseId = -2L
 014607                        },
 014608                        new
 014609                        {
 014610                            Id = 119L,
 014611                            BeginTime = new DateTime(2020, 9, 13, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014612                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014613                            EndTime = new DateTime(2020, 9, 13, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014614                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014615                            IsDeleted = false,
 014616                            IsWorkingDay = false,
 014617                            WarehouseId = -2L
 014618                        },
 014619                        new
 014620                        {
 014621                            Id = 120L,
 014622                            BeginTime = new DateTime(2020, 9, 14, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014623                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014624                            EndTime = new DateTime(2020, 9, 14, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014625                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014626                            IsDeleted = false,
 014627                            IsWorkingDay = true,
 014628                            WarehouseId = -2L
 014629                        },
 014630                        new
 014631                        {
 014632                            Id = 121L,
 014633                            BeginTime = new DateTime(2020, 9, 15, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014634                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014635                            EndTime = new DateTime(2020, 9, 15, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014636                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014637                            IsDeleted = false,
 014638                            IsWorkingDay = true,
 014639                            WarehouseId = -2L
 014640                        },
 014641                        new
 014642                        {
 014643                            Id = 122L,
 014644                            BeginTime = new DateTime(2020, 9, 16, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014645                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014646                            EndTime = new DateTime(2020, 9, 16, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014647                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014648                            IsDeleted = false,
 014649                            IsWorkingDay = true,
 014650                            WarehouseId = -2L
 014651                        },
 014652                        new
 014653                        {
 014654                            Id = 123L,
 014655                            BeginTime = new DateTime(2020, 9, 17, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014656                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014657                            EndTime = new DateTime(2020, 9, 17, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014658                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014659                            IsDeleted = false,
 014660                            IsWorkingDay = true,
 014661                            WarehouseId = -2L
 014662                        },
 014663                        new
 014664                        {
 014665                            Id = 124L,
 014666                            BeginTime = new DateTime(2020, 9, 18, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014667                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014668                            EndTime = new DateTime(2020, 9, 18, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014669                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014670                            IsDeleted = false,
 014671                            IsWorkingDay = true,
 014672                            WarehouseId = -2L
 014673                        },
 014674                        new
 014675                        {
 014676                            Id = 125L,
 014677                            BeginTime = new DateTime(2020, 9, 19, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014678                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014679                            EndTime = new DateTime(2020, 9, 19, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014680                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014681                            IsDeleted = false,
 014682                            IsWorkingDay = false,
 014683                            WarehouseId = -2L
 014684                        },
 014685                        new
 014686                        {
 014687                            Id = 126L,
 014688                            BeginTime = new DateTime(2020, 9, 20, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014689                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014690                            EndTime = new DateTime(2020, 9, 20, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014691                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014692                            IsDeleted = false,
 014693                            IsWorkingDay = false,
 014694                            WarehouseId = -2L
 014695                        },
 014696                        new
 014697                        {
 014698                            Id = 127L,
 014699                            BeginTime = new DateTime(2020, 9, 21, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014700                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014701                            EndTime = new DateTime(2020, 9, 21, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014702                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014703                            IsDeleted = false,
 014704                            IsWorkingDay = true,
 014705                            WarehouseId = -2L
 014706                        },
 014707                        new
 014708                        {
 014709                            Id = 128L,
 014710                            BeginTime = new DateTime(2020, 9, 22, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014711                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014712                            EndTime = new DateTime(2020, 9, 22, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014713                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014714                            IsDeleted = false,
 014715                            IsWorkingDay = true,
 014716                            WarehouseId = -2L
 014717                        },
 014718                        new
 014719                        {
 014720                            Id = 129L,
 014721                            BeginTime = new DateTime(2020, 9, 23, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014722                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014723                            EndTime = new DateTime(2020, 9, 23, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014724                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014725                            IsDeleted = false,
 014726                            IsWorkingDay = true,
 014727                            WarehouseId = -2L
 014728                        },
 014729                        new
 014730                        {
 014731                            Id = 130L,
 014732                            BeginTime = new DateTime(2020, 9, 24, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014733                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014734                            EndTime = new DateTime(2020, 9, 24, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014735                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014736                            IsDeleted = false,
 014737                            IsWorkingDay = true,
 014738                            WarehouseId = -2L
 014739                        },
 014740                        new
 014741                        {
 014742                            Id = 131L,
 014743                            BeginTime = new DateTime(2020, 9, 25, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014744                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014745                            EndTime = new DateTime(2020, 9, 25, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014746                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014747                            IsDeleted = false,
 014748                            IsWorkingDay = true,
 014749                            WarehouseId = -2L
 014750                        },
 014751                        new
 014752                        {
 014753                            Id = 132L,
 014754                            BeginTime = new DateTime(2020, 9, 26, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014755                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014756                            EndTime = new DateTime(2020, 9, 26, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014757                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014758                            IsDeleted = false,
 014759                            IsWorkingDay = false,
 014760                            WarehouseId = -2L
 014761                        },
 014762                        new
 014763                        {
 014764                            Id = 133L,
 014765                            BeginTime = new DateTime(2020, 9, 27, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014766                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014767                            EndTime = new DateTime(2020, 9, 27, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014768                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014769                            IsDeleted = false,
 014770                            IsWorkingDay = false,
 014771                            WarehouseId = -2L
 014772                        },
 014773                        new
 014774                        {
 014775                            Id = 134L,
 014776                            BeginTime = new DateTime(2020, 9, 28, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014777                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014778                            EndTime = new DateTime(2020, 9, 28, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014779                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014780                            IsDeleted = false,
 014781                            IsWorkingDay = true,
 014782                            WarehouseId = -2L
 014783                        },
 014784                        new
 014785                        {
 014786                            Id = 135L,
 014787                            BeginTime = new DateTime(2020, 9, 29, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014788                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014789                            EndTime = new DateTime(2020, 9, 29, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014790                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014791                            IsDeleted = false,
 014792                            IsWorkingDay = true,
 014793                            WarehouseId = -2L
 014794                        },
 014795                        new
 014796                        {
 014797                            Id = 136L,
 014798                            BeginTime = new DateTime(2020, 9, 30, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014799                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014800                            EndTime = new DateTime(2020, 9, 30, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014801                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014802                            IsDeleted = false,
 014803                            IsWorkingDay = true,
 014804                            WarehouseId = -2L
 014805                        },
 014806                        new
 014807                        {
 014808                            Id = 137L,
 014809                            BeginTime = new DateTime(2020, 10, 1, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014810                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014811                            EndTime = new DateTime(2020, 10, 1, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014812                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014813                            IsDeleted = false,
 014814                            IsWorkingDay = true,
 014815                            WarehouseId = -2L
 014816                        },
 014817                        new
 014818                        {
 014819                            Id = 138L,
 014820                            BeginTime = new DateTime(2020, 10, 2, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014821                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014822                            EndTime = new DateTime(2020, 10, 2, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014823                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014824                            IsDeleted = false,
 014825                            IsWorkingDay = true,
 014826                            WarehouseId = -2L
 014827                        },
 014828                        new
 014829                        {
 014830                            Id = 139L,
 014831                            BeginTime = new DateTime(2020, 10, 3, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014832                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014833                            EndTime = new DateTime(2020, 10, 3, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014834                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014835                            IsDeleted = false,
 014836                            IsWorkingDay = false,
 014837                            WarehouseId = -2L
 014838                        },
 014839                        new
 014840                        {
 014841                            Id = 140L,
 014842                            BeginTime = new DateTime(2020, 10, 4, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014843                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014844                            EndTime = new DateTime(2020, 10, 4, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014845                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014846                            IsDeleted = false,
 014847                            IsWorkingDay = false,
 014848                            WarehouseId = -2L
 014849                        },
 014850                        new
 014851                        {
 014852                            Id = 141L,
 014853                            BeginTime = new DateTime(2020, 10, 5, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014854                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014855                            EndTime = new DateTime(2020, 10, 5, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014856                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014857                            IsDeleted = false,
 014858                            IsWorkingDay = true,
 014859                            WarehouseId = -2L
 014860                        },
 014861                        new
 014862                        {
 014863                            Id = 142L,
 014864                            BeginTime = new DateTime(2020, 10, 6, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014865                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014866                            EndTime = new DateTime(2020, 10, 6, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014867                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014868                            IsDeleted = false,
 014869                            IsWorkingDay = true,
 014870                            WarehouseId = -2L
 014871                        },
 014872                        new
 014873                        {
 014874                            Id = 143L,
 014875                            BeginTime = new DateTime(2020, 10, 7, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014876                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014877                            EndTime = new DateTime(2020, 10, 7, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014878                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014879                            IsDeleted = false,
 014880                            IsWorkingDay = true,
 014881                            WarehouseId = -2L
 014882                        },
 014883                        new
 014884                        {
 014885                            Id = 144L,
 014886                            BeginTime = new DateTime(2020, 10, 8, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014887                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014888                            EndTime = new DateTime(2020, 10, 8, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014889                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014890                            IsDeleted = false,
 014891                            IsWorkingDay = true,
 014892                            WarehouseId = -2L
 014893                        },
 014894                        new
 014895                        {
 014896                            Id = 145L,
 014897                            BeginTime = new DateTime(2020, 10, 9, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014898                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014899                            EndTime = new DateTime(2020, 10, 9, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014900                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014901                            IsDeleted = false,
 014902                            IsWorkingDay = true,
 014903                            WarehouseId = -2L
 014904                        },
 014905                        new
 014906                        {
 014907                            Id = 146L,
 014908                            BeginTime = new DateTime(2020, 10, 10, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014909                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014910                            EndTime = new DateTime(2020, 10, 10, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014911                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014912                            IsDeleted = false,
 014913                            IsWorkingDay = false,
 014914                            WarehouseId = -2L
 014915                        },
 014916                        new
 014917                        {
 014918                            Id = 147L,
 014919                            BeginTime = new DateTime(2020, 10, 11, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014920                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014921                            EndTime = new DateTime(2020, 10, 11, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014922                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014923                            IsDeleted = false,
 014924                            IsWorkingDay = false,
 014925                            WarehouseId = -2L
 014926                        },
 014927                        new
 014928                        {
 014929                            Id = 148L,
 014930                            BeginTime = new DateTime(2020, 10, 12, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014931                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014932                            EndTime = new DateTime(2020, 10, 12, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014933                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014934                            IsDeleted = false,
 014935                            IsWorkingDay = true,
 014936                            WarehouseId = -2L
 014937                        },
 014938                        new
 014939                        {
 014940                            Id = 149L,
 014941                            BeginTime = new DateTime(2020, 10, 13, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014942                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014943                            EndTime = new DateTime(2020, 10, 13, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014944                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014945                            IsDeleted = false,
 014946                            IsWorkingDay = true,
 014947                            WarehouseId = -2L
 014948                        },
 014949                        new
 014950                        {
 014951                            Id = 150L,
 014952                            BeginTime = new DateTime(2020, 10, 14, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014953                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014954                            EndTime = new DateTime(2020, 10, 14, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014955                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014956                            IsDeleted = false,
 014957                            IsWorkingDay = true,
 014958                            WarehouseId = -2L
 014959                        },
 014960                        new
 014961                        {
 014962                            Id = 151L,
 014963                            BeginTime = new DateTime(2020, 10, 15, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014964                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014965                            EndTime = new DateTime(2020, 10, 15, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014966                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014967                            IsDeleted = false,
 014968                            IsWorkingDay = true,
 014969                            WarehouseId = -2L
 014970                        },
 014971                        new
 014972                        {
 014973                            Id = 152L,
 014974                            BeginTime = new DateTime(2020, 10, 16, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014975                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014976                            EndTime = new DateTime(2020, 10, 16, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014977                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014978                            IsDeleted = false,
 014979                            IsWorkingDay = true,
 014980                            WarehouseId = -2L
 014981                        },
 014982                        new
 014983                        {
 014984                            Id = 153L,
 014985                            BeginTime = new DateTime(2020, 10, 17, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014986                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014987                            EndTime = new DateTime(2020, 10, 17, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014988                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 014989                            IsDeleted = false,
 014990                            IsWorkingDay = false,
 014991                            WarehouseId = -2L
 014992                        },
 014993                        new
 014994                        {
 014995                            Id = 154L,
 014996                            BeginTime = new DateTime(2020, 10, 18, 6, 0, 0, 0, DateTimeKind.Unspecified),
 014997                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 014998                            EndTime = new DateTime(2020, 10, 18, 16, 0, 0, 0, DateTimeKind.Unspecified),
 014999                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015000                            IsDeleted = false,
 015001                            IsWorkingDay = false,
 015002                            WarehouseId = -2L
 015003                        },
 015004                        new
 015005                        {
 015006                            Id = 155L,
 015007                            BeginTime = new DateTime(2020, 10, 19, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015008                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015009                            EndTime = new DateTime(2020, 10, 19, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015010                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015011                            IsDeleted = false,
 015012                            IsWorkingDay = true,
 015013                            WarehouseId = -2L
 015014                        },
 015015                        new
 015016                        {
 015017                            Id = 156L,
 015018                            BeginTime = new DateTime(2020, 10, 20, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015019                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015020                            EndTime = new DateTime(2020, 10, 20, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015021                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015022                            IsDeleted = false,
 015023                            IsWorkingDay = true,
 015024                            WarehouseId = -2L
 015025                        },
 015026                        new
 015027                        {
 015028                            Id = 157L,
 015029                            BeginTime = new DateTime(2020, 10, 21, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015030                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015031                            EndTime = new DateTime(2020, 10, 21, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015032                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015033                            IsDeleted = false,
 015034                            IsWorkingDay = true,
 015035                            WarehouseId = -2L
 015036                        },
 015037                        new
 015038                        {
 015039                            Id = 158L,
 015040                            BeginTime = new DateTime(2020, 10, 22, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015041                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015042                            EndTime = new DateTime(2020, 10, 22, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015043                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015044                            IsDeleted = false,
 015045                            IsWorkingDay = true,
 015046                            WarehouseId = -2L
 015047                        },
 015048                        new
 015049                        {
 015050                            Id = 159L,
 015051                            BeginTime = new DateTime(2020, 10, 23, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015052                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015053                            EndTime = new DateTime(2020, 10, 23, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015054                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015055                            IsDeleted = false,
 015056                            IsWorkingDay = true,
 015057                            WarehouseId = -2L
 015058                        },
 015059                        new
 015060                        {
 015061                            Id = 160L,
 015062                            BeginTime = new DateTime(2020, 10, 24, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015063                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015064                            EndTime = new DateTime(2020, 10, 24, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015065                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015066                            IsDeleted = false,
 015067                            IsWorkingDay = false,
 015068                            WarehouseId = -2L
 015069                        },
 015070                        new
 015071                        {
 015072                            Id = 161L,
 015073                            BeginTime = new DateTime(2020, 10, 25, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015074                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015075                            EndTime = new DateTime(2020, 10, 25, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015076                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015077                            IsDeleted = false,
 015078                            IsWorkingDay = false,
 015079                            WarehouseId = -2L
 015080                        },
 015081                        new
 015082                        {
 015083                            Id = 162L,
 015084                            BeginTime = new DateTime(2020, 10, 26, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015085                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015086                            EndTime = new DateTime(2020, 10, 26, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015087                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015088                            IsDeleted = false,
 015089                            IsWorkingDay = true,
 015090                            WarehouseId = -2L
 015091                        },
 015092                        new
 015093                        {
 015094                            Id = 163L,
 015095                            BeginTime = new DateTime(2020, 10, 27, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015096                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015097                            EndTime = new DateTime(2020, 10, 27, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015098                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015099                            IsDeleted = false,
 015100                            IsWorkingDay = true,
 015101                            WarehouseId = -2L
 015102                        },
 015103                        new
 015104                        {
 015105                            Id = 164L,
 015106                            BeginTime = new DateTime(2020, 10, 28, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015107                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015108                            EndTime = new DateTime(2020, 10, 28, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015109                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015110                            IsDeleted = false,
 015111                            IsWorkingDay = true,
 015112                            WarehouseId = -2L
 015113                        },
 015114                        new
 015115                        {
 015116                            Id = 165L,
 015117                            BeginTime = new DateTime(2020, 10, 29, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015118                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015119                            EndTime = new DateTime(2020, 10, 29, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015120                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015121                            IsDeleted = false,
 015122                            IsWorkingDay = true,
 015123                            WarehouseId = -2L
 015124                        },
 015125                        new
 015126                        {
 015127                            Id = 166L,
 015128                            BeginTime = new DateTime(2020, 10, 30, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015129                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015130                            EndTime = new DateTime(2020, 10, 30, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015131                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015132                            IsDeleted = false,
 015133                            IsWorkingDay = true,
 015134                            WarehouseId = -2L
 015135                        },
 015136                        new
 015137                        {
 015138                            Id = 167L,
 015139                            BeginTime = new DateTime(2020, 10, 31, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015140                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015141                            EndTime = new DateTime(2020, 10, 31, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015142                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015143                            IsDeleted = false,
 015144                            IsWorkingDay = false,
 015145                            WarehouseId = -2L
 015146                        },
 015147                        new
 015148                        {
 015149                            Id = 168L,
 015150                            BeginTime = new DateTime(2020, 11, 1, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015151                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015152                            EndTime = new DateTime(2020, 11, 1, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015153                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015154                            IsDeleted = false,
 015155                            IsWorkingDay = false,
 015156                            WarehouseId = -2L
 015157                        },
 015158                        new
 015159                        {
 015160                            Id = 169L,
 015161                            BeginTime = new DateTime(2020, 11, 2, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015162                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015163                            EndTime = new DateTime(2020, 11, 2, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015164                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015165                            IsDeleted = false,
 015166                            IsWorkingDay = true,
 015167                            WarehouseId = -2L
 015168                        },
 015169                        new
 015170                        {
 015171                            Id = 170L,
 015172                            BeginTime = new DateTime(2020, 11, 3, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015173                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015174                            EndTime = new DateTime(2020, 11, 3, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015175                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015176                            IsDeleted = false,
 015177                            IsWorkingDay = true,
 015178                            WarehouseId = -2L
 015179                        },
 015180                        new
 015181                        {
 015182                            Id = 171L,
 015183                            BeginTime = new DateTime(2020, 11, 4, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015184                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015185                            EndTime = new DateTime(2020, 11, 4, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015186                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015187                            IsDeleted = false,
 015188                            IsWorkingDay = true,
 015189                            WarehouseId = -2L
 015190                        },
 015191                        new
 015192                        {
 015193                            Id = 172L,
 015194                            BeginTime = new DateTime(2020, 11, 5, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015195                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015196                            EndTime = new DateTime(2020, 11, 5, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015197                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015198                            IsDeleted = false,
 015199                            IsWorkingDay = true,
 015200                            WarehouseId = -2L
 015201                        },
 015202                        new
 015203                        {
 015204                            Id = 173L,
 015205                            BeginTime = new DateTime(2020, 11, 6, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015206                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015207                            EndTime = new DateTime(2020, 11, 6, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015208                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015209                            IsDeleted = false,
 015210                            IsWorkingDay = true,
 015211                            WarehouseId = -2L
 015212                        },
 015213                        new
 015214                        {
 015215                            Id = 174L,
 015216                            BeginTime = new DateTime(2020, 11, 7, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015217                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015218                            EndTime = new DateTime(2020, 11, 7, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015219                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015220                            IsDeleted = false,
 015221                            IsWorkingDay = false,
 015222                            WarehouseId = -2L
 015223                        },
 015224                        new
 015225                        {
 015226                            Id = 175L,
 015227                            BeginTime = new DateTime(2020, 11, 8, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015228                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015229                            EndTime = new DateTime(2020, 11, 8, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015230                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015231                            IsDeleted = false,
 015232                            IsWorkingDay = false,
 015233                            WarehouseId = -2L
 015234                        },
 015235                        new
 015236                        {
 015237                            Id = 176L,
 015238                            BeginTime = new DateTime(2020, 11, 9, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015239                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015240                            EndTime = new DateTime(2020, 11, 9, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015241                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015242                            IsDeleted = false,
 015243                            IsWorkingDay = true,
 015244                            WarehouseId = -2L
 015245                        },
 015246                        new
 015247                        {
 015248                            Id = 177L,
 015249                            BeginTime = new DateTime(2020, 11, 10, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015250                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015251                            EndTime = new DateTime(2020, 11, 10, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015252                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015253                            IsDeleted = false,
 015254                            IsWorkingDay = true,
 015255                            WarehouseId = -2L
 015256                        },
 015257                        new
 015258                        {
 015259                            Id = 178L,
 015260                            BeginTime = new DateTime(2020, 11, 11, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015261                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015262                            EndTime = new DateTime(2020, 11, 11, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015263                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015264                            IsDeleted = false,
 015265                            IsWorkingDay = true,
 015266                            WarehouseId = -2L
 015267                        },
 015268                        new
 015269                        {
 015270                            Id = 179L,
 015271                            BeginTime = new DateTime(2020, 11, 12, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015272                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015273                            EndTime = new DateTime(2020, 11, 12, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015274                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015275                            IsDeleted = false,
 015276                            IsWorkingDay = true,
 015277                            WarehouseId = -2L
 015278                        },
 015279                        new
 015280                        {
 015281                            Id = 180L,
 015282                            BeginTime = new DateTime(2020, 11, 13, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015283                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015284                            EndTime = new DateTime(2020, 11, 13, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015285                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015286                            IsDeleted = false,
 015287                            IsWorkingDay = true,
 015288                            WarehouseId = -2L
 015289                        },
 015290                        new
 015291                        {
 015292                            Id = 181L,
 015293                            BeginTime = new DateTime(2020, 11, 14, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015294                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015295                            EndTime = new DateTime(2020, 11, 14, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015296                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015297                            IsDeleted = false,
 015298                            IsWorkingDay = false,
 015299                            WarehouseId = -2L
 015300                        },
 015301                        new
 015302                        {
 015303                            Id = 182L,
 015304                            BeginTime = new DateTime(2020, 11, 15, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015305                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015306                            EndTime = new DateTime(2020, 11, 15, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015307                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015308                            IsDeleted = false,
 015309                            IsWorkingDay = false,
 015310                            WarehouseId = -2L
 015311                        },
 015312                        new
 015313                        {
 015314                            Id = 183L,
 015315                            BeginTime = new DateTime(2020, 11, 16, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015316                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015317                            EndTime = new DateTime(2020, 11, 16, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015318                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015319                            IsDeleted = false,
 015320                            IsWorkingDay = true,
 015321                            WarehouseId = -2L
 015322                        },
 015323                        new
 015324                        {
 015325                            Id = 184L,
 015326                            BeginTime = new DateTime(2020, 11, 17, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015327                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015328                            EndTime = new DateTime(2020, 11, 17, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015329                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015330                            IsDeleted = false,
 015331                            IsWorkingDay = true,
 015332                            WarehouseId = -2L
 015333                        },
 015334                        new
 015335                        {
 015336                            Id = 185L,
 015337                            BeginTime = new DateTime(2020, 11, 18, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015338                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015339                            EndTime = new DateTime(2020, 11, 18, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015340                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015341                            IsDeleted = false,
 015342                            IsWorkingDay = true,
 015343                            WarehouseId = -2L
 015344                        },
 015345                        new
 015346                        {
 015347                            Id = 186L,
 015348                            BeginTime = new DateTime(2020, 11, 19, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015349                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015350                            EndTime = new DateTime(2020, 11, 19, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015351                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015352                            IsDeleted = false,
 015353                            IsWorkingDay = true,
 015354                            WarehouseId = -2L
 015355                        },
 015356                        new
 015357                        {
 015358                            Id = 187L,
 015359                            BeginTime = new DateTime(2020, 11, 20, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015360                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015361                            EndTime = new DateTime(2020, 11, 20, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015362                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015363                            IsDeleted = false,
 015364                            IsWorkingDay = true,
 015365                            WarehouseId = -2L
 015366                        },
 015367                        new
 015368                        {
 015369                            Id = 188L,
 015370                            BeginTime = new DateTime(2020, 11, 21, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015371                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015372                            EndTime = new DateTime(2020, 11, 21, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015373                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015374                            IsDeleted = false,
 015375                            IsWorkingDay = false,
 015376                            WarehouseId = -2L
 015377                        },
 015378                        new
 015379                        {
 015380                            Id = 189L,
 015381                            BeginTime = new DateTime(2020, 11, 22, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015382                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015383                            EndTime = new DateTime(2020, 11, 22, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015384                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015385                            IsDeleted = false,
 015386                            IsWorkingDay = false,
 015387                            WarehouseId = -2L
 015388                        },
 015389                        new
 015390                        {
 015391                            Id = 190L,
 015392                            BeginTime = new DateTime(2020, 11, 23, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015393                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015394                            EndTime = new DateTime(2020, 11, 23, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015395                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015396                            IsDeleted = false,
 015397                            IsWorkingDay = true,
 015398                            WarehouseId = -2L
 015399                        },
 015400                        new
 015401                        {
 015402                            Id = 191L,
 015403                            BeginTime = new DateTime(2020, 11, 24, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015404                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015405                            EndTime = new DateTime(2020, 11, 24, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015406                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015407                            IsDeleted = false,
 015408                            IsWorkingDay = true,
 015409                            WarehouseId = -2L
 015410                        },
 015411                        new
 015412                        {
 015413                            Id = 192L,
 015414                            BeginTime = new DateTime(2020, 11, 25, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015415                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015416                            EndTime = new DateTime(2020, 11, 25, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015417                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015418                            IsDeleted = false,
 015419                            IsWorkingDay = true,
 015420                            WarehouseId = -2L
 015421                        },
 015422                        new
 015423                        {
 015424                            Id = 193L,
 015425                            BeginTime = new DateTime(2020, 11, 26, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015426                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015427                            EndTime = new DateTime(2020, 11, 26, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015428                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015429                            IsDeleted = false,
 015430                            IsWorkingDay = true,
 015431                            WarehouseId = -2L
 015432                        },
 015433                        new
 015434                        {
 015435                            Id = 194L,
 015436                            BeginTime = new DateTime(2020, 11, 27, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015437                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015438                            EndTime = new DateTime(2020, 11, 27, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015439                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015440                            IsDeleted = false,
 015441                            IsWorkingDay = true,
 015442                            WarehouseId = -2L
 015443                        },
 015444                        new
 015445                        {
 015446                            Id = 195L,
 015447                            BeginTime = new DateTime(2020, 11, 28, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015448                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015449                            EndTime = new DateTime(2020, 11, 28, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015450                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015451                            IsDeleted = false,
 015452                            IsWorkingDay = false,
 015453                            WarehouseId = -2L
 015454                        },
 015455                        new
 015456                        {
 015457                            Id = 196L,
 015458                            BeginTime = new DateTime(2020, 11, 29, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015459                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015460                            EndTime = new DateTime(2020, 11, 29, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015461                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015462                            IsDeleted = false,
 015463                            IsWorkingDay = false,
 015464                            WarehouseId = -2L
 015465                        },
 015466                        new
 015467                        {
 015468                            Id = 197L,
 015469                            BeginTime = new DateTime(2020, 11, 30, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015470                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015471                            EndTime = new DateTime(2020, 11, 30, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015472                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015473                            IsDeleted = false,
 015474                            IsWorkingDay = true,
 015475                            WarehouseId = -2L
 015476                        },
 015477                        new
 015478                        {
 015479                            Id = 198L,
 015480                            BeginTime = new DateTime(2020, 12, 1, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015481                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015482                            EndTime = new DateTime(2020, 12, 1, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015483                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015484                            IsDeleted = false,
 015485                            IsWorkingDay = true,
 015486                            WarehouseId = -2L
 015487                        },
 015488                        new
 015489                        {
 015490                            Id = 199L,
 015491                            BeginTime = new DateTime(2020, 12, 2, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015492                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015493                            EndTime = new DateTime(2020, 12, 2, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015494                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015495                            IsDeleted = false,
 015496                            IsWorkingDay = true,
 015497                            WarehouseId = -2L
 015498                        },
 015499                        new
 015500                        {
 015501                            Id = 200L,
 015502                            BeginTime = new DateTime(2020, 12, 3, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015503                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015504                            EndTime = new DateTime(2020, 12, 3, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015505                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015506                            IsDeleted = false,
 015507                            IsWorkingDay = true,
 015508                            WarehouseId = -2L
 015509                        },
 015510                        new
 015511                        {
 015512                            Id = 201L,
 015513                            BeginTime = new DateTime(2020, 12, 4, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015514                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015515                            EndTime = new DateTime(2020, 12, 4, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015516                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015517                            IsDeleted = false,
 015518                            IsWorkingDay = true,
 015519                            WarehouseId = -2L
 015520                        },
 015521                        new
 015522                        {
 015523                            Id = 202L,
 015524                            BeginTime = new DateTime(2020, 12, 5, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015525                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015526                            EndTime = new DateTime(2020, 12, 5, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015527                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015528                            IsDeleted = false,
 015529                            IsWorkingDay = false,
 015530                            WarehouseId = -2L
 015531                        },
 015532                        new
 015533                        {
 015534                            Id = 203L,
 015535                            BeginTime = new DateTime(2020, 12, 6, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015536                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015537                            EndTime = new DateTime(2020, 12, 6, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015538                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015539                            IsDeleted = false,
 015540                            IsWorkingDay = false,
 015541                            WarehouseId = -2L
 015542                        },
 015543                        new
 015544                        {
 015545                            Id = 204L,
 015546                            BeginTime = new DateTime(2020, 12, 7, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015547                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015548                            EndTime = new DateTime(2020, 12, 7, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015549                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015550                            IsDeleted = false,
 015551                            IsWorkingDay = true,
 015552                            WarehouseId = -2L
 015553                        },
 015554                        new
 015555                        {
 015556                            Id = 205L,
 015557                            BeginTime = new DateTime(2020, 12, 8, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015558                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015559                            EndTime = new DateTime(2020, 12, 8, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015560                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015561                            IsDeleted = false,
 015562                            IsWorkingDay = true,
 015563                            WarehouseId = -2L
 015564                        },
 015565                        new
 015566                        {
 015567                            Id = 206L,
 015568                            BeginTime = new DateTime(2020, 12, 9, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015569                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015570                            EndTime = new DateTime(2020, 12, 9, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015571                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015572                            IsDeleted = false,
 015573                            IsWorkingDay = true,
 015574                            WarehouseId = -2L
 015575                        },
 015576                        new
 015577                        {
 015578                            Id = 207L,
 015579                            BeginTime = new DateTime(2020, 12, 10, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015580                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015581                            EndTime = new DateTime(2020, 12, 10, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015582                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015583                            IsDeleted = false,
 015584                            IsWorkingDay = true,
 015585                            WarehouseId = -2L
 015586                        },
 015587                        new
 015588                        {
 015589                            Id = 208L,
 015590                            BeginTime = new DateTime(2020, 12, 11, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015591                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015592                            EndTime = new DateTime(2020, 12, 11, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015593                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015594                            IsDeleted = false,
 015595                            IsWorkingDay = true,
 015596                            WarehouseId = -2L
 015597                        },
 015598                        new
 015599                        {
 015600                            Id = 209L,
 015601                            BeginTime = new DateTime(2020, 12, 12, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015602                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015603                            EndTime = new DateTime(2020, 12, 12, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015604                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015605                            IsDeleted = false,
 015606                            IsWorkingDay = false,
 015607                            WarehouseId = -2L
 015608                        },
 015609                        new
 015610                        {
 015611                            Id = 210L,
 015612                            BeginTime = new DateTime(2020, 12, 13, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015613                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015614                            EndTime = new DateTime(2020, 12, 13, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015615                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015616                            IsDeleted = false,
 015617                            IsWorkingDay = false,
 015618                            WarehouseId = -2L
 015619                        },
 015620                        new
 015621                        {
 015622                            Id = 211L,
 015623                            BeginTime = new DateTime(2020, 12, 14, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015624                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015625                            EndTime = new DateTime(2020, 12, 14, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015626                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015627                            IsDeleted = false,
 015628                            IsWorkingDay = true,
 015629                            WarehouseId = -2L
 015630                        },
 015631                        new
 015632                        {
 015633                            Id = 212L,
 015634                            BeginTime = new DateTime(2020, 12, 15, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015635                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015636                            EndTime = new DateTime(2020, 12, 15, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015637                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015638                            IsDeleted = false,
 015639                            IsWorkingDay = true,
 015640                            WarehouseId = -2L
 015641                        },
 015642                        new
 015643                        {
 015644                            Id = 213L,
 015645                            BeginTime = new DateTime(2020, 12, 16, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015646                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015647                            EndTime = new DateTime(2020, 12, 16, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015648                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015649                            IsDeleted = false,
 015650                            IsWorkingDay = true,
 015651                            WarehouseId = -2L
 015652                        },
 015653                        new
 015654                        {
 015655                            Id = 214L,
 015656                            BeginTime = new DateTime(2020, 12, 17, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015657                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015658                            EndTime = new DateTime(2020, 12, 17, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015659                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015660                            IsDeleted = false,
 015661                            IsWorkingDay = true,
 015662                            WarehouseId = -2L
 015663                        },
 015664                        new
 015665                        {
 015666                            Id = 215L,
 015667                            BeginTime = new DateTime(2020, 12, 18, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015668                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015669                            EndTime = new DateTime(2020, 12, 18, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015670                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015671                            IsDeleted = false,
 015672                            IsWorkingDay = true,
 015673                            WarehouseId = -2L
 015674                        },
 015675                        new
 015676                        {
 015677                            Id = 216L,
 015678                            BeginTime = new DateTime(2020, 12, 19, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015679                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015680                            EndTime = new DateTime(2020, 12, 19, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015681                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015682                            IsDeleted = false,
 015683                            IsWorkingDay = false,
 015684                            WarehouseId = -2L
 015685                        },
 015686                        new
 015687                        {
 015688                            Id = 217L,
 015689                            BeginTime = new DateTime(2020, 12, 20, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015690                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015691                            EndTime = new DateTime(2020, 12, 20, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015692                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015693                            IsDeleted = false,
 015694                            IsWorkingDay = false,
 015695                            WarehouseId = -2L
 015696                        },
 015697                        new
 015698                        {
 015699                            Id = 218L,
 015700                            BeginTime = new DateTime(2020, 12, 21, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015701                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015702                            EndTime = new DateTime(2020, 12, 21, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015703                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015704                            IsDeleted = false,
 015705                            IsWorkingDay = true,
 015706                            WarehouseId = -2L
 015707                        },
 015708                        new
 015709                        {
 015710                            Id = 219L,
 015711                            BeginTime = new DateTime(2020, 12, 22, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015712                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015713                            EndTime = new DateTime(2020, 12, 22, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015714                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015715                            IsDeleted = false,
 015716                            IsWorkingDay = true,
 015717                            WarehouseId = -2L
 015718                        },
 015719                        new
 015720                        {
 015721                            Id = 220L,
 015722                            BeginTime = new DateTime(2020, 12, 23, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015723                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015724                            EndTime = new DateTime(2020, 12, 23, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015725                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015726                            IsDeleted = false,
 015727                            IsWorkingDay = true,
 015728                            WarehouseId = -2L
 015729                        },
 015730                        new
 015731                        {
 015732                            Id = 221L,
 015733                            BeginTime = new DateTime(2020, 12, 24, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015734                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015735                            EndTime = new DateTime(2020, 12, 24, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015736                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015737                            IsDeleted = false,
 015738                            IsWorkingDay = true,
 015739                            WarehouseId = -2L
 015740                        },
 015741                        new
 015742                        {
 015743                            Id = 222L,
 015744                            BeginTime = new DateTime(2020, 12, 25, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015745                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015746                            EndTime = new DateTime(2020, 12, 25, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015747                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015748                            IsDeleted = false,
 015749                            IsWorkingDay = true,
 015750                            WarehouseId = -2L
 015751                        },
 015752                        new
 015753                        {
 015754                            Id = 223L,
 015755                            BeginTime = new DateTime(2020, 12, 26, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015756                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015757                            EndTime = new DateTime(2020, 12, 26, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015758                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015759                            IsDeleted = false,
 015760                            IsWorkingDay = false,
 015761                            WarehouseId = -2L
 015762                        },
 015763                        new
 015764                        {
 015765                            Id = 224L,
 015766                            BeginTime = new DateTime(2020, 12, 27, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015767                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015768                            EndTime = new DateTime(2020, 12, 27, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015769                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015770                            IsDeleted = false,
 015771                            IsWorkingDay = false,
 015772                            WarehouseId = -2L
 015773                        },
 015774                        new
 015775                        {
 015776                            Id = 225L,
 015777                            BeginTime = new DateTime(2020, 12, 28, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015778                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015779                            EndTime = new DateTime(2020, 12, 28, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015780                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015781                            IsDeleted = false,
 015782                            IsWorkingDay = true,
 015783                            WarehouseId = -2L
 015784                        },
 015785                        new
 015786                        {
 015787                            Id = 226L,
 015788                            BeginTime = new DateTime(2020, 12, 29, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015789                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015790                            EndTime = new DateTime(2020, 12, 29, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015791                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015792                            IsDeleted = false,
 015793                            IsWorkingDay = true,
 015794                            WarehouseId = -2L
 015795                        },
 015796                        new
 015797                        {
 015798                            Id = 227L,
 015799                            BeginTime = new DateTime(2020, 12, 30, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015800                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015801                            EndTime = new DateTime(2020, 12, 30, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015802                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015803                            IsDeleted = false,
 015804                            IsWorkingDay = true,
 015805                            WarehouseId = -2L
 015806                        },
 015807                        new
 015808                        {
 015809                            Id = 228L,
 015810                            BeginTime = new DateTime(2020, 12, 31, 6, 0, 0, 0, DateTimeKind.Unspecified),
 015811                            CreationDateTime = new DateTime(2020, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
 015812                            EndTime = new DateTime(2020, 12, 31, 16, 0, 0, 0, DateTimeKind.Unspecified),
 015813                            GUID = new Guid("00000000-0000-0000-0000-000000000000"),
 015814                            IsDeleted = false,
 015815                            IsWorkingDay = true,
 015816                            WarehouseId = -2L
 015817                        });
 015818                });
 15819
 015820            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Address", b =>
 015821                {
 015822                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 015823                        .WithMany()
 015824                        .HasForeignKey("CreatedByUserId");
 015825
 015826                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 015827                        .WithMany()
 015828                        .HasForeignKey("ModifiedByUserId");
 015829
 015830                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 015831                        .WithMany()
 015832                        .HasForeignKey("RecStateId");
 015833                });
 15834
 015835            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.AnonymousMovement", b =>
 015836                {
 015837                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 015838                        .WithMany()
 015839                        .HasForeignKey("CreatedByUserId");
 015840
 015841                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Contragent", "Customer")
 015842                        .WithMany()
 015843                        .HasForeignKey("CustomerId");
 015844
 015845                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 015846                        .WithMany()
 015847                        .HasForeignKey("ModifiedByUserId");
 015848
 015849                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 015850                        .WithMany()
 015851                        .HasForeignKey("RecStateId");
 015852
 015853                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", "Receiver")
 015854                        .WithMany()
 015855                        .HasForeignKey("ReceiverId")
 015856                        .OnDelete(DeleteBehavior.Cascade)
 015857                        .IsRequired();
 015858
 015859                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", "Sender")
 015860                        .WithMany()
 015861                        .HasForeignKey("SenderId");
 015862
 015863                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Contragent", "Supplier")
 015864                        .WithMany()
 015865                        .HasForeignKey("SupplierId")
 015866                        .OnDelete(DeleteBehavior.Cascade)
 015867                        .IsRequired();
 015868                });
 15869
 015870            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.BankAccount", b =>
 015871                {
 015872                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Contragent", "Contragent")
 015873                        .WithMany("BankAccounts")
 015874                        .HasForeignKey("ContragentId");
 015875
 015876                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 015877                        .WithMany()
 015878                        .HasForeignKey("CreatedByUserId");
 015879
 015880                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 015881                        .WithMany()
 015882                        .HasForeignKey("ModifiedByUserId");
 015883
 015884                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 015885                        .WithMany()
 015886                        .HasForeignKey("RecStateId");
 015887                });
 15888
 015889            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.BarCode", b =>
 015890                {
 015891                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 015892                        .WithMany()
 015893                        .HasForeignKey("CreatedByUserId");
 015894
 015895                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Good", null)
 015896                        .WithMany("Barcodes")
 015897                        .HasForeignKey("GoodId");
 015898
 015899                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 015900                        .WithMany()
 015901                        .HasForeignKey("ModifiedByUserId");
 015902
 015903                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 015904                        .WithMany()
 015905                        .HasForeignKey("RecStateId");
 015906                });
 15907
 015908            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Brand", b =>
 015909                {
 015910                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 015911                        .WithMany()
 015912                        .HasForeignKey("CreatedByUserId");
 015913
 015914                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 015915                        .WithMany()
 015916                        .HasForeignKey("ModifiedByUserId");
 015917
 015918                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Brand", "Parent")
 015919                        .WithMany()
 015920                        .HasForeignKey("ParentId");
 015921
 015922                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 015923                        .WithMany()
 015924                        .HasForeignKey("RecStateId");
 015925                });
 15926
 015927            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Category", b =>
 015928                {
 015929                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 015930                        .WithMany()
 015931                        .HasForeignKey("CreatedByUserId");
 015932
 015933                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 015934                        .WithMany()
 015935                        .HasForeignKey("ModifiedByUserId");
 015936
 015937                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Category", "Parent")
 015938                        .WithMany()
 015939                        .HasForeignKey("ParentId");
 015940
 015941                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 015942                        .WithMany()
 015943                        .HasForeignKey("RecStateId");
 015944                });
 15945
 015946            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Cluster", b =>
 015947                {
 015948                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 015949                        .WithMany()
 015950                        .HasForeignKey("CreatedByUserId");
 015951
 015952                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 015953                        .WithMany()
 015954                        .HasForeignKey("ModifiedByUserId");
 015955
 015956                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 015957                        .WithMany()
 015958                        .HasForeignKey("RecStateId");
 015959
 015960                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", "Warehouse")
 015961                        .WithMany()
 015962                        .HasForeignKey("WarehouseId")
 015963                        .OnDelete(DeleteBehavior.Cascade)
 015964                        .IsRequired();
 015965                });
 15966
 015967            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.ClusterDeliveryType", b =>
 015968                {
 015969                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Cluster", "Cluster")
 015970                        .WithMany("ClusterDeliveryTypes")
 015971                        .HasForeignKey("ClusterId")
 015972                        .OnDelete(DeleteBehavior.Cascade)
 015973                        .IsRequired();
 015974
 015975                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.DeliveryType", "DeliveryType")
 015976                        .WithMany("ClusterDeliveryTypes")
 015977                        .HasForeignKey("DeliveryTypeId")
 015978                        .OnDelete(DeleteBehavior.Cascade)
 015979                        .IsRequired();
 015980                });
 15981
 015982            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Configuration", b =>
 015983                {
 015984                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 015985                        .WithMany()
 015986                        .HasForeignKey("CreatedByUserId");
 015987
 015988                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 015989                        .WithMany()
 015990                        .HasForeignKey("ModifiedByUserId");
 015991
 015992                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 015993                        .WithMany()
 015994                        .HasForeignKey("RecStateId");
 015995
 015996                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.ConfigurationsDataType", "ValueType")
 015997                        .WithMany()
 015998                        .HasForeignKey("ValueTypeId")
 015999                        .OnDelete(DeleteBehavior.Cascade)
 016000                        .IsRequired();
 016001                });
 16002
 016003            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.ConfigurationsDataType", b =>
 016004                {
 016005                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016006                        .WithMany()
 016007                        .HasForeignKey("CreatedByUserId");
 016008
 016009                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016010                        .WithMany()
 016011                        .HasForeignKey("ModifiedByUserId");
 016012
 016013                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016014                        .WithMany()
 016015                        .HasForeignKey("RecStateId");
 016016                });
 16017
 016018            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Contragent", b =>
 016019                {
 016020                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.ContragentsKind", "ContragentsKind")
 016021                        .WithMany()
 016022                        .HasForeignKey("ContragentsKindId")
 016023                        .OnDelete(DeleteBehavior.Cascade)
 016024                        .IsRequired();
 016025
 016026                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016027                        .WithMany()
 016028                        .HasForeignKey("CreatedByUserId");
 016029
 016030                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Address", "JuridicAddress")
 016031                        .WithMany()
 016032                        .HasForeignKey("JuridicAddressId")
 016033                        .OnDelete(DeleteBehavior.Cascade)
 016034                        .IsRequired();
 016035
 016036                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016037                        .WithMany()
 016038                        .HasForeignKey("ModifiedByUserId");
 016039
 016040                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "Owner")
 016041                        .WithMany()
 016042                        .HasForeignKey("OwnerId")
 016043                        .OnDelete(DeleteBehavior.Cascade)
 016044                        .IsRequired();
 016045
 016046                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Address", "PhysicAddress")
 016047                        .WithMany()
 016048                        .HasForeignKey("PhysicAddressId")
 016049                        .OnDelete(DeleteBehavior.Cascade)
 016050                        .IsRequired();
 016051
 016052                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016053                        .WithMany()
 016054                        .HasForeignKey("RecStateId");
 016055
 016056                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.TaxSystem", "TaxSystem")
 016057                        .WithMany()
 016058                        .HasForeignKey("TaxSystemId");
 016059                });
 16060
 016061            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.ContragentsKind", b =>
 016062                {
 016063                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016064                        .WithMany()
 016065                        .HasForeignKey("CreatedByUserId");
 016066
 016067                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016068                        .WithMany()
 016069                        .HasForeignKey("ModifiedByUserId");
 016070
 016071                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016072                        .WithMany()
 016073                        .HasForeignKey("RecStateId");
 016074                });
 16075
 016076            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.ControlAccess", b =>
 016077                {
 016078                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.FrontAction", "Action")
 016079                        .WithMany()
 016080                        .HasForeignKey("ActionId")
 016081                        .OnDelete(DeleteBehavior.Cascade)
 016082                        .IsRequired();
 016083
 016084                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016085                        .WithMany()
 016086                        .HasForeignKey("CreatedByUserId");
 016087
 016088                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016089                        .WithMany()
 016090                        .HasForeignKey("ModifiedByUserId");
 016091
 016092                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016093                        .WithMany()
 016094                        .HasForeignKey("RecStateId");
 016095
 016096                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Roles", "Role")
 016097                        .WithMany("ControlsAccess")
 016098                        .HasForeignKey("RoleId")
 016099                        .OnDelete(DeleteBehavior.Cascade)
 016100                        .IsRequired();
 016101                });
 16102
 016103            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Country", b =>
 016104                {
 016105                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016106                        .WithMany()
 016107                        .HasForeignKey("CreatedByUserId");
 016108
 016109                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016110                        .WithMany()
 016111                        .HasForeignKey("ModifiedByUserId");
 016112
 016113                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016114                        .WithMany()
 016115                        .HasForeignKey("RecStateId");
 016116                });
 16117
 016118            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Currency", b =>
 016119                {
 016120                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016121                        .WithMany()
 016122                        .HasForeignKey("CreatedByUserId");
 016123
 016124                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016125                        .WithMany()
 016126                        .HasForeignKey("ModifiedByUserId");
 016127
 016128                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016129                        .WithMany()
 016130                        .HasForeignKey("RecStateId");
 016131                });
 16132
 016133            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.DeliveryCostType", b =>
 016134                {
 016135                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016136                        .WithMany()
 016137                        .HasForeignKey("CreatedByUserId");
 016138
 016139                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.DeliveryType", "DeliveryType")
 016140                        .WithMany("DeliveryCostTypes")
 016141                        .HasForeignKey("DeliveryTypeId")
 016142                        .OnDelete(DeleteBehavior.Cascade)
 016143                        .IsRequired();
 016144
 016145                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016146                        .WithMany()
 016147                        .HasForeignKey("ModifiedByUserId");
 016148
 016149                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016150                        .WithMany()
 016151                        .HasForeignKey("RecStateId")
 016152                        .OnDelete(DeleteBehavior.Cascade)
 016153                        .IsRequired();
 016154                });
 16155
 016156            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.DeliveryType", b =>
 016157                {
 016158                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016159                        .WithMany()
 016160                        .HasForeignKey("CreatedByUserId");
 016161
 016162                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016163                        .WithMany()
 016164                        .HasForeignKey("ModifiedByUserId");
 016165
 016166                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016167                        .WithMany()
 016168                        .HasForeignKey("RecStateId");
 016169                });
 16170
 016171            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", b =>
 016172                {
 016173                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Address", "ActualAddress")
 016174                        .WithMany()
 016175                        .HasForeignKey("ActualAddressId");
 016176
 016177                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Cluster", "Cluster")
 016178                        .WithMany("Departments")
 016179                        .HasForeignKey("ClusterId");
 016180
 016181                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Contragent", "Contragent")
 016182                        .WithMany("Departments")
 016183                        .HasForeignKey("ContragentId")
 016184                        .OnDelete(DeleteBehavior.Cascade)
 016185                        .IsRequired();
 016186
 016187                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016188                        .WithMany()
 016189                        .HasForeignKey("CreatedByUserId");
 016190
 016191                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.DepartmentsKind", "Kind")
 016192                        .WithMany()
 016193                        .HasForeignKey("KindId");
 016194
 016195                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016196                        .WithMany()
 016197                        .HasForeignKey("ModifiedByUserId");
 016198
 016199                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016200                        .WithMany()
 016201                        .HasForeignKey("RecStateId");
 016202
 016203                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.DepartmentsStatus", "Status")
 016204                        .WithMany()
 016205                        .HasForeignKey("StatusId");
 016206                });
 16207
 016208            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.DepartmentCategoryRatio", b =>
 016209                {
 016210                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Category", "Category")
 016211                        .WithMany("DepartmentCategoryRatios")
 016212                        .HasForeignKey("CategoryId")
 016213                        .OnDelete(DeleteBehavior.Cascade)
 016214                        .IsRequired();
 016215
 016216                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016217                        .WithMany()
 016218                        .HasForeignKey("CreatedByUserId");
 016219
 016220                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", "Department")
 016221                        .WithMany()
 016222                        .HasForeignKey("DepartmentId")
 016223                        .OnDelete(DeleteBehavior.Cascade)
 016224                        .IsRequired();
 016225
 016226                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016227                        .WithMany()
 016228                        .HasForeignKey("ModifiedByUserId");
 016229
 016230                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016231                        .WithMany()
 016232                        .HasForeignKey("RecStateId");
 016233                });
 16234
 016235            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.DepartmentGoodSetting", b =>
 016236                {
 016237                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016238                        .WithMany()
 016239                        .HasForeignKey("CreatedByUserId");
 016240
 016241                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", "Department")
 016242                        .WithMany()
 016243                        .HasForeignKey("DepartmentId")
 016244                        .OnDelete(DeleteBehavior.Cascade)
 016245                        .IsRequired();
 016246
 016247                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Good", "Good")
 016248                        .WithMany("DepartmentGoodSettings")
 016249                        .HasForeignKey("GoodId")
 016250                        .OnDelete(DeleteBehavior.Cascade)
 016251                        .IsRequired();
 016252
 016253                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016254                        .WithMany()
 016255                        .HasForeignKey("ModifiedByUserId");
 016256
 016257                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016258                        .WithMany()
 016259                        .HasForeignKey("RecStateId");
 016260                });
 16261
 016262            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.DepartmentsKind", b =>
 016263                {
 016264                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.ContragentsKind", "ContragentsKind")
 016265                        .WithMany()
 016266                        .HasForeignKey("ContragentsKindId")
 016267                        .OnDelete(DeleteBehavior.Cascade)
 016268                        .IsRequired();
 016269
 016270                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016271                        .WithMany()
 016272                        .HasForeignKey("CreatedByUserId");
 016273
 016274                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016275                        .WithMany()
 016276                        .HasForeignKey("ModifiedByUserId");
 016277
 016278                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016279                        .WithMany()
 016280                        .HasForeignKey("RecStateId");
 016281                });
 16282
 016283            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.DepartmentsStatus", b =>
 016284                {
 016285                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016286                        .WithMany()
 016287                        .HasForeignKey("CreatedByUserId");
 016288
 016289                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016290                        .WithMany()
 016291                        .HasForeignKey("ModifiedByUserId");
 016292
 016293                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016294                        .WithMany()
 016295                        .HasForeignKey("RecStateId");
 016296                });
 16297
 016298            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.DiscountColor", b =>
 016299                {
 016300                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016301                        .WithMany()
 016302                        .HasForeignKey("CreatedByUserId");
 016303
 016304                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016305                        .WithMany()
 016306                        .HasForeignKey("ModifiedByUserId");
 016307
 016308                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016309                        .WithMany()
 016310                        .HasForeignKey("RecStateId");
 016311                });
 16312
 016313            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.DownloadGoodsImagesTask", b =>
 016314                {
 016315                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016316                        .WithMany()
 016317                        .HasForeignKey("CreatedByUserId");
 016318
 016319                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016320                        .WithMany()
 016321                        .HasForeignKey("ModifiedByUserId");
 016322
 016323                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016324                        .WithMany()
 016325                        .HasForeignKey("RecStateId");
 016326                });
 16327
 016328            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Email", b =>
 016329                {
 016330                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016331                        .WithMany()
 016332                        .HasForeignKey("CreatedByUserId");
 016333
 016334                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016335                        .WithMany()
 016336                        .HasForeignKey("ModifiedByUserId");
 016337
 016338                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016339                        .WithMany()
 016340                        .HasForeignKey("RecStateId");
 016341                });
 16342
 016343            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Event", b =>
 016344                {
 016345                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016346                        .WithMany()
 016347                        .HasForeignKey("CreatedByUserId");
 016348
 016349                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.EventsKind", "EventsKind")
 016350                        .WithMany()
 016351                        .HasForeignKey("EventsKindId")
 016352                        .OnDelete(DeleteBehavior.Cascade)
 016353                        .IsRequired();
 016354
 016355                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016356                        .WithMany()
 016357                        .HasForeignKey("ModifiedByUserId");
 016358
 016359                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016360                        .WithMany()
 016361                        .HasForeignKey("RecStateId");
 016362
 016363                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "User")
 016364                        .WithMany()
 016365                        .HasForeignKey("UserId")
 016366                        .OnDelete(DeleteBehavior.Cascade)
 016367                        .IsRequired();
 016368                });
 16369
 016370            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.EventsKind", b =>
 016371                {
 016372                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016373                        .WithMany()
 016374                        .HasForeignKey("CreatedByUserId");
 016375
 016376                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016377                        .WithMany()
 016378                        .HasForeignKey("ModifiedByUserId");
 016379
 016380                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016381                        .WithMany()
 016382                        .HasForeignKey("RecStateId");
 016383                });
 16384
 016385            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.ExchangeToken", b =>
 016386                {
 016387                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016388                        .WithMany()
 016389                        .HasForeignKey("CreatedByUserId");
 016390
 016391                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", "Department")
 016392                        .WithMany()
 016393                        .HasForeignKey("DepartmentId")
 016394                        .OnDelete(DeleteBehavior.Cascade)
 016395                        .IsRequired();
 016396
 016397                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016398                        .WithMany()
 016399                        .HasForeignKey("ModifiedByUserId");
 016400
 016401                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016402                        .WithMany()
 016403                        .HasForeignKey("RecStateId");
 016404                });
 16405
 016406            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.FrontAction", b =>
 016407                {
 016408                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016409                        .WithMany()
 016410                        .HasForeignKey("CreatedByUserId");
 016411
 016412                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016413                        .WithMany()
 016414                        .HasForeignKey("ModifiedByUserId");
 016415
 016416                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016417                        .WithMany()
 016418                        .HasForeignKey("RecStateId");
 016419                });
 16420
 016421            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Good", b =>
 016422                {
 016423                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Brand", "Brand")
 016424                        .WithMany()
 016425                        .HasForeignKey("BrandId");
 016426
 016427                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Category", "Category")
 016428                        .WithMany()
 016429                        .HasForeignKey("CategoryId")
 016430                        .OnDelete(DeleteBehavior.Cascade)
 016431                        .IsRequired();
 016432
 016433                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Country", "Country")
 016434                        .WithMany()
 016435                        .HasForeignKey("CountryId");
 016436
 016437                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016438                        .WithMany()
 016439                        .HasForeignKey("CreatedByUserId");
 016440
 016441                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.BarCode", "DefaultBarCode")
 016442                        .WithMany()
 016443                        .HasForeignKey("DefaultBarCodeId");
 016444
 016445                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Contragent", "Manufacturer")
 016446                        .WithMany()
 016447                        .HasForeignKey("ManufacturerId");
 016448
 016449                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016450                        .WithMany()
 016451                        .HasForeignKey("ModifiedByUserId");
 016452
 016453                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016454                        .WithMany()
 016455                        .HasForeignKey("RecStateId");
 016456
 016457                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Brand", "SubBrand")
 016458                        .WithMany()
 016459                        .HasForeignKey("SubBrandId");
 016460
 016461                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Contragent", "Supplier")
 016462                        .WithMany()
 016463                        .HasForeignKey("SupplierId");
 016464
 016465                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.UnitsKind", "UnitsKind")
 016466                        .WithMany()
 016467                        .HasForeignKey("UnitsKindId")
 016468                        .OnDelete(DeleteBehavior.Cascade)
 016469                        .IsRequired();
 016470
 016471                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.VatsKind", "VatsKind")
 016472                        .WithMany()
 016473                        .HasForeignKey("VatsKindId")
 016474                        .OnDelete(DeleteBehavior.Cascade)
 016475                        .IsRequired();
 016476                });
 16477
 016478            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.GoodBarcode", b =>
 016479                {
 016480                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.BarCode", "BarCode")
 016481                        .WithMany("Goods")
 016482                        .HasForeignKey("BarCodeId")
 016483                        .OnDelete(DeleteBehavior.Cascade)
 016484                        .IsRequired();
 016485
 016486                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Good", "Good")
 016487                        .WithMany("GoodBarcodes")
 016488                        .HasForeignKey("GoodId")
 016489                        .OnDelete(DeleteBehavior.Cascade)
 016490                        .IsRequired();
 016491                });
 16492
 016493            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.GoodLabel", b =>
 016494                {
 016495                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016496                        .WithMany()
 016497                        .HasForeignKey("CreatedByUserId");
 016498
 016499                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016500                        .WithMany()
 016501                        .HasForeignKey("ModifiedByUserId");
 016502
 016503                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016504                        .WithMany()
 016505                        .HasForeignKey("RecStateId");
 016506                });
 16507
 016508            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.GoodSettingsLabel", b =>
 016509                {
 016510                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.GoodLabel", "GoodLabel")
 016511                        .WithMany("GoodSettingsLabels")
 016512                        .HasForeignKey("GoodLabelId")
 016513                        .OnDelete(DeleteBehavior.Cascade)
 016514                        .IsRequired();
 016515
 016516                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.DepartmentGoodSetting", "GoodSetting")
 016517                        .WithMany("GoodSettingsLabels")
 016518                        .HasForeignKey("GoodSettingId")
 016519                        .OnDelete(DeleteBehavior.Cascade)
 016520                        .IsRequired();
 016521                });
 16522
 016523            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Incident", b =>
 016524                {
 016525                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016526                        .WithMany()
 016527                        .HasForeignKey("CreatedByUserId");
 016528
 016529                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.IncidentsKind", "Kind")
 016530                        .WithMany()
 016531                        .HasForeignKey("KindId");
 016532
 016533                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016534                        .WithMany()
 016535                        .HasForeignKey("ModifiedByUserId");
 016536
 016537                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016538                        .WithMany()
 016539                        .HasForeignKey("RecStateId");
 016540
 016541                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.IncidentsStatus", "Status")
 016542                        .WithMany()
 016543                        .HasForeignKey("StatusId");
 016544
 016545                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "User")
 016546                        .WithMany()
 016547                        .HasForeignKey("UserId")
 016548                        .OnDelete(DeleteBehavior.Cascade)
 016549                        .IsRequired();
 016550                });
 16551
 016552            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.IncidentsKind", b =>
 016553                {
 016554                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016555                        .WithMany()
 016556                        .HasForeignKey("CreatedByUserId");
 016557
 016558                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016559                        .WithMany()
 016560                        .HasForeignKey("ModifiedByUserId");
 016561
 016562                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016563                        .WithMany()
 016564                        .HasForeignKey("RecStateId");
 016565                });
 16566
 016567            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.IncidentsStatus", b =>
 016568                {
 016569                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016570                        .WithMany()
 016571                        .HasForeignKey("CreatedByUserId");
 016572
 016573                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016574                        .WithMany()
 016575                        .HasForeignKey("ModifiedByUserId");
 016576
 016577                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016578                        .WithMany()
 016579                        .HasForeignKey("RecStateId");
 016580                });
 16581
 016582            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.JobLogger", b =>
 016583                {
 016584                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016585                        .WithMany()
 016586                        .HasForeignKey("CreatedByUserId");
 016587
 016588                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016589                        .WithMany()
 016590                        .HasForeignKey("ModifiedByUserId");
 016591
 016592                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016593                        .WithMany()
 016594                        .HasForeignKey("RecStateId");
 016595                });
 16596
 016597            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MethodRole", b =>
 016598                {
 016599                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Methods", "Methods")
 016600                        .WithMany("MethodsRoles")
 016601                        .HasForeignKey("MethodId")
 016602                        .OnDelete(DeleteBehavior.Cascade)
 016603                        .IsRequired();
 016604
 016605                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Roles", "Roles")
 016606                        .WithMany("MethodsRoles")
 016607                        .HasForeignKey("RoleId")
 016608                        .OnDelete(DeleteBehavior.Cascade)
 016609                        .IsRequired();
 016610                });
 16611
 016612            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Methods", b =>
 016613                {
 016614                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016615                        .WithMany()
 016616                        .HasForeignKey("CreatedByUserId");
 016617
 016618                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016619                        .WithMany()
 016620                        .HasForeignKey("ModifiedByUserId");
 016621
 016622                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016623                        .WithMany()
 016624                        .HasForeignKey("RecStateId");
 016625                });
 16626
 016627            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Movement", b =>
 016628                {
 016629                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Movement", "Children")
 016630                        .WithMany()
 016631                        .HasForeignKey("ChildrenId");
 016632
 016633                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016634                        .WithMany()
 016635                        .HasForeignKey("CreatedByUserId");
 016636
 016637                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Contragent", "Customer")
 016638                        .WithMany()
 016639                        .HasForeignKey("CustomerId")
 016640                        .OnDelete(DeleteBehavior.Cascade)
 016641                        .IsRequired();
 016642
 016643                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.DeliveryType", "DeliveryType")
 016644                        .WithMany()
 016645                        .HasForeignKey("DeliveryTypeId");
 016646
 016647                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016648                        .WithMany()
 016649                        .HasForeignKey("ModifiedByUserId");
 016650
 016651                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementStatus", "MovementStatus")
 016652                        .WithMany()
 016653                        .HasForeignKey("MovementStatusId")
 016654                        .OnDelete(DeleteBehavior.Cascade)
 016655                        .IsRequired();
 016656
 016657                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementType", "MovementType")
 016658                        .WithMany()
 016659                        .HasForeignKey("MovementTypeId")
 016660                        .OnDelete(DeleteBehavior.Cascade)
 016661                        .IsRequired();
 016662
 016663                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Movement", "Parent")
 016664                        .WithMany()
 016665                        .HasForeignKey("ParentId");
 016666
 016667                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016668                        .WithMany()
 016669                        .HasForeignKey("RecStateId");
 016670
 016671                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", "Receiver")
 016672                        .WithMany()
 016673                        .HasForeignKey("ReceiverId")
 016674                        .OnDelete(DeleteBehavior.Cascade)
 016675                        .IsRequired();
 016676
 016677                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", "Sender")
 016678                        .WithMany()
 016679                        .HasForeignKey("SenderId");
 016680
 016681                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Contragent", "Supplier")
 016682                        .WithMany()
 016683                        .HasForeignKey("SupplierId")
 016684                        .OnDelete(DeleteBehavior.Cascade)
 016685                        .IsRequired();
 016686                });
 16687
 016688            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementItem", b =>
 016689                {
 016690                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.AnonymousMovement", null)
 016691                        .WithMany("Items")
 016692                        .HasForeignKey("AnonymousMovementId");
 016693
 016694                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016695                        .WithMany()
 016696                        .HasForeignKey("CreatedByUserId");
 016697
 016698                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Good", "Good")
 016699                        .WithMany()
 016700                        .HasForeignKey("GoodId")
 016701                        .OnDelete(DeleteBehavior.Cascade)
 016702                        .IsRequired();
 016703
 016704                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016705                        .WithMany()
 016706                        .HasForeignKey("ModifiedByUserId");
 016707
 016708                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Movement", null)
 016709                        .WithMany("Items")
 016710                        .HasForeignKey("MovementId");
 016711
 016712                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016713                        .WithMany()
 016714                        .HasForeignKey("RecStateId");
 016715                });
 16716
 016717            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementNote", b =>
 016718                {
 016719                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.AnonymousMovement", null)
 016720                        .WithMany("Notes")
 016721                        .HasForeignKey("AnonymousMovementId");
 016722
 016723                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016724                        .WithMany()
 016725                        .HasForeignKey("CreatedByUserId");
 016726
 016727                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016728                        .WithMany()
 016729                        .HasForeignKey("ModifiedByUserId");
 016730
 016731                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Movement", null)
 016732                        .WithMany("Notes")
 016733                        .HasForeignKey("MovementId");
 016734
 016735                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016736                        .WithMany()
 016737                        .HasForeignKey("RecStateId");
 016738                });
 16739
 016740            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementRouteAction", b =>
 016741                {
 016742                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016743                        .WithMany()
 016744                        .HasForeignKey("CreatedByUserId");
 016745
 016746                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016747                        .WithMany()
 016748                        .HasForeignKey("ModifiedByUserId");
 016749
 016750                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementStatusOwner", "OwnerAction")
 016751                        .WithMany()
 016752                        .HasForeignKey("OwnerActionId")
 016753                        .OnDelete(DeleteBehavior.Cascade)
 016754                        .IsRequired();
 016755
 016756                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016757                        .WithMany()
 016758                        .HasForeignKey("RecStateId");
 016759
 016760                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementStatus", "Status")
 016761                        .WithMany()
 016762                        .HasForeignKey("StatusId")
 016763                        .OnDelete(DeleteBehavior.Cascade)
 016764                        .IsRequired();
 016765                });
 16766
 016767            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementStatus", b =>
 016768                {
 016769                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016770                        .WithMany()
 016771                        .HasForeignKey("CreatedByUserId");
 016772
 016773                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016774                        .WithMany()
 016775                        .HasForeignKey("ModifiedByUserId");
 016776
 016777                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementType", "MovementType")
 016778                        .WithMany()
 016779                        .HasForeignKey("MovementTypeId")
 016780                        .OnDelete(DeleteBehavior.Cascade)
 016781                        .IsRequired();
 016782
 016783                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016784                        .WithMany()
 016785                        .HasForeignKey("RecStateId");
 016786
 016787                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementStatusOwner", "StatusOwner")
 016788                        .WithMany()
 016789                        .HasForeignKey("StatusOwnerId")
 016790                        .OnDelete(DeleteBehavior.Cascade)
 016791                        .IsRequired();
 016792                });
 16793
 016794            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementStatusJournal", b =>
 016795                {
 016796                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016797                        .WithMany()
 016798                        .HasForeignKey("CreatedByUserId");
 016799
 016800                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016801                        .WithMany()
 016802                        .HasForeignKey("ModifiedByUserId");
 016803
 016804                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Movement", "Movement")
 016805                        .WithMany("MovementStatusJournals")
 016806                        .HasForeignKey("MovementId");
 016807
 016808                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016809                        .WithMany()
 016810                        .HasForeignKey("RecStateId");
 016811
 016812                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementStatus", "StatusCurrent")
 016813                        .WithMany()
 016814                        .HasForeignKey("StatusCurrentId");
 016815                });
 16816
 016817            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementStatusOwner", b =>
 016818                {
 016819                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016820                        .WithMany()
 016821                        .HasForeignKey("CreatedByUserId");
 016822
 016823                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016824                        .WithMany()
 016825                        .HasForeignKey("ModifiedByUserId");
 016826
 016827                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016828                        .WithMany()
 016829                        .HasForeignKey("RecStateId");
 016830                });
 16831
 016832            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementStatusRoute", b =>
 016833                {
 016834                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016835                        .WithMany()
 016836                        .HasForeignKey("CreatedByUserId");
 016837
 016838                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016839                        .WithMany()
 016840                        .HasForeignKey("ModifiedByUserId");
 016841
 016842                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016843                        .WithMany()
 016844                        .HasForeignKey("RecStateId");
 016845
 016846                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementStatus", "StatusCurrent")
 016847                        .WithMany()
 016848                        .HasForeignKey("StatusCurrentId")
 016849                        .OnDelete(DeleteBehavior.Cascade)
 016850                        .IsRequired();
 016851
 016852                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementStatus", "StatusNext")
 016853                        .WithMany()
 016854                        .HasForeignKey("StatusNextId")
 016855                        .OnDelete(DeleteBehavior.Cascade)
 016856                        .IsRequired();
 016857
 016858                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", "Warehouse")
 016859                        .WithMany()
 016860                        .HasForeignKey("WarehouseId")
 016861                        .OnDelete(DeleteBehavior.Cascade)
 016862                        .IsRequired();
 016863                });
 16864
 016865            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.MovementType", b =>
 016866                {
 016867                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016868                        .WithMany()
 016869                        .HasForeignKey("CreatedByUserId");
 016870
 016871                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016872                        .WithMany()
 016873                        .HasForeignKey("ModifiedByUserId");
 016874
 016875                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016876                        .WithMany()
 016877                        .HasForeignKey("RecStateId");
 016878                });
 16879
 016880            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Notification", b =>
 016881                {
 016882                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016883                        .WithMany()
 016884                        .HasForeignKey("CreatedByUserId");
 016885
 016886                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016887                        .WithMany()
 016888                        .HasForeignKey("ModifiedByUserId");
 016889
 016890                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.NotificationsType", "NotificationsType")
 016891                        .WithMany()
 016892                        .HasForeignKey("NotificationsTypeId")
 016893                        .OnDelete(DeleteBehavior.Cascade)
 016894                        .IsRequired();
 016895
 016896                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016897                        .WithMany()
 016898                        .HasForeignKey("RecStateId");
 016899
 016900                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "User")
 016901                        .WithMany()
 016902                        .HasForeignKey("UserId")
 016903                        .OnDelete(DeleteBehavior.Cascade)
 016904                        .IsRequired();
 016905                });
 16906
 016907            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.NotificationUsers", b =>
 016908                {
 016909                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016910                        .WithMany()
 016911                        .HasForeignKey("CreatedByUserId");
 016912
 016913                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016914                        .WithMany()
 016915                        .HasForeignKey("ModifiedByUserId");
 016916
 016917                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Notification", "Notification")
 016918                        .WithMany()
 016919                        .HasForeignKey("NotificationId")
 016920                        .OnDelete(DeleteBehavior.Cascade)
 016921                        .IsRequired();
 016922
 016923                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.NotificationsStatus", "NotificationsStat
 016924                        .WithMany()
 016925                        .HasForeignKey("NotificationsStatusId");
 016926
 016927                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016928                        .WithMany()
 016929                        .HasForeignKey("RecStateId");
 016930
 016931                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "User")
 016932                        .WithMany()
 016933                        .HasForeignKey("UserId");
 016934                });
 16935
 016936            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.NotificationsStatus", b =>
 016937                {
 016938                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016939                        .WithMany()
 016940                        .HasForeignKey("CreatedByUserId");
 016941
 016942                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016943                        .WithMany()
 016944                        .HasForeignKey("ModifiedByUserId");
 016945
 016946                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016947                        .WithMany()
 016948                        .HasForeignKey("RecStateId");
 016949                });
 16950
 016951            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.NotificationsType", b =>
 016952                {
 016953                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016954                        .WithMany()
 016955                        .HasForeignKey("CreatedByUserId");
 016956
 016957                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016958                        .WithMany()
 016959                        .HasForeignKey("ModifiedByUserId");
 016960
 016961                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016962                        .WithMany()
 016963                        .HasForeignKey("RecStateId");
 016964                });
 16965
 016966            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Photo", b =>
 016967                {
 016968                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016969                        .WithMany()
 016970                        .HasForeignKey("CreatedByUserId");
 016971
 016972                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Good", null)
 016973                        .WithMany("Photos")
 016974                        .HasForeignKey("GoodId");
 016975
 016976                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016977                        .WithMany()
 016978                        .HasForeignKey("ModifiedByUserId");
 016979
 016980                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 016981                        .WithMany()
 016982                        .HasForeignKey("RecStateId");
 016983                });
 16984
 016985            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.PriceCurrent", b =>
 016986                {
 016987                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 016988                        .WithMany()
 016989                        .HasForeignKey("CreatedByUserId");
 016990
 016991                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Good", "Good")
 016992                        .WithMany()
 016993                        .HasForeignKey("GoodId")
 016994                        .OnDelete(DeleteBehavior.Cascade)
 016995                        .IsRequired();
 016996
 016997                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 016998                        .WithMany()
 016999                        .HasForeignKey("ModifiedByUserId");
 017000
 017001                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017002                        .WithMany()
 017003                        .HasForeignKey("RecStateId");
 017004
 017005                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", "SupplierDepartment")
 017006                        .WithMany()
 017007                        .HasForeignKey("SupplierDepartmentId")
 017008                        .OnDelete(DeleteBehavior.Cascade)
 017009                        .IsRequired();
 017010                });
 17011
 017012            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.PriceTrend", b =>
 017013                {
 017014                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017015                        .WithMany()
 017016                        .HasForeignKey("CreatedByUserId");
 017017
 017018                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017019                        .WithMany()
 017020                        .HasForeignKey("ModifiedByUserId");
 017021
 017022                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017023                        .WithMany()
 017024                        .HasForeignKey("RecStateId");
 017025
 017026                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", "SupplierDepartment")
 017027                        .WithMany()
 017028                        .HasForeignKey("SupplierDepartmentId")
 017029                        .OnDelete(DeleteBehavior.Cascade)
 017030                        .IsRequired();
 017031                });
 17032
 017033            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.PriceTrendDetail", b =>
 017034                {
 017035                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017036                        .WithMany()
 017037                        .HasForeignKey("CreatedByUserId");
 017038
 017039                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Good", "Good")
 017040                        .WithMany("Prices")
 017041                        .HasForeignKey("GoodId")
 017042                        .OnDelete(DeleteBehavior.Cascade)
 017043                        .IsRequired();
 017044
 017045                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017046                        .WithMany()
 017047                        .HasForeignKey("ModifiedByUserId");
 017048
 017049                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.PriceTrend", "PriceTrend")
 017050                        .WithMany("PriceTrendDetails")
 017051                        .HasForeignKey("PriceTrendId")
 017052                        .OnDelete(DeleteBehavior.Cascade)
 017053                        .IsRequired();
 017054
 017055                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017056                        .WithMany()
 017057                        .HasForeignKey("RecStateId");
 017058                });
 17059
 017060            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.PromoBid", b =>
 017061                {
 017062                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017063                        .WithMany()
 017064                        .HasForeignKey("CreatedByUserId");
 017065
 017066                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", "CustomerDepartment")
 017067                        .WithMany()
 017068                        .HasForeignKey("CustomerDepartmentId")
 017069                        .OnDelete(DeleteBehavior.Cascade)
 017070                        .IsRequired();
 017071
 017072                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Good", "Good")
 017073                        .WithMany()
 017074                        .HasForeignKey("GoodId")
 017075                        .OnDelete(DeleteBehavior.Cascade)
 017076                        .IsRequired();
 017077
 017078                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017079                        .WithMany()
 017080                        .HasForeignKey("ModifiedByUserId");
 017081
 017082                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.PromoOffer", "PromoOffer")
 017083                        .WithMany("Bids")
 017084                        .HasForeignKey("PromoOfferId")
 017085                        .OnDelete(DeleteBehavior.Cascade)
 017086                        .IsRequired();
 017087
 017088                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017089                        .WithMany()
 017090                        .HasForeignKey("RecStateId");
 017091                });
 17092
 017093            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.PromoOffer", b =>
 017094                {
 017095                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017096                        .WithMany()
 017097                        .HasForeignKey("CreatedByUserId");
 017098
 017099                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Good", "Good")
 017100                        .WithMany()
 017101                        .HasForeignKey("GoodId")
 017102                        .OnDelete(DeleteBehavior.Cascade)
 017103                        .IsRequired();
 017104
 017105                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017106                        .WithMany()
 017107                        .HasForeignKey("ModifiedByUserId");
 017108
 017109                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017110                        .WithMany()
 017111                        .HasForeignKey("RecStateId");
 017112
 017113                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", "SupplierDepartment")
 017114                        .WithMany()
 017115                        .HasForeignKey("SupplierDepartmentId")
 017116                        .OnDelete(DeleteBehavior.Cascade)
 017117                        .IsRequired();
 017118                });
 17119
 017120            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", b =>
 017121                {
 017122                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017123                        .WithMany()
 017124                        .HasForeignKey("CreatedByUserId");
 017125
 017126                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017127                        .WithMany()
 017128                        .HasForeignKey("ModifiedByUserId");
 017129
 017130                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017131                        .WithMany()
 017132                        .HasForeignKey("RecStateId");
 017133                });
 17134
 017135            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Rest", b =>
 017136                {
 017137                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017138                        .WithMany()
 017139                        .HasForeignKey("CreatedByUserId");
 017140
 017141                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", "Department")
 017142                        .WithMany()
 017143                        .HasForeignKey("DepartmentId")
 017144                        .OnDelete(DeleteBehavior.Cascade)
 017145                        .IsRequired();
 017146
 017147                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Good", "Good")
 017148                        .WithMany("Rests")
 017149                        .HasForeignKey("GoodId")
 017150                        .OnDelete(DeleteBehavior.Cascade)
 017151                        .IsRequired();
 017152
 017153                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017154                        .WithMany()
 017155                        .HasForeignKey("ModifiedByUserId");
 017156
 017157                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017158                        .WithMany()
 017159                        .HasForeignKey("RecStateId");
 017160                });
 17161
 017162            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.RestHold", b =>
 017163                {
 017164                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017165                        .WithMany()
 017166                        .HasForeignKey("CreatedByUserId");
 017167
 017168                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Good", "Good")
 017169                        .WithMany()
 017170                        .HasForeignKey("GoodId")
 017171                        .OnDelete(DeleteBehavior.Cascade)
 017172                        .IsRequired();
 017173
 017174                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017175                        .WithMany()
 017176                        .HasForeignKey("ModifiedByUserId");
 017177
 017178                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Movement", "Movement")
 017179                        .WithMany()
 017180                        .HasForeignKey("MovementId")
 017181                        .OnDelete(DeleteBehavior.Cascade)
 017182                        .IsRequired();
 017183
 017184                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017185                        .WithMany()
 017186                        .HasForeignKey("RecStateId");
 017187                });
 17188
 017189            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Roles", b =>
 017190                {
 017191                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017192                        .WithMany()
 017193                        .HasForeignKey("CreatedByUserId");
 017194
 017195                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017196                        .WithMany()
 017197                        .HasForeignKey("ModifiedByUserId");
 017198
 017199                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017200                        .WithMany()
 017201                        .HasForeignKey("RecStateId");
 017202                });
 17203
 017204            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.SupplyContract", b =>
 017205                {
 017206                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Contragent", "Buyer")
 017207                        .WithMany("ContractsAsBuyer")
 017208                        .HasForeignKey("BuyerId")
 017209                        .OnDelete(DeleteBehavior.Cascade)
 017210                        .IsRequired();
 017211
 017212                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017213                        .WithMany()
 017214                        .HasForeignKey("CreatedByUserId");
 017215
 017216                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017217                        .WithMany()
 017218                        .HasForeignKey("ModifiedByUserId");
 017219
 017220                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017221                        .WithMany()
 017222                        .HasForeignKey("RecStateId");
 017223
 017224                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Contragent", "Seller")
 017225                        .WithMany("ContractsAsSeller")
 017226                        .HasForeignKey("SellerId")
 017227                        .OnDelete(DeleteBehavior.Cascade)
 017228                        .IsRequired();
 017229                });
 17230
 017231            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.TaxSystem", b =>
 017232                {
 017233                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017234                        .WithMany()
 017235                        .HasForeignKey("CreatedByUserId");
 017236
 017237                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017238                        .WithMany()
 017239                        .HasForeignKey("ModifiedByUserId");
 017240
 017241                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017242                        .WithMany()
 017243                        .HasForeignKey("RecStateId");
 017244                });
 17245
 017246            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.TelegramNotification", b =>
 017247                {
 017248                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017249                        .WithMany()
 017250                        .HasForeignKey("CreatedByUserId");
 017251
 017252                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017253                        .WithMany()
 017254                        .HasForeignKey("ModifiedByUserId");
 017255
 017256                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017257                        .WithMany()
 017258                        .HasForeignKey("RecStateId");
 017259                });
 17260
 017261            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.UnitsKind", b =>
 017262                {
 017263                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017264                        .WithMany()
 017265                        .HasForeignKey("CreatedByUserId");
 017266
 017267                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017268                        .WithMany()
 017269                        .HasForeignKey("ModifiedByUserId");
 017270
 017271                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017272                        .WithMany()
 017273                        .HasForeignKey("RecStateId");
 017274                });
 17275
 017276            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.Upload", b =>
 017277                {
 017278                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017279                        .WithMany()
 017280                        .HasForeignKey("CreatedByUserId");
 017281
 017282                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017283                        .WithMany()
 017284                        .HasForeignKey("ModifiedByUserId");
 017285
 017286                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017287                        .WithMany()
 017288                        .HasForeignKey("RecStateId");
 017289                });
 17290
 017291            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.UploadItem", b =>
 017292                {
 017293                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017294                        .WithMany()
 017295                        .HasForeignKey("CreatedByUserId");
 017296
 017297                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017298                        .WithMany()
 017299                        .HasForeignKey("ModifiedByUserId");
 017300
 017301                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017302                        .WithMany()
 017303                        .HasForeignKey("RecStateId");
 017304
 017305                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Upload", null)
 017306                        .WithMany("Items")
 017307                        .HasForeignKey("UploadId")
 017308                        .OnDelete(DeleteBehavior.Cascade)
 017309                        .IsRequired();
 017310                });
 17311
 017312            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", b =>
 017313                {
 017314                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Contragent", "Contragent")
 017315                        .WithMany("User")
 017316                        .HasForeignKey("ContragentId");
 017317
 017318                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017319                        .WithMany()
 017320                        .HasForeignKey("CreatedByUserId");
 017321
 017322                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017323                        .WithMany()
 017324                        .HasForeignKey("ModifiedByUserId");
 017325
 017326                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017327                        .WithMany()
 017328                        .HasForeignKey("RecStateId");
 017329                });
 17330
 017331            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.UserDepartment", b =>
 017332                {
 017333                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", "Department")
 017334                        .WithMany("UsersDepartments")
 017335                        .HasForeignKey("DepartmentId")
 017336                        .OnDelete(DeleteBehavior.Cascade)
 017337                        .IsRequired();
 017338
 017339                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "User")
 017340                        .WithMany("UsersDepartments")
 017341                        .HasForeignKey("UserId")
 017342                        .OnDelete(DeleteBehavior.Cascade)
 017343                        .IsRequired();
 017344                });
 17345
 017346            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.UserRole", b =>
 017347                {
 017348                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Roles", "Roles")
 017349                        .WithMany("UsersRoles")
 017350                        .HasForeignKey("RoleId")
 017351                        .OnDelete(DeleteBehavior.Cascade)
 017352                        .IsRequired();
 017353
 017354                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "User")
 017355                        .WithMany("UsersRoles")
 017356                        .HasForeignKey("UserId")
 017357                        .OnDelete(DeleteBehavior.Cascade)
 017358                        .IsRequired();
 017359                });
 17360
 017361            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.VatsKind", b =>
 017362                {
 017363                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017364                        .WithMany()
 017365                        .HasForeignKey("CreatedByUserId");
 017366
 017367                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017368                        .WithMany()
 017369                        .HasForeignKey("ModifiedByUserId");
 017370
 017371                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017372                        .WithMany()
 017373                        .HasForeignKey("RecStateId");
 017374                });
 17375
 017376            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.WalletTransaction", b =>
 017377                {
 017378                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017379                        .WithMany()
 017380                        .HasForeignKey("CreatedByUserId");
 017381
 017382                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017383                        .WithMany()
 017384                        .HasForeignKey("ModifiedByUserId");
 017385
 017386                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Movement", "Movement")
 017387                        .WithMany()
 017388                        .HasForeignKey("MovementId");
 017389
 017390                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017391                        .WithMany()
 017392                        .HasForeignKey("RecStateId");
 017393
 017394                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.WalletTransactionStatus", "Status")
 017395                        .WithMany()
 017396                        .HasForeignKey("StatusId");
 017397                });
 17398
 017399            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.WalletTransactionStatus", b =>
 017400                {
 017401                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017402                        .WithMany()
 017403                        .HasForeignKey("CreatedByUserId");
 017404
 017405                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017406                        .WithMany()
 017407                        .HasForeignKey("ModifiedByUserId");
 017408
 017409                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017410                        .WithMany()
 017411                        .HasForeignKey("RecStateId");
 017412                });
 17413
 017414            modelBuilder.Entity("WinSolutions.Sveta.Server.Data.DataModel.Entities.WorkSchedule", b =>
 017415                {
 017416                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "CreatedByUser")
 017417                        .WithMany()
 017418                        .HasForeignKey("CreatedByUserId");
 017419
 017420                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.User", "ModifiedByUser")
 017421                        .WithMany()
 017422                        .HasForeignKey("ModifiedByUserId");
 017423
 017424                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.RecordsState", "RecState")
 017425                        .WithMany()
 017426                        .HasForeignKey("RecStateId");
 017427
 017428                    b.HasOne("WinSolutions.Sveta.Server.Data.DataModel.Entities.Department", "Warehouse")
 017429                        .WithMany()
 017430                        .HasForeignKey("WarehouseId")
 017431                        .OnDelete(DeleteBehavior.Cascade)
 017432                        .IsRequired();
 017433                });
 17434#pragma warning restore 612, 618
 017435        }
 17436    }
 17437}