Ejemplo n.º 1
0
 public IEnumerable <Log> GetLogs(Paging page)
 {
     return(_logRepository.GetLogs(page));
 }