Ejemplo n.º 1
0
        public static DefaultBatchCustomer CreateDefaultBatchCustomer(int ID)
        {
            DefaultBatchCustomer defaultBatchCustomer = new DefaultBatchCustomer();

            defaultBatchCustomer.Id = ID;
            return(defaultBatchCustomer);
        }
 public void AddToDefaultBatchCustomer(DefaultBatchCustomer defaultBatchCustomer)
 {
     base.AddObject("DefaultBatchCustomer", defaultBatchCustomer);
 }
Ejemplo n.º 3
0
 public void AddToDefaultBatchCustomer(DefaultBatchCustomer defaultBatchCustomer)
 {
     base.AddObject("DefaultBatchCustomer", defaultBatchCustomer);
 }
 public static DefaultBatchCustomer CreateDefaultBatchCustomer(int ID)
 {
     DefaultBatchCustomer defaultBatchCustomer = new DefaultBatchCustomer();
     defaultBatchCustomer.Id = ID;
     return defaultBatchCustomer;
 }