Example #1
0
 public virtual object  Add(T t)
 {
     return(SqlHelper.Add <T>(t));
 }