Ejemplo n.º 1
0
 public SaasEditionAppService(
     ISaasEditionRepository editionRepository,
     ISaasEditionManager editionManager)
 {
     EditionRepository = editionRepository;
     EditionManager    = editionManager;
 }
 public SaasEditionManager(ISaasEditionRepository editionRepository)
 {
     EditionRepository = editionRepository;
 }