예제 #1
0
 private IDataStore GetDataStore(string name)
 {
     return(dataStoreFactory.Retrieve(name));
 }