Exemple #1
0
 public CreateTemplateFacade(
     IConstante Constante,
     IDirectoryService DirectoryService
     )
 {
     this.Constante        = Constante;
     this.DirectoryService = DirectoryService;
 }
Exemple #2
0
 public DirectoryService(
     IConstante Constante
     )
 {
     this.Constante = Constante;
 }