개정판 ff4b1e6e
데이터베이스 nuget으로 변경
Change-Id: I6167ddf20d4cdae727b0d9047dec4fdad0dcf81a
ConvertService/ServiceBase/ServiceTestApp/MainWindow.xaml.cs | ||
---|---|---|
1 |
using Microsoft.VisualStudio.TestTools.UnitTesting; |
|
1 |
using Markus.EntityModel; |
|
2 |
using Markus.Service; |
|
3 |
using Markus.Service.Extensions; |
|
4 |
using Markus.Service.Helper; |
|
5 |
using Microsoft.VisualStudio.TestTools.UnitTesting; |
|
6 |
using Microsoft.Win32; |
|
7 |
using Newtonsoft.Json; |
|
2 | 8 |
using System; |
3 | 9 |
using System.Collections.Generic; |
10 |
using System.Diagnostics; |
|
4 | 11 |
using System.IO; |
5 | 12 |
using System.Linq; |
13 |
using System.Net.Http; |
|
6 | 14 |
using System.ServiceModel; |
7 | 15 |
using System.Text; |
8 | 16 |
using System.Threading.Tasks; |
17 |
using System.Web.Script.Serialization; |
|
9 | 18 |
using System.Windows; |
10 |
using System.Windows.Controls; |
|
11 | 19 |
using System.Windows.Data; |
12 |
using System.Windows.Documents; |
|
13 | 20 |
using System.Windows.Forms; |
14 |
using System.Windows.Input; |
|
15 |
using System.Windows.Media; |
|
16 |
using System.Windows.Media.Imaging; |
|
17 |
using System.Windows.Navigation; |
|
18 |
using System.Windows.Shapes; |
|
19 |
using Markus.Service.Extensions; |
|
20 |
using System.Diagnostics; |
|
21 |
using System.Collections; |
|
22 |
using Microsoft.Win32; |
|
23 |
using Markus.Service.IWcfService; |
|
24 |
using Markus.Service; |
|
25 | 21 |
using static Markus.Service.Extensions.Encrypt; |
26 |
using Markus.Service.Helper; |
|
27 |
using Markus.Service.DataBase; |
|
28 |
using Newtonsoft.Json; |
|
29 |
using System.Web.Script.Serialization; |
|
30 |
using System.Net.Http; |
|
31 |
using System.Web; |
|
32 | 22 |
|
33 | 23 |
namespace ServiceTestApp |
34 | 24 |
{ |
내보내기 Unified diff