Example #1
0
 public Int32 GetCurrentStreak(Guid HabitId)
 {
     return(logsRepository.GetCurrentStreak(HabitId));
 }