Example #1
0
        public async Task <ActionResult> Purchase(long transactionMasterId)
        {
            var model = await SerialNumbers.GetSerialNumberDetails(this.Tenant, transactionMasterId).ConfigureAwait(true);

            return(this.FrapidView(this.GetRazorView <AreaRegistration>("Tasks/Entry/SerialNumber.cshtml", this.Tenant), model));
        }