Exemplo n.º 1
0
 public TBaseAttributeTypeValueLogic(TBaseAttributeTypeValueVo _tBaseAttributeTypeValue)
 {
     tBaseAttributeTypeValue = _tBaseAttributeTypeValue;
     access = new TBaseAttributeTypeValueAccess();
 }
Exemplo n.º 2
0
 public TBaseAttributeTypeValueLogic()
 {
     access = new TBaseAttributeTypeValueAccess();
 }