Exemple #1
0
 public void Remove(QiRootCause3 entry)
 {
     QiRootCause3Da.Delete(entry);
 }
Exemple #2
0
 public void Add(QiRootCause3 entry)
 {
     QiRootCause3Da.Insert(entry);
 }
Exemple #3
0
 public void Edit(QiRootCause3 entry)
 {
     QiRootCause3Da.Update(entry);
 }
Exemple #4
0
 public List <QiRootCause3> GetAll()
 {
     return(QiRootCause3Da.GetAll());
 }