Files
BeWoPlaner/BeWo/View/Report/MitarbeiterKoelnRing/FLSOverviewRow.cs
2016-06-27 01:45:38 +02:00

16 lines
365 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using BS.Shared.DataContracts;
namespace BeWo.View.Report.MitarbeiterKoelnRing
{
public class FLSOverviewRow
{
public FLSAnalysisRootDC FLSAnalysisRootDC { get; set; }
public List<FLSOverviewDetailRow> DetailRows { get; set; }
}
}