NotificationType.java

package com.aleprimo.Booking_System_App.entity.enums;

public enum NotificationType {
    EMAIL,
    SMS
}