public VerizonSystemModel(string mxpIp, string modemIp) { Mxp = new SeatelMxpModel(mxpIp, GetType().Name); Modem = new IDirectModemModel(modemIp, GetType().Name); }
public HiSeasNetSystemModel(string mxpIp, string modemIp) { Mxp = new SeatelMxpModel(mxpIp, GetType().Name); Modem = new TeledyneModemModel(modemIp, GetType().Name); }