summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/managemencs.service.ts
blob: 2bf06233eb0d317e9c90f61055bd3af02262afb9 (plain)
1
2
3
4
5
6
7
8
import { Injectable } from '@angular/core';

@Injectable()
export class ManagemencsService {

  constructor() { }

}