This commit is contained in:
parent
b52b9d7c3f
commit
d4879920b6
|
|
@ -0,0 +1,12 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace NP.Model
|
||||||
|
{
|
||||||
|
class Documents
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -45,6 +45,7 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="BaseModel.cs" />
|
<Compile Include="BaseModel.cs" />
|
||||||
<Compile Include="Board.cs" />
|
<Compile Include="Board.cs" />
|
||||||
|
<Compile Include="Documents.cs" />
|
||||||
<Compile Include="Pay.cs" />
|
<Compile Include="Pay.cs" />
|
||||||
<Compile Include="Common.cs" />
|
<Compile Include="Common.cs" />
|
||||||
<Compile Include="ENUM.cs" />
|
<Compile Include="ENUM.cs" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue