コード例 #1
0
ファイル: UnitOfWork.cs プロジェクト: Nibal-Alsaad/SIS-Server
 public void Dispose()
 {
     _context.Dispose();
 }