예제 #1
0
 public FindService(Text.TextClient textClient)
 {
     _textClient = textClient;
 }
예제 #2
0
 public TaskService(Text.TextClient textClient, Find.FindClient findClient, ITaskFileRepository taskFileRepository)
 {
     _textClient         = textClient;
     _findClient         = findClient;
     _taskFileRepository = taskFileRepository;
 }