Open untael opened 5 years ago
Entity contain needed fields (with type) Repository contain import of entity, and some methods related to the entity
Example: Entity - Product Repository ProductRepository Product repository contain methods (exapmle create, update, remove, getOne etc)
made JSON server, object, requests
done
Entity contain needed fields (with type) Repository contain import of entity, and some methods related to the entity
Example: Entity - Product Repository ProductRepository Product repository contain methods (exapmle create, update, remove, getOne etc)