kyy
17 小时以前 6835201151a94fa70302cc2e5e4aa773d356c59d
1
2
3
4
5
6
7
using Gs.Toolbox.ApiCore.Abstract.Inject;
 
namespace Gs.Toolbox.ApiCore.Abstract.Repository;
 
public interface IRespository : IScope
{
}