C# Class EducationsCourses.Repository.LocationRepository

Inheritance: ILocationRepository
Show file Open project: rabbal/WPFEducation_Management Class Usage Examples

Public Methods

Method Description
Delete ( Model location ) : void
Insert ( Model location ) : void
SelectAll ( ) : List

Method Details

Delete() public method

public Delete ( Model location ) : void
location Model
return void

Insert() public method

public Insert ( Model location ) : void
location Model
return void

SelectAll() public method

public SelectAll ( ) : List
return List