using Gs.Toolbox.ApiCore.Abstract.Inject; namespace Gs.Toolbox.ApiCore.Abstract.Mvc; public interface IBussinessService : IScope { }