コード例 #1
0
 public bool SaveAll()
 {
     return(_context.SaveChanges() > 0);
 }