개정판 993feace
issue #0000
document list 저장 로직 수정 진행중
Change-Id: I8fef1f1695bee0da0dc222b9e25093dda2eb908a
ID2.Manager/ID2.Manager.Controller/Controllers/DocumentController.cs | ||
---|---|---|
142 | 142 |
} |
143 | 143 |
} |
144 | 144 |
|
145 |
public bool SetDocumentData(List<Documents> docList, List<Documents> delDocList, string userId) |
|
145 |
public bool SetDocumentData(string projectGroupID, List<Documents> docList, List<Documents> delDocList, string userId)
|
|
146 | 146 |
{ |
147 | 147 |
try |
148 | 148 |
{ |
149 | 149 |
using (DocumentRepository rep = new DocumentRepository(this._MSSQLCONNSTR)) |
150 | 150 |
{ |
151 |
return rep.SetDocumentData(docList, delDocList, userId); |
|
151 |
return rep.SetDocumentData(projectGroupID, docList, delDocList, userId);
|
|
152 | 152 |
} |
153 | 153 |
} |
154 | 154 |
catch (Exception ex) |
내보내기 Unified diff