Also refactored database parameters with a few extension methods; ready for profile view page
15 lines
512 B
Plaintext
15 lines
512 B
Plaintext
@using Blazored.Toast
|
|
@using Blazored.Toast.Services
|
|
@using System.Net.Http
|
|
@using System.Net.Http.Json
|
|
@using Microsoft.AspNetCore.Components.Forms
|
|
@using Microsoft.AspNetCore.Components.Routing
|
|
@using Microsoft.AspNetCore.Components.Web
|
|
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
|
@using Microsoft.AspNetCore.Components.WebAssembly.Http
|
|
@using Microsoft.AspNetCore.WebUtilities
|
|
@using Microsoft.JSInterop
|
|
@using JobsJobsJobs.Client
|
|
@using JobsJobsJobs.Client.Shared
|
|
@using JobsJobsJobs.Shared
|