예제 #1
0
 public IList <TaskLog> AllTaskLogs()
 {
     return(taskLogRepository.FindAll().Logs.AsReadOnly());
 }