Beispiel #1
0
 public CommonLoadManager(IAccountingModule accountingModule)
 {
     _accountingModule = accountingModule;
 }
Beispiel #2
0
 public NetworkSwitch(ISwitchTable switchTable, IAccountingModule accountingModule, bool networkDelay)
 {
     _switchTable      = switchTable;
     _accountingModule = accountingModule;
     NetworkDelay      = networkDelay;
 }