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