Esempio n. 1
0
 public void UpdateCycleDataSOEPointView(CycleDataSOEPointView record)
 {
     m_coreContext.Table <CycleDataSOEPointView>().UpdateRecord(record);
 }
Esempio n. 2
0
 public void AddNewCycleDataSOEPointView(CycleDataSOEPointView record)
 {
     m_coreContext.Table <CycleDataSOEPointView>().AddNewRecord(record);
 }