add domain layer

This commit is contained in:
Peter Maquiran
2023-06-23 11:47:20 +01:00
parent e4b08b8873
commit e991ba5f4e
19 changed files with 1308 additions and 37 deletions
+1 -3
View File
@@ -88,8 +88,6 @@ export class DeplomaService {
}
async getList() {
}
async getList() {}
}
+1 -1
View File
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { customTask, fullTask, fullTaskList } from '../models/dailyworktask.model';
import { customTask, fullTaskList } from '../models/dailyworktask.model';
import { AttachmentList } from '../models/Excludetask';
import { CustomTaskPipe } from '../pipes/custom-task.pipe';
import { ProcessesService } from '../services/processes.service';