#348 - Data Tranfer Object : customer client request customer details to server at one shot.

This commit is contained in:
Gopinath Langote
2017-08-11 16:17:51 +05:30
parent 229fda9f3c
commit df9be78504
4 changed files with 90 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -1,5 +1,10 @@
@startuml
package com.iluwatar.datatransfer {
class CustomerClientApp {
+ CustomerClientApp()
+ main(args : String[]) {static}
- printCustomerDetails(allCustomers : List<CustomerDto>) {static}
}
class CustomerDto {
- firstName : String
- id : String