Example #1
0
        void ActionDeleteUser()
        {
            var Id = TextDeleteUser();

            BLL.DeleteUserById(Id);
        }