Ejemplo n.º 1
0
 public void DeleteImage(int userId, string token, int id)
 {
     client.DeleteImage(application_Id, userId, token, id);
 }