프로젝트

일반

사용자정보

개정판 a5e5fff6

IDa5e5fff6092afddbedebb5c20e91782b50029e1e
상위 b4a1c7ff
하위 4b33593a

김태성이(가) 약 2년 전에 추가함

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

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