Beispiel #1
0
        public static UnbufferedBatchCustomer CreateUnbufferedBatchCustomer(int ID)
        {
            UnbufferedBatchCustomer unbufferedBatchCustomer = new UnbufferedBatchCustomer();

            unbufferedBatchCustomer.Id = ID;
            return(unbufferedBatchCustomer);
        }
 public void AddToUnbufferedBatchCustomer(UnbufferedBatchCustomer unbufferedBatchCustomer)
 {
     base.AddObject("UnbufferedBatchCustomer", unbufferedBatchCustomer);
 }
Beispiel #3
0
 public void AddToUnbufferedBatchCustomer(UnbufferedBatchCustomer unbufferedBatchCustomer)
 {
     base.AddObject("UnbufferedBatchCustomer", unbufferedBatchCustomer);
 }
 public static UnbufferedBatchCustomer CreateUnbufferedBatchCustomer(int ID)
 {
     UnbufferedBatchCustomer unbufferedBatchCustomer = new UnbufferedBatchCustomer();
     unbufferedBatchCustomer.Id = ID;
     return unbufferedBatchCustomer;
 }