コード例 #1
0
ファイル: SqlDataStore.cs プロジェクト: sGeeK44/Orm
 public void Shrink()
 {
     _dbEngine.Shrink();
 }