Implemented permission getting

ref #6
This commit is contained in:
2020-12-18 15:12:06 +01:00
parent 388fc6ba6a
commit d89fcb84a2
5 changed files with 180 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ import { Principal } from './Principal';
* Defines the Permission interface.
*/
@Entity()
export abstract class Permission {
export class Permission {
/**
* Autogenerated unique id (primary key).
*/