C# 클래스 EducationsCourses.Repository.LessonRepository

상속: ILessonRepsitory
파일 보기 프로젝트 열기: rabbal/WPFEducation_Management 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( Lesson lesson ) : void
Insert ( string name ) : void
SelectAll ( ) : List

메소드 상세

Delete() 공개 메소드

public Delete ( Lesson lesson ) : void
lesson EducationsCourses.Model.Lesson
리턴 void

Insert() 공개 메소드

public Insert ( string name ) : void
name string
리턴 void

SelectAll() 공개 메소드

public SelectAll ( ) : List
리턴 List