using Model; using Model.Base; using Microsoft.AspNetCore.Mvc; namespace Services { public interface IAppProjectPageStyleService : IBaseService { } }