개정판 4a41c345
SELECT_RUNANDPROPERTY_INSERT 수정,textbox validation
Change-Id: I99845f06c03798e4a784a122222b2f580966f7fa
ConvertService/ServiceController/StationControllerService/IDataService.cs | ||
---|---|---|
47 | 47 |
|
48 | 48 |
[OperationContract] |
49 | 49 |
List<SELECT_PROPERTIES_RUN_PROJECTS_Result> GET_PROPERTIES_RUN_PROJECTS(string p_PROJECT_NO); |
50 |
|
|
51 |
[OperationContract] |
|
52 |
List<SELECT_RUN_PROJECTS_INSERT_Result> GET_RUN_PROJECTS_INSERT(string p_PROJECT_NO, string p_PROJECT_NAME); |
|
53 |
|
|
54 | 50 |
[OperationContract] |
55 |
int GET_PROPERTIES_INSERT(string p_TYPE, string p_PROPERTY, string p_VALUE);
|
|
51 |
int GET_RUNANDPROPERTY_INSERT(string p_PROJECT_NO, string p_PROJECT_NAME, string p_TYPE_InitialCatalog, string p_VALUE_InitialCatalog, string p_TYPE_TileSorceStorage, string p_VALUE_TileSorceStorage, string p_TYPE_TileSourcePath, string p_VALUE_TileSourcePath, string p_TYPE_FinalPDFStorageRemote, string p_VALUE_FinalPDFStorageRemote, string p_TYPE_FinalPDFStorageLocal, string p_VALUE_FinalPDFStorageLocal, string p_TYPE_UpLoadServiceUrl, string p_VALUE_UpLoadServiceUrl);
|
|
56 | 52 |
} |
57 | 53 |
} |
내보내기 Unified diff