Exemple #1
0
 public void AddToCustomer_and_Suppliers_by_Cities(Customer_and_Suppliers_by_City customer_and_Suppliers_by_City)
 {
     base.AddObject("Customer_and_Suppliers_by_Cities", customer_and_Suppliers_by_City);
 }
Exemple #2
0
 public static Customer_and_Suppliers_by_City CreateCustomer_and_Suppliers_by_City(string companyName, string relationship)
 {
     Customer_and_Suppliers_by_City customer_and_Suppliers_by_City = new Customer_and_Suppliers_by_City();
     customer_and_Suppliers_by_City.CompanyName = companyName;
     customer_and_Suppliers_by_City.Relationship = relationship;
     return customer_and_Suppliers_by_City;
 }