コード例 #1
0
 public void LikeCambiar(string user, string nombre, int id)
 {
     instagramService.LikeCambiar(user, nombre, id);
 }