Exemple #1
0
 private void GivenMethod1()
 {
     _dataRetriever.AddDataSource(_method1);
 }
Exemple #2
0
 public void AddInformation(Func <string> getInformation) => _dataRetriever.AddDataSource(getInformation);