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