Example #1
0
        public List <DepotDTO> GetDepotList()
        {
            DepotManager depotManager = new DepotManager();

            var depot = depotManager.GetDepotList();

            return(depot);
        }