Beispiel #1
0
 public PdscApiController(PdscRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }
Beispiel #2
0
 public PdscBusinessContextService(IProgressConnection connection)
 {
     this.repository = new PdscRepository(connection);
 }
Beispiel #3
0
 public PdscService(PdscRepository pdscRepository)
 {
     this.pdscRepository = pdscRepository;
 }