public AbstractResultsStore (IResultsStoreSerializer serializer, string directory, string storeId)
		{
			this.serializer = serializer;
			this.basePath = directory;
			this.storeId = storeId;
		}
Пример #2
0
 public AbstractResultsStore(IResultsStoreSerializer serializer, string directory, string storeId)
 {
     this.serializer = serializer;
     this.basePath   = directory;
     this.storeId    = storeId;
 }