コード例 #1
0
 public SyncResourcesTask(ResourceAssemblyRepository assemblyRepository, ResourceBundleRepository bundleRepository, ResourceRepository resourceRepository, ResourceTranslationRepository translationRepository)
 {
     this.assemblyRepository = assemblyRepository;
     this.bundleRepository = bundleRepository;
     this.resourceRepository = resourceRepository;
     this.translationRepository = translationRepository;
 }
コード例 #2
0
 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;
 }