From d4879920b6289a90287dca52c0bc30321dfe4849 Mon Sep 17 00:00:00 2001 From: hyunho Date: Tue, 22 Dec 2020 01:32:29 +0000 Subject: [PATCH] --- Model/Documents.cs | 12 ++++++++++++ Model/Model.csproj | 1 + 2 files changed, 13 insertions(+) create mode 100644 Model/Documents.cs 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 @@ +