개정판 a5e5fff6
issue #0000 convert service의 entity를 dapper로 변경
Change-Id: I13069095813cf5dd7d7c79c7f17839682aed4fe1
ConvertService/ServiceBase/Markus.Service.Extensions/Exntensions/Process.cs | ||
---|---|---|
23 | 23 |
|
24 | 24 |
try |
25 | 25 |
{ |
26 |
result.WorkingDirectory = ProcessWorkingDirectory(commandLine); |
|
27 |
|
|
28 |
result.CommandLine = SplitArguments(RemoveCommadLinesFilePath(commandLine)).ToList(); |
|
26 |
if (!string.IsNullOrWhiteSpace(commandLine)) |
|
27 |
{ |
|
28 |
result.WorkingDirectory = ProcessWorkingDirectory(commandLine); |
|
29 |
result.CommandLine = SplitArguments(RemoveCommadLinesFilePath(commandLine)).ToList(); |
|
30 |
} |
|
31 |
else |
|
32 |
{ |
|
33 |
|
|
34 |
result.IsArgumentsNull = true; |
|
35 |
} |
|
29 | 36 |
} |
30 | 37 |
catch (Exception ex) |
31 | 38 |
{ |
내보내기 Unified diff