Exemplo n.º 1
0
 public void AddCallStatistic(IAccount account, CallStatistic callStatistic)
 {
     this._callStatistics[account].Add(callStatistic);
 }
Exemplo n.º 2
0
 public void AddCallStatistic(IAccount account, CallStatistic callStatistic )
 {
     this._callStatistics[account].Add(callStatistic);
 }