Пример #1
0
        public ICollection <Package> AllPackagesInCenter(int userID)
        {
            int currentCenterID = employeeLoginDao.GetEmployeeLoginDetail(userID).DistributionCenterID;

            return(packageDao.PackagesInCenter(currentCenterID));
        }