Beispiel #1
0
 public NotifyMessage(IPDCService pdcService)
 {
     _pdcService = pdcService;
 }
Beispiel #2
0
 public PDCController(IPDCService service)
 {
     _service = service;
 }