public PageController() : base()
 {
     fbEndpoint = new FacebookGraphEndpoint();
 }
Beispiel #2
0
 public CommentsController() : base()
 {
     fbEndpoint = new FacebookGraphEndpoint();
 }
 public PreferencesController() : base()
 {
     fbEndpoint = new FacebookGraphEndpoint();
 }