View Javadoc

1   package ar.com.jiji.kaya.app;
2   
3   /**
4    * 
5    * @author lparra
6    * 
7    */
8   public interface ProjectService {
9   
10  	BusinessFacade getBusinessFacade();
11  }