Beispiel #1
0
        public async Task <JsonResult> DeleteVehicle(int id)
        {
            var result = await lostAndFoundType.DeleteVehicleTypeById(id);

            return(Json(result));
        }