InfosignClientServerAPI/ │ ├── Classes/ │ └── Classes/ │ ├── Controllers/ │ ├── Controllers/ │ ├── Auth/ │ ├── ClientProxy/ │ └── ClientServer/ │
The API structure is based on this documentation this link
SpringNET Framework is used for Dependency Injection. See www.springframework.net for more information.
An example of Spring project can be found here click this link
This project has to be published in the server and works just as an API.
It has the Controllers who receive requests and build the responses making use of services provided by WcfService or WcfServiceDDL