Example #1
0
 public TBaseAttributeTypeLogic(TBaseAttributeTypeVo _tBaseAttributeType)
 {
     tBaseAttributeType = _tBaseAttributeType;
     access             = new TBaseAttributeTypeAccess();
 }
Example #2
0
 public TBaseAttributeTypeLogic()
 {
     access = new TBaseAttributeTypeAccess();
 }