using Microsoft.Extensions.Caching.Memory; using System; using System.Collections.Generic; using System.Text; namespace BBWY.Server.Business { public class PDDBusiness : PlatformSDKBusiness { public PDDBusiness(IMemoryCache memoryCache) : base(memoryCache) { } } }