Files
BeWoPlaner/BeWo/ServiceProxy/ServiceRecordFLSOverviewDC.cs

13 lines
244 B
C#
Raw Permalink Normal View History

2016-06-27 01:45:38 +02:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BeWo.ServiceProxy
{
public partial class ServiceRecordFLSOverviewDC
{
public string GroupName { get; set; }
}
}