java/nekurak.net-lib/src/cz/frantovo/nekurak/ejb/PodnikDAORemote.java
changeset 48 86bd44cebe8f
parent 47 10cd7f54f9f5
child 49 9b2a597cc862
     1.1 --- a/java/nekurak.net-lib/src/cz/frantovo/nekurak/ejb/PodnikDAORemote.java	Fri Feb 26 18:24:10 2010 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,11 +0,0 @@
     1.4 -package cz.frantovo.nekurak.ejb;
     1.5 -
     1.6 -import cz.frantovo.nekurak.dto.Podnik;
     1.7 -import java.util.Collection;
     1.8 -import javax.ejb.Remote;
     1.9 -
    1.10 -@Remote
    1.11 -public interface PodnikDAORemote {
    1.12 -
    1.13 -    public Collection<Podnik> getPodniky();
    1.14 -}