Exemplo n.º 1
0
 //Function to Load all Branches
 public DataTable LoadBracheDetails()
 {
     try
     {
         DataTable dt = bd.LoadBracheDetails();
         return(dt);
     }
     catch (Exception)
     {
         throw;
     }
 }