UNPKG

restaurantt

Version:

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

14 lines (10 loc) 162 B
class DTOCategory { IDCategory=0; NameC=""; DescriptionC=""; constructor() { } } module.exports = { DTOCategory };