public ExceptionSender()
 {
     this.exceptionSender = DependencyService.Get <IExceptionSender>();
 }
Exemplo n.º 2
0
 public UserConverter(IExceptionSender exceptionSender)
 {
     this.exceptionSender = exceptionSender;
 }
Exemplo n.º 3
0
 public Repeater(IExceptionSender exceptionSender)
 {
     this.exceptionSender = exceptionSender;
 }