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