프로젝트

일반

사용자정보

개정판 87bcedb4

ID87bcedb467645bbba0d0c728f773893492cf488b
상위 618734bb
하위 a698241b

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

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

Change-Id: I56cbbd015a53bfcd939e5eff77d383238caf37c7

차이점 보기:

ID2.Manager/ID2.Manager.Controller/Controllers/ProjectController.cs
11 11
{
12 12
    public class ProjectController : BaseController
13 13
    {
14
        public IEnumerable<ProjectInfo> GetAllProjectList()
15
        {
16
            using (ProjectRepository rep = new ProjectRepository(this._DbConnectionStr))
17
            {
18
                return rep.GetAllProjectList();
19
            }
20
        }
21

  
14 22
        public IEnumerable<ProjectInfo> GetProjectGroupList()
15 23
        {
16 24
            using (ProjectRepository rep = new ProjectRepository(this._DbConnectionStr))

내보내기 Unified diff

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