Overview
TheCoche class is a data model that represents a car entity in the MvcCoreUtilidades application. It contains basic information about a car including its identifier, brand, model, and image.
Namespace: MvcCoreUtilidades.Models
Properties
IdCoche
int
Marca
string
Modelo
string
Imagen
string