Exemplo n.º 1
0
        public List <Service> fetchAllServices(DateTime lowerDate, DateTime upperDate)
        {
            DALayer newLayer = new DALayer();

            return(newLayer.FetchAllServices(lowerDate, upperDate));
        }
Exemplo n.º 2
0
        public List <Service> fetchAllServices()
        {
            DALayer newLayer = new DALayer();

            return(newLayer.FetchAllServices());
        }