Files
BeWoPlaner/BeWo/ServiceProxy/ServiceRecordFLSOverviewDC.cs
2016-06-27 01:45:38 +02:00

13 lines
244 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BeWo.ServiceProxy
{
public partial class ServiceRecordFLSOverviewDC
{
public string GroupName { get; set; }
}
}