diff --git a/Model/Documents.cs b/Model/Documents.cs new file mode 100644 index 0000000..3f1dd98 --- /dev/null +++ b/Model/Documents.cs @@ -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 + { + } +} diff --git a/Model/Model.csproj b/Model/Model.csproj index 52a78cc..fe2e421 100644 --- a/Model/Model.csproj +++ b/Model/Model.csproj @@ -45,6 +45,7 @@ +