Exemple #1
0
 private void Block(object actionArgument)
 {
     CheckAuthorization();
     SubscriberInfoProvider.BlockUser(ValidationHelper.GetInteger(actionArgument, 0));
 }