Commit c4f1d3e3 by Antti Tonkyra

VotingFacade.java

1 parent 3e515a8d
package fi.insomnia.bortal.facade;
import javax.ejb.LocalBean;
import javax.ejb.Stateless;
@Stateless
@LocalBean
public class VotingFacade {
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!