Added a method to get the device count based on app os type with group

This commit is contained in:
Ruwin Dissanayake 2024-09-19 19:13:31 +05:30
parent a161791fc0
commit 9107efb3a6

View File

@ -77,6 +77,7 @@ public class GroupManagementProviderServiceImpl implements GroupManagementProvid
private final GroupDAO groupDAO;
private final DeviceDAO deviceDAO;
/**
* Set groupDAO from GroupManagementDAOFactory when class instantiate.
*/