Exemplo n.º 1
0
 public static void DeleteTasksByColumn(int column_id)
 {
     TaskDAL.DeleteTasksByColumn(column_id);
 }