using ApplicationLayer.GeneralNeededServices; using Domains.VisaApplicationDomain; namespace ApplicationLayer.VisaApplications.NeededServices; public interface IVisaApplicationsRepository : IGenericRepository { }