public bool Add(TEntity entity) { return(BaseDao.Add(entity)); }
public TEntity GetOne(object id, int areaId = 0) { return(BaseDao.GetOne(id)); }