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