public class CustomersDatabaseService extends Object implements CustomersDatabase
| Constructor and Description |
|---|
CustomersDatabaseService() |
| Modifier and Type | Method and Description |
|---|---|
String |
addContact(ContactDTO contact) |
ContactsDTO |
getContacts() |
public ContactsDTO getContacts() throws Exception
getContacts in interface CustomersDatabaseExceptionpublic String addContact(ContactDTO contact) throws Exception
addContact in interface CustomersDatabaseExceptionCopyright © 2015 WSO2 Inc. All rights reserved.