Exemple #1
0
 public async Task <IResponseOutput> GetUserPermissions()
 {
     return(await _permissionServices.GetUserPermissionListAsync());
 }