UNPKG

restaurantt

Version:

This package contains a backend of what would be the logic of a restaurant software

16 lines (13 loc) 206 B
class DTOUser { IDCardU="" ; NamesUserU=""; CityU=""; TypeUserU="" ; HashhU="" ; PasswordUserU=""; constructor() { } } module.exports = { DTOUser };