Esempio n. 1
0
 public FileReadHistory(ILog log, ICheckHistory check)
 {
     _log   = log;
     _check = check;
 }
Esempio n. 2
0
 public FileServiceFolder(IReadHistory read, ICheckHistory check, ISaveHistory save)
 {
     Read  = read;
     Check = check;
     Save  = save;
 }