Esempio n. 1
0
 private IDataStore GetDataStore(string name)
 {
     return(dataStoreFactory.Retrieve(name));
 }