프로젝트

일반

사용자정보

개정판 709c1971

ID709c19717f0efb8717c92cbfba084066de838ff3
상위 482f6326
하위 cd8502c2

유성호이(가) 일년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)