using (var dbContextTransaction = this.entity.Database.BeginTransaction()) { try { this.entity.SystemUsers.Add(user); this.entity.SaveChanges();
確定! 回上一頁