Exemple #1
0
 /// <summary>
 /// The add to collection.
 /// </summary>
 /// <param name="customer">
 /// The invoice.
 /// </param>
 /// <param name="collection">
 /// The collection.
 /// </param>
 public static void AddToCollection(this ICustomer customer, IEntityCollection collection)
 {
     customer.AddToCollection(collection.Key);
 }