cnf
2025-09-11 d64f9b22cca595fa35f84c31e4e70be6b114dfb0
1
2
3
4
5
6
7
using Gs.Toolbox.ApiCore.Abstract.Inject;
 
namespace Gs.Toolbox.ApiCore.Abstract.Mvc;
 
public interface IBussinessService : IScope
{
}