Add NameCountModel.

This commit is contained in:
2019-12-07 18:38:11 +00:00
parent c579fdb491
commit 58a589bb27
12 changed files with 1555 additions and 42 deletions

View File

@@ -103,6 +103,8 @@
<Compile Include="Migrations\20191103000828_MakeFieldsUnsigned.Designer.cs" />
<Compile Include="Migrations\20191207175444_SyncWithServerChanges.cs" />
<Compile Include="Migrations\20191207175444_SyncWithServerChanges.Designer.cs" />
<Compile Include="Migrations\20191207183522_AddNameCountModel.cs" />
<Compile Include="Migrations\20191207183522_AddNameCountModel.Designer.cs" />
<Compile Include="Migrations\DicContextModelSnapshot.cs" />
<Compile Include="Models\BaseModel.cs" />
<Compile Include="Models\CdOffset.cs" />
@@ -113,6 +115,7 @@
<Compile Include="Models\Filter.cs" />
<Compile Include="Models\Media.cs" />
<Compile Include="Models\MediaFormat.cs" />
<Compile Include="Models\NameCountModel.cs" />
<Compile Include="Models\OperatingSystem.cs" />
<Compile Include="Models\Partition.cs" />
<Compile Include="Models\Report.cs" />