示例#1
0
 //update the task for a group
 public void UpdateTask(Models.Task task, int ID, int teamID)
 {
     sql.UpdateTask(task, ID, teamID);
 }