Esempio n. 1
0
 public BranchesService(IBranchesClient branchesClient, ICacheService cacheService)
 {
     _branchesClient = branchesClient;
     _cacheService   = cacheService;
 }
Esempio n. 2
0
 public TableOfContentsService(IBranchesClient branchesClient, IProjectsService projectsService, ICacheService cacheService)
 {
     _branchesClient  = branchesClient;
     _projectsService = projectsService;
     _cacheService    = cacheService;
 }