Пример #1
0
 public HomeController(IInstagramDataService instagramDataService)
 {
     _instagramDataService = instagramDataService;
 }