mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Added services and models
This commit is contained in:
5
src/app/core/tasks/models/claimed-task-object.model.ts
Normal file
5
src/app/core/tasks/models/claimed-task-object.model.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { TaskObject } from './task-object.model';
|
||||
|
||||
export class ClaimedTask extends TaskObject {
|
||||
|
||||
}
|
Reference in New Issue
Block a user