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