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