개정판 87bcedb4
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