Exemple #1
0
 public TBaseCompanyPointLogic(TBaseCompanyPointVo _tBaseCompanyPoint)
 {
     tBaseCompanyPoint = _tBaseCompanyPoint;
     access            = new TBaseCompanyPointAccess();
 }
Exemple #2
0
 public TBaseCompanyPointLogic()
 {
     access = new TBaseCompanyPointAccess();
 }