개정판 473ee829
issue #0000
Project 정보 수정
ID2 Project DB의 정보를 ID2 Manager와 매핑
Change-Id: Idcc82a34b8027032529cbc43a62757ea6d48f586
ID2.Manager/ID2.Manager.Common/Informations.cs | ||
---|---|---|
38 | 38 |
return x.Code.Equals(ProjectCode); |
39 | 39 |
}).FirstOrDefault(); |
40 | 40 |
|
41 |
return proj == null ? string.Empty : proj.ID2Path; |
|
41 |
return proj == null ? string.Empty : proj.ID2Info.Path;
|
|
42 | 42 |
} |
43 | 43 |
|
44 | 44 |
private readonly List<string> _JobLevel = new List<string>() { "1", "2", "3", "4", "5" }; |
내보내기 Unified diff