aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.Common/Insights/InsightsReadyBug.cs
blob: 977fb1582c8d49dcf86bce449ba0bb4eb5d45d28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.FSE.Common.BugReporting;

namespace Tango.FSE.Common.Insights
{
    public class InsightsReadyBug : InsightReadyBase
    {
        public Bug Bug { get; set; }
    }
}