@page "/Contacts" @using Gremlin_BlazorServer.Services @using Gremlin_BlazorServer.Data.EntityClasses @inject GenericController GenericController @inject GenericImporter GenericImporter
Contacts
@if (selectedContact != null) {
Quotes for SelectedContact: @selectedContact.FirstName @selectedContact.LastName
@if (selectedQuote?.LineItems != null) {
LineItems in SelectedQuote: @selectedQuote.QuotationNumber
} }
Import Contacts from CSV
Authentication Failure! You're not signed in. Please click on the upper right to either register or log in.