cnf
2025-08-27 3a8747c5de05ebe7751fcb0a6f0f58301392e271
1
2
3
4
5
6
7
using Gs.Toolbox.ApiCore.Abstract.Inject;
 
namespace Gs.Toolbox.ApiCore.Abstract.Repository;
 
public interface IRespository : IScope
{
}