using Abp.Domain.Services; namespace WeEngine.Strategy { public interface IStrategyManager : IDomainService { TStrategy Instance { get; } } }