hello-shop/src/HelloShop.ServiceDefaults/DistributedLocks/IDistributedLockResult.cs
2025-03-15 17:33:37 +08:00

8 lines
255 B
C#

// Copyright (c) HelloShop Corporation. All rights reserved.
// See the license file in the project root for more information.
namespace HelloShop.ServiceDefaults.DistributedLocks
{
public interface IDistributedLockResult : IAsyncDisposable { }
}