Пример #1
0
 public HomeController(IFunnyQuoteService client)
 {
     _client = client;
 }