개정판 e9700266
issue #0000
네이밍 변경
Change-Id: I568374c5eb4723ee0d3b1e070a0b5500c75b68ee
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
1922 | 1922 |
var intersectionImport = intersectionImports.FirstOrDefault(o => o.RefProjectCode.Equals(x.RefProjectCode) && o.DocumentNo.Equals(x.DocumentNo)); |
1923 | 1923 |
if (intersectionImport != null) |
1924 | 1924 |
{ |
1925 |
x.ValueCopy(intersectionImport);
|
|
1925 |
x.DataCopy(intersectionImport);
|
|
1926 | 1926 |
} |
1927 | 1927 |
}); |
1928 | 1928 |
} |
내보내기 Unified diff