Beispiel #1
0
        private void getValueTask()
        {
            TasksBLL.expiringTask();

            int taskId = Convert.ToInt32(Request.QueryString["id"]);

            task = TasksBLL.getTaskByTaskId(taskId);
        }