/// <summary>
 /// There are no comments for EpmCustomers in the schema.
 /// </summary>
 public void AddToEpmCustomers(AstoriaUnitTests.ObjectContextStubs.Types.EpmCustomer epmCustomer)
 {
     base.AddObject("EpmCustomers", epmCustomer);
 }
 public void AddToRegions(AstoriaUnitTests.Stubs.CustomDataClient.OtherNs.Region region)
 {
     base.AddObject("Regions", region);
 }
 /// <summary>
 /// There are no comments for EpmProducts in the schema.
 /// </summary>
 public void AddToEpmProducts(AstoriaUnitTests.ObjectContextStubs.Types.EpmProduct epmProduct)
 {
     base.AddObject("EpmProducts", epmProduct);
 }