-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Concentrator CRUD is now using database (#1323)
* Concentrator list use database + Add sorting * Get concentrator now uses DB * CreateConcentrator now uses DB * Update concentrator now uses DB * Delete concentrator now uses DB * Fix LoRaWANConcentratorsControllerTests * Fix LoRaWANConcentratorServiceTests * Fix ConcentratorListPageTests * Delete Route from GetAllDeviceConcentrator() in LoRaWANConcentratorsController * Make protected as private + remove unused usings Co-authored-by: Hocine Hacherouf <hacherouf.hocine@gmail.com>
- Loading branch information
1 parent
ee40b28
commit 6d43858
Showing
18 changed files
with
622 additions
and
665 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.