Example #1
0
        //public List<ShelfDef> GetEmptyHandOffShelfNorth()
        //{
        //    try
        //    {
        //        using (DBConnection_EF con = DBConnection_EF.GetUContext())
        //        {
        //            return shelfdefDao.GetEmptyHandOffShelfNorth(con);
        //        }
        //    }
        //    catch (Exception ex)
        //    {
        //        logger.Error(ex, "Exception");
        //        return null;
        //    }
        //}

        public List <ShelfDef> GetEmptyHandOffShelfSouth()
        {
            try
            {
                using (DBConnection_EF con = DBConnection_EF.GetUContext())
                {
                    return(shelfdefDao.GetEmptyHandOffShelfSouth(con));
                }
            }
            catch (Exception ex)
            {
                logger.Error(ex, "Exception");
                return(null);
            }
        }