using Gs.Toolbox.ApiCore.Abstract.Inject; namespace Gs.Toolbox.ApiCore.Abstract.Repository; public interface IRespository : IScope { }