ETT Deployment

icon picker
Payment Systems

Sunil Prabhu K
Last edited 589 days ago by Sunil Prabhu K
Overall view of the Tools solution :
pasted image 0.png
ETT payments folder structure :
pasted image 0.png
ETT Tools Core :
It contains models, IRepository, IService.
IService layer mediates communication between a controller and repository layer.
The IRepository interface represents the read and write implementation of the Repository pattern such that it can be used to query entities of a given type.
pasted image 0.png
ETT.Tools. Resource :
Resource Layer performs operations like insert, update and delete to connect with the database.
pasted image 0.png
ETT.Tools.Service :
Service for use It acts as a middle layer between the client and the database server.
pasted image 0.png
Payment Site (ETT Payments for Invoice Payments only)
Folder structure of payments.expresstrucktax.com :
pasted image 0.png
Core Projects :
The service layer is present in the core projects, which is referred to the payments.expresstrucktax.com
pasted image 0.png
Resource Layer performs operations like insert, update and delete to connect with the database which is also located in core projects , referred to the payments.expresstrucktax.com
pasted image 0.png
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.