메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public RegisterNew ( IAggregateDataModel entity, IUnitOfWorkRepository unitofWorkRepository ) : void | ||
entity | IAggregateDataModel | |
unitofWorkRepository | IUnitOfWorkRepository | |
리턴 | void |