개정판 45322477
issue #0000 markus convert status 추가
Change-Id: Iee0774fc1cb722ad7703f496572fb8768c5fc1b5
ID2.Manager/ID2.Manager.Controller/Controllers/MarkusInfoController.cs | ||
---|---|---|
47 | 47 |
return result; |
48 | 48 |
} |
49 | 49 |
|
50 |
public int GetConvertDoc(string ProjectNo, string DOCUMENT_ID) |
|
51 |
{ |
|
52 |
int result = -1; |
|
53 |
|
|
54 |
try |
|
55 |
{ |
|
56 |
using (MarkusRepository rep = new MarkusRepository(this._MARKUSCONNSTR)) |
|
57 |
{ |
|
58 |
result = rep.GetConvertDoc(ProjectNo, DOCUMENT_ID); |
|
59 |
} |
|
60 |
|
|
61 |
} |
|
62 |
catch (Exception) |
|
63 |
{ |
|
64 |
throw; |
|
65 |
} |
|
66 |
|
|
67 |
return result; |
|
68 |
} |
|
69 |
|
|
50 | 70 |
public bool SetMarkusInfo(List<Documents> docList) |
51 | 71 |
{ |
52 | 72 |
bool result = false; |
내보내기 Unified diff