Exemplo n.º 1
0
 public int Add(T entity)
 {
     return(EntityTable.Insert(entity));
 }