コード例 #1
0
ファイル: UnitOfWork.cs プロジェクト: gustavoglu/ExpApi
 public bool Commit()
 {
     return(_context.SaveChanges() > 0);
 }