コード例 #1
0
 public void Save()
 {
     context.SaveChanges();
 }
コード例 #2
0
 public bool SaveChanges()
 {
     return(_context.SaveChanges() >= 0);
 }