/// <summary> /// There are no comments for TblPaymentType in the schema. /// </summary> public void AddToTblPaymentType(TblPaymentType tblPaymentType) { base.AddObject("TblPaymentType", tblPaymentType); }
/// <summary> /// Create a new TblPaymentType object. /// </summary> /// <param name="paymentTypeId">Initial value of PaymentTypeId.</param> public static TblPaymentType CreateTblPaymentType(byte paymentTypeId) { TblPaymentType tblPaymentType = new TblPaymentType(); tblPaymentType.PaymentTypeId = paymentTypeId; return tblPaymentType; }