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