cnf
7 天以前 eb86c89d85599da5b3f237a0e1214e45f6a90225
1
2
3
4
5
6
7
using Gs.Toolbox.ApiCore.Abstract.Inject;
 
namespace Gs.Toolbox.ApiCore.Abstract.Repository;
 
public interface IRespository : IScope
{
}