markus / ConvertService / ConverterService / DZConverterLib / DAL / ResultSet.cs @ 974af55b
이력 | 보기 | 이력해설 | 다운로드 (382 Bytes)
1 | 7ca218b3 | KangIngu | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Text; |
||
5 | using DZConverterLib.Enums; |
||
6 | |||
7 | namespace DZConverterLib.DAL |
||
8 | { |
||
9 | public class ResultSet |
||
10 | { |
||
11 | public bool result { get; set; } //지울거 |
||
12 | public FinalStatus state { get; set; } |
||
13 | public string CurrentPage { get; set; } |
||
14 | public string Message { get; set; } |
||
15 | } |
||
16 | } |