package DataManagement; import ProblemDomain.Individual; public interface IIndividualsDM { void writeIndividual(Individual record); }