new query add
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package ru.ip.example.service;
|
||||
|
||||
import ru.ip.example.domain.CountStatisticDto;
|
||||
|
||||
public interface StatisticService {
|
||||
|
||||
CountStatisticDto getCountStatistic();
|
||||
}
|
||||
Reference in New Issue
Block a user