ETT Deployment

icon picker
ETT OAUTH API

Sunil Prabhu K
Last edited 576 days ago by Sunil Prabhu K
ETT OAUTH API

Overall view of the ETT.Tools solution :

pasted image 0.png

OAUTH API 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.
Untitled.png
ETT.Tools. Resource :
Resource Layer performs operations like insert, update and delete to connect with the database.

Untitled.png
ETT.Tools.Service :
Service for use It acts as a middle layer between the client and the database server.

Untitled.png
Secure TSNAmerica
Overall structure of the solution :

pasted image 0.png
Folder structure of secure TSNAmerica :

pasted image 0.png

tsnamerica.Services :

The service layer is present in tsnamerica.Services :

pasted image 0.png
tsnamerica.Resources :

The repository layer is present in tsnamerica.Resources : .
pasted image 0.png
tsnamerica.Core :
The models are present in the tsnamerica.Core :

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.