added listing api

This commit is contained in:
VirajBrainvire
2024-04-23 10:38:09 +05:30
parent 871544f007
commit bef2f1e4ad
3 changed files with 36 additions and 1 deletions

View File

@ -29,4 +29,8 @@ export class UserDevicePermissionService {
},
);
}
async fetchuserPermission() {
return await this.deviceUserTypeRepository.find();
}
}