コード例 #1
0
ファイル: TestResource.cs プロジェクト: Techbrunch/restore
 /// <summary>
 /// Update method that needs to be called when storing to test actual updates.
 /// </summary>
 public void Update(TestResource source)
 {
     _lastUpdates = new List<string>();
     Description = source.Description;
 }
コード例 #2
0
 /// <summary>
 /// Update method that needs to be called when storing to test actual updates.
 /// </summary>
 public void Update(TestResource source)
 {
     _lastUpdates = new List <string>();
     Description  = source.Description;
 }