GetAllVehicles() public method

public GetAllVehicles ( ) : IEnumerable
return IEnumerable
Example #1
0
        // ############################################################

        //
        // GET: /Vehicles/
        public ActionResult Index()
        {
            return(View(m.GetAllVehicles()));
        }