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