using ApplicationLayer.GeneralNeededServices; using Domains.ApplicantDomain; namespace ApplicationLayer.Applicants.NeededServices; /// Repository pattern for public interface IApplicantsRepository : IGenericRepository { }