C# Class EducationsCourses.Repository.LessonRepository

Inheritance: ILessonRepsitory
Exibir arquivo Open project: rabbal/WPFEducation_Management Class Usage Examples

Public Methods

Method Description
Delete ( Lesson lesson ) : void
Insert ( string name ) : void
SelectAll ( ) : List

Method Details

Delete() public method

public Delete ( Lesson lesson ) : void
lesson EducationsCourses.Model.Lesson
return void

Insert() public method

public Insert ( string name ) : void
name string
return void

SelectAll() public method

public SelectAll ( ) : List
return List