|
|
@@ -11,7 +11,6 @@ import java.util.List;
|
|
11
|
11
|
/**
|
|
12
|
12
|
* This facade shields the domain layer - model, services, repositories -
|
|
13
|
13
|
* from concerns about such things as the user interface and remoting.
|
|
14
|
|
- * It is an application service.
|
|
15
|
14
|
*/
|
|
16
|
15
|
public interface BookingServiceFacade extends Remote {
|
|
17
|
16
|
|