Uses of Class
com.Server.dto.Response.CarResponse

Packages that use CarResponse
Package Description
com.Server.controller
com.Server.controller has all controller use to support client by http protocol.
com.Server.dto.Response
com.Server.dto.Response has class use to Response data with server.
com.Server.mapper.impl
com.Server.mapper.impl - mapped dto to entity and reverse.
com.Server.service
com.Server.service has service used to services on database table available repository interface.
com.Server.service.impl
com.Server.service.impl has the class witch implement services interface method.