示例#1
0
 public TaskInfo GetTaskInfo(int taskId)
 {
     return(taskInfoRepository.GetByCache(w => w.Id == taskId, taskId));
 }