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