services refactor
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { AnalyticsDashboardDto } from '../dtos';
|
||||
import { AnalyticsDashboardViewModel } from '../view-models';
|
||||
|
||||
export class AnalyticsDashboardPresenter {
|
||||
present(dto: AnalyticsDashboardDto): AnalyticsDashboardViewModel {
|
||||
return new AnalyticsDashboardViewModel(dto);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user