Exemplo n.º 1
0
 public void Init()
 {
     twitterObj = new Twitter();
     ppublicacion = "Se ha registrado una nueva propiedad";
 }
Exemplo n.º 2
0
 public ControllerTwitter()
 {
     _twitter = new Twitter();
 }
Exemplo n.º 3
0
 public void SetUp()
 {
     twitterObj = new Twitter();
 }