Example #1
0
 /// <summary>
 /// There are no comments for tblUserPayments in the schema.
 /// </summary>
 public void AddTotblUserPayments(tblUserPayments tblUserPayments)
 {
     base.AddObject("tblUserPayments", tblUserPayments);
 }
Example #2
0
 /// <summary>
 /// Create a new tblUserPayments object.
 /// </summary>
 /// <param name="paymentID">Initial value of PaymentID.</param>
 /// <param name="createdDate">Initial value of CreatedDate.</param>
 public static tblUserPayments CreatetblUserPayments(int paymentID, global::System.DateTime createdDate)
 {
     tblUserPayments tblUserPayments = new tblUserPayments();
     tblUserPayments.PaymentID = paymentID;
     tblUserPayments.CreatedDate = createdDate;
     return tblUserPayments;
 }