Example #1
0
 public List <Log> GetAllForUser(int userId)
 {
     return(_logsService.GetAllForUser(userId).ToList());
 }