Rent-a-Car-Management-System
Rent-a-Car-Management-System copied to clipboard
Code Smell Duplicate Code
Existe un code smell, debido a que se está utilizando fragmentos de código similares en distintas partes del código, se recomienda usar extract method.

There is a code smell, because similar code snippets are being used in different parts of the code, it is recommended to use the extract method.