public int AddPaymentData([FromBody] Payment PaymentModel, string PaymentNo) { return(_IPayment.AddPaymentData(PaymentModel, PaymentNo)); }