메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Dispose this unit of work
|
|
Dispose ( bool disposing ) : void |
Handles disposing the entity framework DB context
|
|
SaveChanges ( ) : int |
Saves all database changes for this unit of work
|
|
UnitOfWork ( ) : System |
Creates a new unit of work for the various database repositories
|