Exemplo n.º 1
0
 public TBaseAttributeInfoLogic(TBaseAttributeInfoVo _tBaseAttributeInfo)
 {
     tBaseAttributeInfo = _tBaseAttributeInfo;
     access             = new TBaseAttributeInfoAccess();
 }
Exemplo n.º 2
0
 public TBaseAttributeInfoLogic()
 {
     access = new TBaseAttributeInfoAccess();
 }