source: Git/src/main/java/com/wediscussmovies/project/model/enumerations/DiscussionType.java@ 3fe36de

main
Last change on this file since 3fe36de was 7fafead, checked in by Test <matonikolov77@…>, 2 years ago

Resolving models

  • Property mode set to 100644
File size: 96 bytes
Line 
1package com.wediscussmovies.project.model.enumerations;
2
3public enum DiscussionType {
4 M,P
5}
Note: See TracBrowser for help on using the repository browser.