Exemplo n.º 1
0
 public FacebookApi(SocialAPISettings socialAPISettings)
 {
     _apiSettings = socialAPISettings;
 }
Exemplo n.º 2
0
 public FacebookController(SocialAPISettings socialAPISettings, ChatService chatService)
 {
     _chatService       = chatService;
     _socialAPISettings = socialAPISettings;
 }
Exemplo n.º 3
0
 public OpenWeatherMapAPI(SocialAPISettings socialAPISettings)
 {
     _socialAPISettings = socialAPISettings;
 }