Exemplo n.º 1
0
 public PageController() : base()
 {
     fbEndpoint = new FacebookGraphEndpoint();
 }
Exemplo n.º 2
0
 public CommentsController() : base()
 {
     fbEndpoint = new FacebookGraphEndpoint();
 }
 public PreferencesController() : base()
 {
     fbEndpoint = new FacebookGraphEndpoint();
 }