Add vehicle recall
This commit is contained in:
@@ -13,6 +13,7 @@ namespace MileageTraker.Web.Context
|
||||
public DbSet<Role> Roles { get; set; }
|
||||
public DbSet<PurposeType> PurposeTypes { get; set; }
|
||||
public DbSet<FuelLog> FuelLogs { get; set; }
|
||||
public DbSet<VehicleRecall> VehicleRecalls { get; set; }
|
||||
public DbSet<VehicleService> VehicleServices { get; set; }
|
||||
public DbSet<ServiceReminder> ServiceReminders { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user