using System ; using System . Collections . Generic ; using System . Linq ; using System . Threading . Tasks ; using Microsoft . AspNetCore . Builder ; using Microsoft . AspNetCore . Hosting ; using Microsoft . AspNetCore . HttpsPolicy ; using Microsoft . AspNetCore . Mvc ; using Microsoft . Extensions . Configuration ; using Microsoft . Extensions . DependencyInjection ; using Microsoft . Extensions . Hosting ; using Microsoft . Extensions . Logging ; using Microsoft . EntityFrameworkCore ; using MovejobtoWms . Models ; using Microsoft . AspNetCore . Authentication . Cookies ; using Microsoft . AspNetCore . Authentication ; using Newtonsoft . Json ; using Microsoft . AspNetCore . Http ; using System . Net . Http . Headers ; namespace MovejobtoWms { public class Star...