(options = {})
| 1195 | } |
| 1196 | |
| 1197 | destudent (options = {}) { |
| 1198 | options.url = _.result(this, 'url') + '/destudent' |
| 1199 | options.type = 'POST' |
| 1200 | return this.fetch(options) |
| 1201 | } |
| 1202 | |
| 1203 | deteacher (options = {}) { |
| 1204 | options.url = _.result(this, 'url') + '/deteacher' |
no test coverage detected