public TBaseMonitorTypeInfoLogic(TBaseMonitorTypeInfoVo _tBaseMonitorTypeInfo)
 {
     tBaseMonitorTypeInfo = _tBaseMonitorTypeInfo;
     access = new TBaseMonitorTypeInfoAccess();
 }
 public TBaseMonitorTypeInfoLogic()
 {
     access = new TBaseMonitorTypeInfoAccess();
 }