예제 #1
0
파일: SqlDataStore.cs 프로젝트: sGeeK44/Orm
 public void Shrink()
 {
     _dbEngine.Shrink();
 }