public interface CustomersDatabase
| Modifier and Type | Method and Description |
|---|---|
String |
addContact(ContactDTO contact) |
ContactsDTO |
getContacts() |
ContactsDTO getContacts() throws Exception
ExceptionString addContact(ContactDTO contact) throws Exception
ExceptionCopyright © 2015 WSO2 Inc. All rights reserved.