public VerplichteRustperiodeRegelSteps(ATWDriver atw, InrichtingProvider inrichtingProvider)
 {
     _atw = atw;
     _inrichtingProvider = inrichtingProvider;
 }
Пример #2
0
 public ATWSteps(ATWDriver atw, ATWLogDriver log, InrichtingProvider inrichtingProvider)
 {
     _atw = atw;
     _log = log;
     _inrichtingProvider = inrichtingProvider;
 }