C# Class HouseOfTheFuture.Api.IntegrationTests.FakeDbContext

Inheritance: IDataContext
显示文件 Open project: HouseOfTheFuture/API-App Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FakeDbContext ( ) : System
SaveChanges ( ) : int
SaveChangesAsync ( ) : Task

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FakeDbContext() public method

public FakeDbContext ( ) : System
return System

SaveChanges() public method

public SaveChanges ( ) : int
return int

SaveChangesAsync() public method

public SaveChangesAsync ( ) : Task
return Task