Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
EducationsCourses
Repository
LessonRepository
C# Class EducationsCourses.Repository.LessonRepository
Inheritance:
ILessonRepsitory
Show file
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