Exemplo n.º 1
0
 public Pdm(IMessageRadio radio, Pod activePod, BasalSchedule basalSchedule)
 {
     this.Radio         = radio;
     this.Pod           = activePod;
     this.BasalSchedule = basalSchedule;
 }