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 |
public SelectAllLessons ( ) : ObservableCollection |
||
return | ObservableCollection |
public SelectAllLocations ( ) : ObservableCollection |
||
return | ObservableCollection |
public SelectAllTeachers ( ) : ObservableCollection |
||
return | ObservableCollection |
public Update ( Model course, System.Guid id ) : void | ||
course | Model | |
id | System.Guid | |
return | void |