Example #1
0
        public int AddTask(R_Task t)
        {
            int id = (int)t.Insert();

            return(id);
        }