接口执行 meaning in English
interface implementations
Examples
- Businesslayerproxy never knows what command it s executing , only that it s executing some business logic through the icommand interface notice the return value from commandfactory
Businesslayerproxy并不清楚执行什么命令,它只是通过icommand接口执行一些业务逻辑(注意commandfactory的返回值) 。