Beispiel #1
0
 public TBaseAttributeTypeValueLogic(TBaseAttributeTypeValueVo _tBaseAttributeTypeValue)
 {
     tBaseAttributeTypeValue = _tBaseAttributeTypeValue;
     access = new TBaseAttributeTypeValueAccess();
 }
Beispiel #2
0
 public TBaseAttributeTypeValueLogic()
 {
     access = new TBaseAttributeTypeValueAccess();
 }