Contains a set of simplic libraries (services) which can be used standalone or within the simplic framework. The services use dependency injection (unity container).
First read our conventions.
- create a service core project: you just create interfaces and pocos. no implementation here
- implement the service interface
- create unit tests
- create a pull request and ask Benedikt Eggers and Yavuz Günay to review it.