コード例 #1
0
 public TaskListRetriever(ITaskRetrievalRepository repo)
 {
     this.repo = repo;
 }