C# Class EducationsCourses.Repository.CourseRepository

Inheritance: ICourseRepository
显示文件 Open project: rabbal/WPFEducation_Management Class Usage Examples

Public Methods

Method Description
Delete ( Model course ) : void
Insert ( Model course ) : void
SelectAll ( ) : ObservableCollection
SelectAllLessons ( ) : ObservableCollection
SelectAllLocations ( ) : ObservableCollection
SelectAllTeachers ( ) : ObservableCollection
Update ( Model course, System.Guid id ) : void

Method Details

Delete() public method

public Delete ( Model course ) : void
course Model
return void

Insert() public method

public Insert ( Model course ) : void
course Model
return void

SelectAll() public method

public SelectAll ( ) : ObservableCollection
return ObservableCollection

SelectAllLessons() public method

public SelectAllLessons ( ) : ObservableCollection
return ObservableCollection

SelectAllLocations() public method

public SelectAllLocations ( ) : ObservableCollection
return ObservableCollection

SelectAllTeachers() public method

public SelectAllTeachers ( ) : ObservableCollection
return ObservableCollection

Update() public method

public Update ( Model course, System.Guid id ) : void
course Model
id System.Guid
return void