프로젝트

일반

사용자정보

개정판 81d15568

ID81d15568e1c7db968a3801281a9a2d382d9df079
상위 be2dacfc
하위 6f9771a6

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

issue #0000
ID2 프로젝트 정보 조회 진행

Change-Id: I48213e8fd4bb8bb8045e07e7a2f3cbcd5080e92b

차이점 보기:

ID2.Manager/ID2.Manager.Dapper/Repository/ID2Repository.cs
14 14
    {
15 15
        public ID2Repository(string connectionStr, DatabaseType databaseType) : base(connectionStr, databaseType) { }
16 16

  
17
        public IEnumerable<ProjectInfo> GetID2ProjectList()
17
        public IEnumerable<ID2ProjectInfo> GetID2ProjectList()
18 18
        {
19 19
            string query = $@"
20
select * from dbo.Projects";
21
            return Query<ProjectInfo>(query);
20
SELECT * FROM Projects ORDER BY Id";
21
            return Query<ID2ProjectInfo>(query);
22 22
        }
23 23
    }
24 24
}

내보내기 Unified diff

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