C# Class StudentSystem.Data.StudentsSystemData

Inheritance: IStudentSystemData, IDisposable
Show file Open project: TelerikAcademy/Databases Class Usage Examples

Public Methods

Method Description
Commit ( ) : void
Dispose ( ) : void
StudentsSystemData ( IStudentSystemDbContext context ) : System

Method Details

Commit() public method

public Commit ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

StudentsSystemData() public method

public StudentsSystemData ( IStudentSystemDbContext context ) : System
context IStudentSystemDbContext
return System