Example #1
0
 public FacebookApi(SocialAPISettings socialAPISettings)
 {
     _apiSettings = socialAPISettings;
 }
Example #2
0
 public FacebookController(SocialAPISettings socialAPISettings, ChatService chatService)
 {
     _chatService       = chatService;
     _socialAPISettings = socialAPISettings;
 }
Example #3
0
 public OpenWeatherMapAPI(SocialAPISettings socialAPISettings)
 {
     _socialAPISettings = socialAPISettings;
 }