Exemple #1
0
 public static void DumpRecyclingBin(TestObjectNurse nurse)
 {
     TestObjectNurse.CleanupDeletedItems(nurse,
                                         (imageFilePath) => { File.Delete(AppEnvironment.GetModelResourceFilePath(imageFilePath)); });
 }