Ejemplo n.º 1
0
 public int DeleteTableInfo(Tables table)
 {
     return(Convert.ToInt32(taDAL.DeleteCommand(table)));
 }