Exemplo n.º 1
0
 //Function to create temp branch Table
 public void CreateTempBranchTable()
 {
     try
     {
         bd.CreateTempBranchTable();
     }
     catch (Exception)
     {
         throw;
     }
 }