Beispiel #1
0
 public AsglsetupApiController(AsglsetupRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }
 public GlsaBusinessContextService(IProgressConnection connection)
 {
     this.glsaRepository      = new GlsaRepository(connection);
     this.asglsetupRepository = new AsglsetupRepository(connection);
     this.sascRepository      = new SascRepository(connection);
 }