Please enable JavaScript.
Coggle requires JavaScript to display documents.
Project Structure .NET WEB API (Helpers (ex. AuthorizationHelper, ex.…
Project Structure .NET WEB API
Models
Database table mapper
ex. BookingModel
ObjectMobile
Custom model mapper
ex. OMWork
Repositories
Model Repositories
CRUD method
ex. WorkRepository
Services
using for action more than 1 repositories
ex. FerryBookingService, use booking repo, booking detail repo, and others
Using transaction scope
Helpers
ex. AuthorizationHelper
ex. AttributeHelper
Helper Method Oudside Service
ex. DateHelper
Model Mapper Helper
Enums
Const variable in project
ex. Work Status Constant, Open, Confirm, etc
Controllers
Model Controller For API Access
ex. WorkController
Attributes