Idea of the project: if someone wants to order a project development, here you can send an application.
Imports System.Web.Mvc
Imports VehicleMaintenance.Core
Namespace Controllers
Public Class BaseController
Inherits Controller
Public ReadOnly VehicleService As New VehicleService
End Class
End Namespace