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