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