mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
Create service notification message and roleId service
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class RoleIdService {
|
||||
|
||||
constructor() { }
|
||||
|
||||
/**
|
||||
* @description President role id
|
||||
*/
|
||||
PV: number = 100000011
|
||||
/**
|
||||
* @description Vice president role id
|
||||
*/
|
||||
PRES: number = 100000014
|
||||
/**
|
||||
* @description Consultant role id
|
||||
*/
|
||||
Consultant: number = 99999872
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user