개정판 978488b0
issue #0000
최초 ID2Connection 시 ID2 작업 시작일 업데이트
Change-Id: I43a72409c4b904f8db3c50ecf31263d246ae8072
ID2.Manager/ID2.Manager.Controller/Controllers/DocumentController.cs | ||
---|---|---|
26 | 26 |
return rep.SetDocumentData(docList, delDocList); |
27 | 27 |
} |
28 | 28 |
} |
29 |
|
|
30 |
public Documents SetDocumentDataField(Documents doc, string userId) |
|
31 |
{ |
|
32 |
using (DocumentRepository rep = new DocumentRepository(this._DbConnectionStr)) |
|
33 |
{ |
|
34 |
return rep.SetDocumentDataField(doc, userId); |
|
35 |
} |
|
36 |
} |
|
29 | 37 |
} |
30 | 38 |
} |
내보내기 Unified diff