Raven.Light.Persistence.StorageActions.StorageActions C# (CSharp) Method

StorageActions() public method

public StorageActions ( TableStorage storage ) : System
storage TableStorage
return System
		public StorageActions(TableStorage storage)
		{
			Storage = storage;
		}