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