Idea of the project: if someone wants to order a project development, here you can send an application.
Imports System.ComponentModel.DataAnnotations
Public Class VehicleViewModel
<Required(ErrorMessage:="Plate number is required")>
Public Number As String
Public VIN As String
End Class