@{ ViewData["Title"] = "Restore Contacts"; }

Restore Contacts (Super Admin)

@if (TempData["SuccessMessage"] != null) {
@TempData["SuccessMessage"]
} @if (TempData["ErrorMessage"] != null) {
@TempData["ErrorMessage"]
}
This will merge Abraham / Prema / Ponnuraj from a backup ZIP into the current database and copy their photos/documents. It does not delete your existing test contacts.
@Html.AntiForgeryToken()
ZIP must contain ContactManagement.db and uploads/photos, uploads/documents.
Cancel