Метод | Описание | |
---|---|---|
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
|
public Dispose ( bool disposing ) : void | ||
disposing | bool | Are we disposing? |
Результат | void |