aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.Common/Insights/InsightsReadyUpdate.cs
blob: 6c31ead7e7d57615c2b68a89b68a1aae9dfd9661 (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.BL.Entities;

namespace Tango.FSE.Common.Insights
{
    public class InsightsReadyUpdate : InsightReadyBase
    {
        public TangoUpdate Update { get; set; }
    }
}