// GET: Service public ActionResult Index() { return(View(serviceDAO.GetAllService())); }
public static IEnumerable <Service> GetAllService() { return(ServiceDAO.GetAllService()); }