コード例 #1
0
 public GetComponentControlByIdResponse GetComponentControlById(Guid id)
 {
     return(Execute("GetComponentControlById", () => ApiServiceInternal.GetComponentControlById(id)));
 }