프로젝트

일반

사용자정보

개정판 45322477

ID45322477eaf2b0e9e3450ba548128f2a537a8db5
상위 6425d7f3
하위 07b0e756

김태성이(가) 일년 이상 전에 추가함

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

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