예제 #1
0
 public bool Delete(Boxup.Entities.BoxItemInfo obj, TransactionManager trans)
 {
     return this.Delete(obj.Id, trans);
 }
예제 #2
0
 public abstract long Insert(Boxup.Entities.BoxItemInfo obj, TransactionManager trans);
예제 #3
0
 public bool Delete(Boxup.Entities.BoxItemInfo obj)
 {
     return this.Delete(obj.Id,null);
 }
예제 #4
0
 public bool Delete(Boxup.Entities.BoxInfo obj)
 {
     return this.Delete(obj.Id);
 }
예제 #5
0
 public abstract bool Insert(Boxup.Entities.PathInfo obj);
예제 #6
0
 public abstract bool Update(Boxup.Entities.ItemInfo obj, TransactionManager trans);
예제 #7
0
 public bool Delete(Boxup.Entities.BoxContractInfo obj)
 {
     return this.Delete(obj,null);
 }