WIP: Resolve "Статистика по активностям" #232

Draft
arefiev1997 wants to merge 11 commits from 93-activites-analytics into dev
2 changed files with 5 additions and 4 deletions
Showing only changes of commit e81ee4d36b - Show all commits

View File

@ -4,7 +4,8 @@ public class ActivityElement {
private int startedCount = 0; private int startedCount = 0;
private int completedCount = 0; private int completedCount = 0;
public ActivityElement() {} public ActivityElement() {
}
public ActivityElement(int startedCount, int completedCount) { public ActivityElement(int startedCount, int completedCount) {
this.startedCount = startedCount; this.startedCount = startedCount;