C# Class EducationsCourses.Repository.LessonRepository

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

Méthodes publiques

Méthode Description
Delete ( Lesson lesson ) : void
Insert ( string name ) : void
SelectAll ( ) : List

Method Details

Delete() public méthode

public Delete ( Lesson lesson ) : void
lesson EducationsCourses.Model.Lesson
Résultat void

Insert() public méthode

public Insert ( string name ) : void
name string
Résultat void

SelectAll() public méthode

public SelectAll ( ) : List
Résultat List