public ExceptionSender() { this.exceptionSender = DependencyService.Get <IExceptionSender>(); }
public UserConverter(IExceptionSender exceptionSender) { this.exceptionSender = exceptionSender; }
public Repeater(IExceptionSender exceptionSender) { this.exceptionSender = exceptionSender; }