Skip to content

Commit

Permalink
WorkItem.cs: Remove unnecessay URL field in derived class
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfVio authored Dec 23, 2023
1 parent bef3964 commit bb3c81d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SQLiteConnector/BusinessObjects/WorkItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ public class WorkItem:WorkItemBase
#region Properties

public string CRType { get; set; }
public string Url { get; set; }
public string AreaPath { get; set; }
public string IterationPath { get; set; }
public double? EstimatedEffort { get; set; }
Expand Down

0 comments on commit bb3c81d

Please sign in to comment.