C# Class EducationsCourses.Repository.LocationRepository

Inheritance: ILocationRepository
Afficher le fichier Open project: rabbal/WPFEducation_Management Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( Model location ) : void
Insert ( Model location ) : void
SelectAll ( ) : List

Method Details

Delete() public méthode

public Delete ( Model location ) : void
location Model
Résultat void

Insert() public méthode

public Insert ( Model location ) : void
location Model
Résultat void

SelectAll() public méthode

public SelectAll ( ) : List
Résultat List