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