コード例 #1
0
 public SmartphonesController(ISmartphonesServices smartphonesServices, IMapper mapper)
 {
     _smartphonesServices = smartphonesServices;
     _mapper = mapper;
 }
コード例 #2
0
 public HomeController(ISmartphonesServices smartphonesServices)
 {
     _smartphonesServices = smartphonesServices;
 }