Ejemplo n.º 1
0
 public virtual void Dispose()
 {
     _timerService.Unsubscribe(RaiseHitScoreChanged);
 }
 public string StopUpdate([Service] ITimerService timerService, string handlerId)
 {
     timerService.Unsubscribe(handlerId);
     return("Атписка");
 }