chore: move LCStorage.cs
parent
6c6c4176c6
commit
5c9db0c026
|
@ -56,9 +56,6 @@
|
|||
<Compile Include="..\Storage\Public\LCGeoPoint.cs">
|
||||
<Link>Storage\Public\LCGeoPoint.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Storage\Public\LCStorage.cs">
|
||||
<Link>Storage\Public\LCStorage.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Storage\Public\LCUserAuthDataLoginOption.cs">
|
||||
<Link>Storage\Public\LCUserAuthDataLoginOption.cs</Link>
|
||||
</Compile>
|
||||
|
@ -155,5 +152,8 @@
|
|||
<Compile Include="..\Storage\Internal\Query\LCCompositionalCondition.cs">
|
||||
<Link>Storage\Internal\Query\LCCompositionalCondition.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Storage\Internal\LCStorage.cs">
|
||||
<Link>Storage\Internal\LCStorage.cs</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
using LeanCloud.Common;
|
||||
using LeanCloud.Storage;
|
||||
using LeanCloud.Storage.Internal;
|
||||
|
||||
namespace LeanCloud {
|
||||
public class LCApplication {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
using LeanCloud.Common;
|
||||
using LeanCloud.Storage;
|
||||
using LeanCloud.Storage.Internal;
|
||||
using LeanCloud.Storage.Internal.Persistence;
|
||||
|
||||
namespace LeanCloud {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
using LeanCloud.Common;
|
||||
|
||||
namespace LeanCloud.Storage {
|
||||
namespace LeanCloud.Storage.Internal {
|
||||
public class LCStorage {
|
||||
private const string SessionHeaderKey = "X-LC-Session";
|
||||
|
Loading…
Reference in New Issue