public SyncResourcesTask(ResourceAssemblyRepository assemblyRepository, ResourceBundleRepository bundleRepository, ResourceRepository resourceRepository, ResourceTranslationRepository translationRepository) { this.assemblyRepository = assemblyRepository; this.bundleRepository = bundleRepository; this.resourceRepository = resourceRepository; this.translationRepository = translationRepository; }
public SyncTranslationsTask(ProjectRepository projectRepository, ResourceAssemblyRepository assemblyRepository, ResourceBundleRepository bundleRepository, ResourceRepository resourceRepository, ResourceTranslationRepository translationRepository) { this.projectRepository = projectRepository; this.assemblyRepository = assemblyRepository; this.bundleRepository = bundleRepository; this.resourceRepository = resourceRepository; this.translationRepository = translationRepository; }