public SmartphonesController(ISmartphonesServices smartphonesServices, IMapper mapper)
 {
     _smartphonesServices = smartphonesServices;
     _mapper = mapper;
 }
 public HomeController(ISmartphonesServices smartphonesServices)
 {
     _smartphonesServices = smartphonesServices;
 }