Beispiel #1
0
 public MaisonController(IPlanService planService, IModuleService moduleService, IEtageService etageService, IApplicationTraceService traceService)
 {
     _planService   = planService;
     _moduleService = moduleService;
     _etageService  = etageService;
     _service       = "Service commercial";
     _traceService  = traceService;
 }