Esempio n. 1
0
        public ActionResult AppointmentTable()
        {
            DataForSalesService service = new DataForSalesService();

            return(View(service.GetAppointmentData()));
        }
Esempio n. 2
0
        public ActionResult DataForSales()
        {
            DataForSalesService service = new DataForSalesService();

            return(View(service.GetData()));
        }