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