示例#1
0
        public SAPDataSetEventActor UpdateAndRefresh(SAPDataSetEventActor ds)
        {
            Update(ds.EventActor);

            return(SelectAll());
        }
示例#2
0
 public void Update(SAPDataSetEventActor ds)
 {
     Update(ds.EventActor);
 }