Design other operations

In order to design other operation, to extend the coverage of reusability of core banking services, designer could create new operation, define all the data in CommonBusinessService project and implement the backend logic as well. As the project hierarchy is already set up, in local project, for example InternetBankingWeb, designer could directly call the common operation, just as the sample operations specified above.

Designer could also create local operation, in the consideration of scope. In this sample, all the operation around fund and credit card are local operation. They can be a web service calling or a backend database query.

For the detail of operation, please refer this section.