/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package entities;


import javax.faces.bean.ManagedBean;
import javax.faces.bean.NoneScoped;
import javax.faces.bean.RequestScoped;
@ManagedBean(name = "modulr")
@RequestScoped
public class ModulRequest extends Modul{

}
