Example #1
0
 /// <summary>
 /// There are no comments for TblPaymentType in the schema.
 /// </summary>
 public void AddToTblPaymentType(TblPaymentType tblPaymentType)
 {
     base.AddObject("TblPaymentType", tblPaymentType);
 }
Example #2
0
 /// <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;
 }