using Microsoft.AspNetCore.Mvc; namespace Application.Web { public class BuyShipParms { public string usId { get; set; } } }