using Admin.Core.Model.Personnel; namespace Admin.Core.Repository.Personnel { public interface IPositionRepository : IRepositoryBase { } }