コード例 #1
0
ファイル: TreeRepository.cs プロジェクト: YarikMa/CachedTree
 public virtual void Reset()
 {
     _treeContext.Clear();
     _treeContext.Seed();
 }