Example #1
0
 protected virtual void UpEndCallEvent(Guid id, int number)
 {
     EndCallEvent?.Invoke(this, new EndCallEvent(id, number));
 }
Example #2
0
 protected virtual void UpEndCallEvent(Guid id)
 {
     EndCallEvent?.Invoke(this, new EndCallEvent(id, phoneNumber));
 }