Inheritance: com.Sconit.Entity.View.LocationLotDetailViewBase
 public virtual void DeleteLocationLotDetailView(LocationLotDetailView entity)
 {
     entityDao.DeleteLocationLotDetailView(entity);
 }
 public virtual void UpdateLocationLotDetailView(LocationLotDetailView entity)
 {
     entityDao.UpdateLocationLotDetailView(entity);
 }
 public virtual void CreateLocationLotDetailView(LocationLotDetailView entity)
 {
     Create(entity);
 }