Esempio n. 1
0
 public GraphStoryController(GraphStoryInterface graphStoryService)
 {
     this.graphStoryService = graphStoryService;
 }
Esempio n. 2
0
 public SocialController(GraphStoryInterface graphStoryService) : base(graphStoryService)
 {
 }
 public ConsumptionController(GraphStoryInterface graphStoryService) : base(graphStoryService)
 {
 }
Esempio n. 4
0
 public LoginController(GraphStoryInterface graphStoryService) : base(graphStoryService)
 {
 }
 public SecurityController(GraphStoryInterface graphStoryService) : base(graphStoryService)
 {
 }
Esempio n. 6
0
 public InterestController(GraphStoryInterface graphStoryService) : base(graphStoryService)
 {
 }