Files
BeWoPlaner/Data/Entities/Customer2AssessmentSheetCategory.cs
2016-06-27 01:45:38 +02:00

16 lines
383 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BeWo.Data.Entities
{
public class Customer2AssessmentSheetCategory : BeWoEntityBase
{
public static string PropertyName_CustomerOid = "CustomerOid";
public static string PropertyName_AssessmentSheetOid = "AssessmentSheetOid";
}
}