Example #1
0
 public Synchronizer(Context context, IFileFetcher fileFetcher)
 {
     this.context = context;
     this.fileFetcher = fileFetcher;
 }
 public CurrencyRatesService(Context context)
 {
     this.context = context;
 }