# README
Controllers
Controllers handles the request, pass the data into service layer, and send the response.
Controllers should only handles request and send response, business logic in the service layer.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author