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