Esempio n. 1
0
 public bool Guncelle(ET entity, int id)
 {
     return(orm.Guncelle(entity, id));
 }