Esempio n. 1
0
 public int Delete(TDictionaryModel model)
 {
     return(this.dal.Delete(model));
 }
Esempio n. 2
0
 public TDictionaryModel Insert(TDictionaryModel model)
 {
     return(this.dal.Insert(model));
 }
Esempio n. 3
0
 public int Update(TDictionaryModel model)
 {
     return(this.dal.Update(model));
 }
Esempio n. 4
0
 public TDictionaryModel Insert(TDictionaryModel model)
 {
     return(db.Insert(model));
 }