Exemplo n.º 1
0
 //Function to Autoload Branch Name from Database to Front End
 public DataTable GetAllBranchNames()
 {
     try
     {
         DataTable dt = bd.GetAllBranchNames();
         return(dt);
     }
     catch (Exception)
     {
         throw;
     }
 }