source: src/main/java/edu/gjoko/schedlr/entity/StakeholderType.java@ 9050790

Last change on this file since 9050790 was cf9cdbf, checked in by Gjoko <goko_kostadinov@…>, 21 months ago

Initial commit.

  • Property mode set to 100644
File size: 111 bytes
Line 
1package edu.gjoko.schedlr.entity;
2
3public enum StakeholderType {
4 ADMIN,
5 CUSTOMER,
6 BUSINESS_OWNER
7}
Note: See TracBrowser for help on using the repository browser.