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