Exemplo n.º 1
0
 public bool AddTable(Table t)
 {
     return(tableDAL.AddTable(t));
 }