mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
chore(tenpayv3): 新增基于 .NET Framework 4.7 的示例项目
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Threading.Tasks;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Sample_Net5.Services.Repositories
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Sample.Services.Repositories
|
||||
{
|
||||
public interface IWechatAccessTokenEntityRepository : IEnumerable<Models.WechatAccessTokenEntity>
|
||||
{
|
||||
|
@@ -1,11 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using NMemory;
|
||||
using NMemory;
|
||||
using NMemory.Tables;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Sample_Net5.Services.Repositories.Implements
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Sample.Services.Repositories.Implements
|
||||
{
|
||||
internal class GlobalDatabase
|
||||
{
|
||||
|
@@ -1,10 +1,8 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Sample_Net5.Services.Repositories.Implements
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Sample.Services.Repositories.Implements
|
||||
{
|
||||
public class WechatAccessTokenEntityRepository : IWechatAccessTokenEntityRepository
|
||||
{
|
||||
|
Reference in New Issue
Block a user