- Full code from develop
- Gen database from ERP20/Database/data.sql
- Change connectionStrings from /ERP.API/Web.config , Data Source="your data server"
- Rebuild source code
- Create Interface IResponsitory
- Create Class Responsitory
- Create Interface IService
- Create Class Service
- Create class Model from /ERP.API/Models to Mapp data from client to server.
- Add class want mapper from client to server : ERP.API/AutoMapper/MappingConfig.cs
- Create Controller
- If there are other functions that need to be modified or deleted, it needs to be redefined from Service file to Repository file and the business will be processed in the Repository file.