Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 592 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 592 Bytes

simplic-service

Contains a set of simplic libraries (services) which can be used standalone or within the simplic framework. The services use dependency injection (unity container).

How to contribute

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.