Ejemplo n.º 1
0
 public IEnumerable <TimeLine> Get(int userId)
 {
     return(_globalService.Get(userId).Select(TL => TL.ToClient()));
 }