Ejemplo n.º 1
0
 public Int32 GetLongestStreak(Guid HabitId)
 {
     return(logsRepository.GetLongestStreak(HabitId));
 }