Example #1
0
 private OperationStatus AddChangeNow(string fullpath)
 {
     SendChangesToServer(fullpath);
     return(changeRepository.AddOrUpdate(new Models.ChangeModel
     {
         LastChange = File.GetLastWriteTime(fullpath),
         FullPath = fullpath
     }));
 }