package com.iluwatar;
/**
*
* Interface for service implementations
*/
public interface BusinessService {
void doProcessing();
}