コード例 #1
0
ファイル: UnitOfWork.cs プロジェクト: NorocStefan/GetACamApp
 public void Commit()
 {
     _getACamContext.SaveChanges();
 }