16 lines
383 B
C#
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";
|
|
|
|
|
|
}
|
|
}
|