hytos / ID2.Manager / ID2.Manager.Common / Helpers / ImportResult.cs @ c62dde30
이력 | 보기 | 이력해설 | 다운로드 (331 Bytes)
1 | 057ca09a | taeseongkim | using ID2.Manager.Data.Models; |
---|---|---|---|
2 | using System; |
||
3 | using System.Collections.Generic; |
||
4 | using System.Linq; |
||
5 | using System.Text; |
||
6 | using System.Threading.Tasks; |
||
7 | |||
8 | namespace ID2.Manager.Common.Helpers |
||
9 | { |
||
10 | public class ImportResult |
||
11 | { |
||
12 | public string Error { get; set; } |
||
13 | public List<Documents> documents { get; set; } |
||
14 | } |
||
15 | } |