Esempio n. 1
0
 public DateTime UpdateLastCleaningTime(string path)
 {
     return(_ops.CreateEmptyFile(GetLastCleaningFilePath(path)) ?? _time.Now);
 }