예제 #1
0
 public HomeController(ISmartphoneService smartphoneService)
 {
     _smartphoneService = smartphoneService;
 }