void dataSource_OnInserted(object sender, XpoDataSourceInsertedEventArgs e)
 {
     ((XPObject)e.Value).Save();
     this.unitOfWork.CommitChanges();
     this.insertedAppointmentsId.Add(((XPObject)e.Value).Oid);
 }
Exemple #2
0
 protected void ProductSupplierXDS_Inserted(object sender, XpoDataSourceInsertedEventArgs e)
 {
     //uow.Save(viewProductSupplier);
 }
Exemple #3
0
 protected void ProductSupplierXDS_Inserted(object sender, XpoDataSourceInsertedEventArgs e)
 {
 }