DocSpace-buildtools/common/ASC.Core.Common/Migrations/PostgreSql/FilesDbContextPostgreSql/PostgreSqlFilesDbContextModelSnapshot.cs

792 lines
27 KiB
C#
Raw Normal View History

2020-10-06 11:39:44 +00:00
// <auto-generated />
2020-09-29 17:13:09 +00:00
2021-10-12 10:25:56 +00:00
namespace ASC.Core.Common.Migrations.PostgreSql.FilesDbContextPostgreSql
2020-09-29 17:13:09 +00:00
{
2020-10-06 11:39:44 +00:00
[DbContext(typeof(PostgreSqlFilesDbContext))]
2021-10-12 10:25:56 +00:00
partial class PostgreSqlFilesDbContextModelSnapshot : ModelSnapshot
2020-09-29 17:13:09 +00:00
{
protected override void BuildModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder
2021-10-12 14:54:11 +00:00
.HasAnnotation("Relational:MaxIdentifierLength", 64)
.HasAnnotation("ProductVersion", "5.0.10");
2020-09-29 17:13:09 +00:00
modelBuilder.Entity("ASC.Core.Common.EF.Model.FilesConverts", b =>
{
b.Property<string>("Input")
2021-10-12 14:54:11 +00:00
.HasColumnType("varchar(50)")
.HasColumnName("input")
.UseCollation("utf8_general_ci")
.HasAnnotation("MySql:CharSet", "utf8");
2020-09-29 17:13:09 +00:00
2021-10-12 10:25:56 +00:00
b.Property<string>("Output")
2021-10-12 14:54:11 +00:00
.HasColumnType("varchar(50)")
.HasColumnName("output")
.UseCollation("utf8_general_ci")
.HasAnnotation("MySql:CharSet", "utf8");
2020-09-29 17:13:09 +00:00
2021-10-12 10:25:56 +00:00
b.HasKey("Input", "Output")
2021-10-12 14:54:11 +00:00
.HasName("PRIMARY");
2020-09-29 17:13:09 +00:00
2021-10-12 14:54:11 +00:00
b.ToTable("files_converts");
2020-09-29 17:13:09 +00:00
b.HasData(
new
{
Input = ".csv",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".csv",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".csv",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".doc",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".doc",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".doc",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".doc",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".doc",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docm",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docm",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docm",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docm",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docm",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".doct",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docx",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docx",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docx",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docx",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new { Input = ".docx", Output = ".docxf" },
new { Input = ".docxf", Output = ".docx" },
new { Input = ".docxf", Output = ".dotx" },
new { Input = ".docxf", Output = ".epub" },
new { Input = ".docxf", Output = ".fb2" },
new { Input = ".docxf", Output = ".html" },
new { Input = ".docxf", Output = ".odt" },
new { Input = ".docxf", Output = ".oform" },
new { Input = ".docxf", Output = ".ott" },
new { Input = ".docxf", Output = ".pdf" },
new { Input = ".docxf", Output = ".rtf" },
2021-11-30 11:35:43 +00:00
new { Input = ".docxf", Output = ".txt" },
2020-09-29 17:13:09 +00:00
new
{
Input = ".dot",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dot",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dot",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dot",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dot",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotm",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotm",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotm",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotm",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotm",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotx",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotx",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotx",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotx",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotx",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".epub",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".epub",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".epub",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".epub",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".epub",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
2021-05-17 11:35:00 +00:00
{
Input = ".fb2",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2021-05-17 11:35:00 +00:00
},
new
{
Input = ".fb2",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2021-05-17 11:35:00 +00:00
},
new
{
Input = ".fb2",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2021-05-17 11:35:00 +00:00
},
new
{
Input = ".fb2",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2021-05-17 11:35:00 +00:00
},
new
{
Input = ".fb2",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2021-05-17 11:35:00 +00:00
},
new
2020-09-29 17:13:09 +00:00
{
Input = ".fodp",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fodp",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fodp",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fods",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fods",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fods",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fods",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fodt",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fodt",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fodt",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fodt",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fodt",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".html",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".html",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".html",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".html",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".html",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".mht",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".mht",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".mht",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".mht",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".mht",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".odp",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".odp",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".otp",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".otp",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".otp",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ods",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ods",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ods",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ots",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ots",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ots",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ots",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".odt",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".odt",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".odt",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".odt",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ott",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ott",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ott",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ott",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ott",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pot",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pot",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pot",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".potm",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".potm",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".potm",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".potx",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".potx",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".potx",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pps",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pps",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pps",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppsm",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppsm",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppsm",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppsx",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppsx",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppsx",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppt",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppt",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppt",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pptm",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pptm",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pptm",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pptt",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pptt",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pptt",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pptx",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pptx",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".rtf",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".rtf",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".rtf",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".rtf",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".txt",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".txt",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".txt",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".txt",
2021-10-12 10:25:56 +00:00
Output = ".rtx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xls",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xls",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xls",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xls",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlsm",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlsm",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlsm",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlsm",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlst",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlst",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlst",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlst",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlt",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlt",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlt",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlt",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xltm",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xltm",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xltm",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xltm",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xltx",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xltx",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xltx",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xltx",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xps",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
});
});
#pragma warning restore 612, 618
}
}
}