Ejemplo n.º 1
0
 public TBaseAttributeTypeLogic(TBaseAttributeTypeVo _tBaseAttributeType)
 {
     tBaseAttributeType = _tBaseAttributeType;
     access             = new TBaseAttributeTypeAccess();
 }
Ejemplo n.º 2
0
 public TBaseAttributeTypeLogic()
 {
     access = new TBaseAttributeTypeAccess();
 }