7 lines
83 B
Java
Raw Normal View History

2015-07-22 23:20:28 +03:00
package com.iluwatar;
public interface BusinessService {
void doProcessing();
}