C# Class HouseOfTheFuture.Api.IntegrationTests.FakeDbContext

Inheritance: IDataContext
Afficher le fichier Open project: HouseOfTheFuture/API-App Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FakeDbContext ( ) : System
SaveChanges ( ) : int
SaveChangesAsync ( ) : Task

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FakeDbContext() public méthode

public FakeDbContext ( ) : System
Résultat System

SaveChanges() public méthode

public SaveChanges ( ) : int
Résultat int

SaveChangesAsync() public méthode

public SaveChangesAsync ( ) : Task
Résultat Task