Example #1
0
 public async Task <bool> UpdateStatusAsync(int profileId, int status)
 {
     return(await _rpRevoke.UpdateStatusAsync(_process.User.Id, profileId, status));
 }
 public async Task <bool> UpdateStatusAsync(int userId, int profileId, int status)
 {
     return(await _rpRevokeDebt.UpdateStatusAsync(userId, profileId, status));
 }