public TableCmdsController(ITableCmdRepository tableCmdRepository, IServeurRepository serveurRepository, IMapper mapper)
 {
     _tableCmdRepository = tableCmdRepository;
     _serveurRepository  = serveurRepository;
     _mapper             = mapper;
 }
 public TableCmdController(ITableCmdRepository TableCmdRepository, IServeurRepository ServeurRepository, IMapper mapper)
 {
     _TableCmdRepository = TableCmdRepository;
     _ServeurRepository  = ServeurRepository;
     _mapper             = mapper;
 }