Ejemplo n.º 1
0
 public SwsjService(SwsjRepository swsjRepository)
 {
     this.swsjRepository = swsjRepository;
 }
Ejemplo n.º 2
0
 public SwsjApiController(SwsjRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }