main
1namespace solidware.financials.service.domain.payroll
2{
3    public interface Frequency
4    {
5        Date next(Date from_date);
6    }
7}