Should really have fixed indentations now
Some checks failed
Avalonia Code Quality / Lint, Analyze & Build (push) Failing after 57s
Some checks failed
Avalonia Code Quality / Lint, Analyze & Build (push) Failing after 57s
This commit is contained in:
@ -4,10 +4,10 @@ namespace Invoice_App.Models;
|
||||
|
||||
public class Vehicle
|
||||
{
|
||||
public string? Make { get; set; }
|
||||
public string? Model { get; set; }
|
||||
public DateTime? RegistrationDate { get; set; }
|
||||
public string? VinNumber { get; set; }
|
||||
public decimal? Kilometers { get; set; }
|
||||
public string? Comments { get; set; }
|
||||
}
|
||||
public string? Make { get; set; }
|
||||
public string? Model { get; set; }
|
||||
public DateTime? RegistrationDate { get; set; }
|
||||
public string? VinNumber { get; set; }
|
||||
public decimal? Kilometers { get; set; }
|
||||
public string? Comments { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user