Added favorite softkey API
This commit is contained in:
@@ -28,6 +28,7 @@ namespace Step.Database
|
||||
public DbSet<PerformedMaintenanceModel> PerformedMaintenances { get; set; }
|
||||
public DbSet<MaintenanceNoteModel> MaintenancesNotes { get; set; }
|
||||
public DbSet<MaintenanceFileModel> MaintenanceFiles { get; set; }
|
||||
public DbSet<FavoriteUserSoftkeyModel> FavoriteUserSoftkeys { get; set; }
|
||||
|
||||
// Create migration string
|
||||
public static string CONNECTION_STRING = "Server = " + "localhost" + "; Database=" + DATABASE_NAME +";Uid="+ DATABASE_USER +";Pwd="+ DATABASE_PWD +";";
|
||||
|
||||
Reference in New Issue
Block a user