package org.msh.etbm.services;

/**
 * Used to define the scope on request operations
 *
 * Created by rmemoria on 18/9/16.
 */
public enum RequestScope {

    WORKSPACE,
    ADMINUNIT,
    UNIT
}
