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