Пример #1
0
 public IEnumerable <LogEntry> GetComputerLog(int computerId)
 {
     return(data.GetComputerLog(computerId));
 }