예제 #1
0
 public DeleteComponentResponse DeleteComponent(DeleteComponentRequest request)
 {
     return(Execute(() => InternalService.DeleteComponent(request)));
 }