using Model; using Model.Base; using Microsoft.AspNetCore.Mvc; namespace Services { public interface IKssBindService : IBaseService<KssBind> { } }