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