tjx
2025-12-02 60797d2fee214ecaea5c817f89bd5eab0f1a8a78
1
2
3
4
5
6
7
using Gs.Toolbox.ApiCore.Abstract.Inject;
 
namespace Gs.Toolbox.ApiCore.Abstract.Mvc;
 
public interface IBussinessService : IScope
{
}