개정판 709c1971
issue #0000
전체 유저 리스트 추가
문서 저장/수정/삭제 추가 진행
Change-Id: I828d95f415d5d360bfc039625eb7aa42fd4135c2
ID2.Manager/ID2.Manager.Controller/Controllers/DocumentController.cs | ||
---|---|---|
18 | 18 |
return rep.GetAllDocuments(); |
19 | 19 |
} |
20 | 20 |
} |
21 |
|
|
22 |
public bool SetDocumentData(List<Documents> docList, List<Documents> delDocList) |
|
23 |
{ |
|
24 |
using (DocumentRepository rep = new DocumentRepository(this._DbConnectionStr)) |
|
25 |
{ |
|
26 |
return rep.SetDocumentData(docList, delDocList); |
|
27 |
} |
|
28 |
} |
|
21 | 29 |
} |
22 | 30 |
} |
내보내기 Unified diff