Persists the specified object or set of objects.
Persists the specified object or set of objects.
public static void Persist(params TransactableObject[]);
Persists the specified object or set of objects.
public static void Persist(IEnumerable<T>);
PersistenceFacade Class | DomainObjects.Facade.Command Namespace