Skip to content

Instantly share code, notes, and snippets.

@fernandofederico1984
Created March 16, 2015 17:09
public interface ClientBusinessService{
ClientResponse getClientsByYearAndCity(ClientRequest rq);
ClientResponse getClientsByCountry(ClientRequest rq);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment