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