Ejemplo n.º 1
0
 public int Insert(T obj)
 {
     return(dal.Insert(obj));
 }