Exemplo n.º 1
0
 public Synchronizer(Context context, IFileFetcher fileFetcher)
 {
     this.context = context;
     this.fileFetcher = fileFetcher;
 }
Exemplo n.º 2
0
 public CurrencyRatesService(Context context)
 {
     this.context = context;
 }