Open camilosampedro opened 8 years ago
On controllers.LaboratoryController add a method getAll that returns all laboratory as a single JSON list.
controllers.LaboratoryController
getAll
Existing LaboratoryService should be used for obtaining the Laboratory list.
This might be a migration from the controllers.api.LaboratoryController.listAll method that will be deleted soon.
controllers.api.LaboratoryController.listAll
Hello, I was checking this issue, but it seems it's already implemented?
On
controllers.LaboratoryController
add a methodgetAll
that returns all laboratory as a single JSON list.Existing LaboratoryService should be used for obtaining the Laboratory list.
This might be a migration from the
controllers.api.LaboratoryController.listAll
method that will be deleted soon.