Méthode | Description | |
---|---|---|
Clear ( ) : void | ||
Commit ( ) : void | ||
RegisterAmended ( IAggregateDataModel entity, IUnitOfWorkRepository unitofWorkRepository ) : void | ||
RegisterNew ( IAggregateDataModel entity, IUnitOfWorkRepository unitofWorkRepository ) : void | ||
UnitOfWork ( ) : System |
public RegisterAmended ( IAggregateDataModel entity, IUnitOfWorkRepository unitofWorkRepository ) : void | ||
entity | IAggregateDataModel | |
unitofWorkRepository | IUnitOfWorkRepository | |
Résultat | void |
public RegisterNew ( IAggregateDataModel entity, IUnitOfWorkRepository unitofWorkRepository ) : void | ||
entity | IAggregateDataModel | |
unitofWorkRepository | IUnitOfWorkRepository | |
Résultat | void |