C# 클래스 UniPlanner.BLL.Management

파일 보기 프로젝트 열기: yuriy-muzychuk/UniPlanner 1 사용 예제들

공개 메소드들

메소드 설명
GetAllActiveLessons ( ) : IEnumerable
GetLessonsById ( System.Guid id ) : LessonDto
GetLessonsForStudentOnDay ( System.Guid studentId, DayOfWeek day ) : IEnumerable
GetLessonsOnDayGroup ( string day, string groupName ) : IEnumerable
Management ( ) : System
Management ( BaseContext context ) : System

메소드 상세

GetAllActiveLessons() 공개 메소드

public GetAllActiveLessons ( ) : IEnumerable
리턴 IEnumerable

GetLessonsById() 공개 메소드

public GetLessonsById ( System.Guid id ) : LessonDto
id System.Guid
리턴 UniPlanner.DTO.LessonDto

GetLessonsForStudentOnDay() 공개 메소드

public GetLessonsForStudentOnDay ( System.Guid studentId, DayOfWeek day ) : IEnumerable
studentId System.Guid
day DayOfWeek
리턴 IEnumerable

GetLessonsOnDayGroup() 공개 메소드

public GetLessonsOnDayGroup ( string day, string groupName ) : IEnumerable
day string
groupName string
리턴 IEnumerable

Management() 공개 메소드

public Management ( ) : System
리턴 System

Management() 공개 메소드

public Management ( BaseContext context ) : System
context UniPlanner.DBContext.BaseContext
리턴 System