using Dto; using Vo; using Model; using Model.Base; using Microsoft.AspNetCore.Mvc; namespace Services.Client { public interface IPageUpdateInfoService : IBaseService<PageUpdateInfo> { } }