sourabhsmf / sfg-pet-clinic-multi-module

0 stars 1 forks source link

Add CRUD operation in VisitController #44

Closed sourabhsmf closed 4 years ago

sourabhsmf commented 4 years ago

Add unittestcase

sourabhsmf commented 4 years ago

Will leave this controller as placeholder, as visit only has read by pet which lists all visit for a pet, read by vet which lists all visit for a vet received for various pets and create a new visit for pet

sourabhsmf commented 4 years ago

relates to commit

sourabhsmf commented 4 years ago

Will add unittestcase in #48