C# Class ModernWebStore.Infra.Persistence.UnitOfWork

Inheritance: IUnitOfWork
Afficher le fichier Open project: andrebaltieri/mwa-api

Méthodes publiques

Méthode Description
Commit ( ) : void
Dispose ( ) : void
UnitOfWork ( StoreDataContext context ) : ModernWebStore.Infra.Persistence.DataContexts

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Commit() public méthode

public Commit ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

UnitOfWork() public méthode

public UnitOfWork ( StoreDataContext context ) : ModernWebStore.Infra.Persistence.DataContexts
context ModernWebStore.Infra.Persistence.DataContexts.StoreDataContext
Résultat ModernWebStore.Infra.Persistence.DataContexts