Exemplo n.º 1
0
 public NActionService(DIMSEService dIMSEService)
 {
     this._dms = dIMSEService;
 }
Exemplo n.º 2
0
 public CFindService(DIMSEService dIMSEService)
 {
     this.dms = dIMSEService;
 }
Exemplo n.º 3
0
 public StorageCommitmentService(DIMSEService dIMSEService)
 {
     this._dms = dIMSEService;
 }
Exemplo n.º 4
0
 public CStoreService(DIMSEService dIMSEService)
 {
     this.dms = dIMSEService;
 }
Exemplo n.º 5
0
 public NEventReportService(DIMSEService dIMSEService)
 {
     this._dms = dIMSEService;
 }