style(wxapi): clean code

This commit is contained in:
Fu Diwei
2022-01-21 17:06:31 +08:00
parent 5650e3be25
commit 211687ea62
36 changed files with 48 additions and 145 deletions

View File

@@ -5,7 +5,7 @@ using Medallion.Threading.FileSystem;
namespace SKIT.FlurlHttpClient.Wechat.Api.Sample.Services.DistributedLock.Implements
{
class DistributedLockFactory : IDistributedLockFactory
internal class DistributedLockFactory : IDistributedLockFactory
{
private readonly DirectoryInfo _lockFileDirectory = new DirectoryInfo(Environment.CurrentDirectory);