Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
InitUnitOfWorkContext ( IUnitOfWorkContext unitOfWorkContext ) : void |
Inits the unit of work context.
|
|
UnitOfWork ( ) : System |
Initializes a new instance of the UnitOfWork class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
public InitUnitOfWorkContext ( IUnitOfWorkContext unitOfWorkContext ) : void | ||
unitOfWorkContext | IUnitOfWorkContext | The unit of work context. |
return | void |