C# 클래스 EducationsCourses.Repository.SMSRepository

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

공개 메소드들

메소드 설명
SelectAllCourses ( ) : List
SelectStudentsOfCourse ( Course course ) : List

메소드 상세

SelectAllCourses() 공개 메소드

public SelectAllCourses ( ) : List
리턴 List

SelectStudentsOfCourse() 공개 메소드

public SelectStudentsOfCourse ( Course course ) : List
course EducationsCourses.Model.Course
리턴 List