コード例 #1
0
 public void Dispose()
 {
     Student.DeleteAll();
     Department.DeleteAll();
     Course.DeleteAll();
 }
コード例 #2
0
 public void Dispose()
 {
     Department.DeleteAll();
     Student.DeleteAll();
     // Course.DeleteAll();
 }
コード例 #3
0
 public void Dispose()
 {
     Student.DeleteAll();
 }
コード例 #4
0
ファイル: CourseTest.cs プロジェクト: skarski10/registrar
 public void Dispose()
 {
     Course.DeleteAll();
     Student.DeleteAll();
 }