コード例 #1
0
ファイル: UnitOfWork.cs プロジェクト: aerofanz/RSUP
 public void Rollback()
 {
     _context.Rollback();
 }