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