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