UNPKG

restaurantt

Version:

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

14 lines (11 loc) 189 B
class DTOCustomer { IDCustomer=0; NamesC=""; LastNameC=""; PhoneNumberC=""; constructor() { } } module.exports = { DTOCustomer };