public DrawerController(IDrawerService drawerService, IMapper mapper, IUriService uriService) { _drawerService = drawerService; _mapper = mapper; _uriService = uriService; }
public DrawerController(IDrawerService drawerService) { _drawerService = drawerService; }