C# 클래스 EducationsCourses.Repository.MembershipRepository

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

공개 메소드들

메소드 설명
Insert ( Course course, Person student ) : void
SelectAllCourses ( ) : List
SelectAllStudents ( ) : List

메소드 상세

Insert() 공개 메소드

public Insert ( Course course, Person student ) : void
course EducationsCourses.Model.Course
student EducationsCourses.Model.Person
리턴 void

SelectAllCourses() 공개 메소드

public SelectAllCourses ( ) : List
리턴 List

SelectAllStudents() 공개 메소드

public SelectAllStudents ( ) : List
리턴 List