コード例 #1
0
 public void DeleteBlockType(int userId, string token, int id)
 {
     client.DeleteBlockType(application_Id, userId, token, id);
 }