예제 #1
0
 public GetLogConfigResponse GetLogConfig(Guid componentId)
 {
     return(Execute("GetLogConfig", () => ApiServiceInternal.GetLogConfig(componentId)));
 }