All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pro.jk.ejoker.domain.IAggregateRootFactory Maven / Gradle / Ivy

package pro.jk.ejoker.domain;

public interface IAggregateRootFactory {

	public IAggregateRoot createAggregateRoot(Class aggregateRootType);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy