using
(
SqlCommand
cmd
=
new
SqlCommand
(reqSql))
{
cmd
.Parameters.
AddWithValue
(
"@id"
, currentUserId).SqlDbType =
SqlDbType
.Char;
Api
.
SqlExec
(MercatorUi.
Globals
.RepData,
cmd
);
}