Beispiel #1
0
 public void Insert(int index, OrderStorageInBill entity)
 {
     base.Insert(index, entity);
 }
Beispiel #2
0
 public bool Contains(OrderStorageInBill entity)
 {
     return(base.Contains(entity));
 }
Beispiel #3
0
 public int IndexOf(OrderStorageInBill entity)
 {
     return(base.IndexOf(entity));
 }
Beispiel #4
0
 public bool Remove(OrderStorageInBill entity)
 {
     return(base.Remove(entity));
 }
Beispiel #5
0
 public void Add(OrderStorageInBill entity)
 {
     base.Add(entity);
 }
Beispiel #6
0
 public int IndexOf(OrderStorageInBill entity)
 {
     return base.IndexOf(entity);
 }
Beispiel #7
0
 public bool Contains(OrderStorageInBill entity)
 {
     return base.Contains(entity);
 }
Beispiel #8
0
 public void Add(OrderStorageInBill entity)
 {
     base.Add(entity);
 }
Beispiel #9
0
 public bool Remove(OrderStorageInBill entity)
 {
     return base.Remove(entity);
 }
Beispiel #10
0
 public void Insert(int index, OrderStorageInBill entity)
 {
     base.Insert(index, entity);
 }