Exemple #1
0
 public int Update(T t)
 {
     return(CurrentDAL.Update(t));
 }